minor changes

This commit is contained in:
miconis 2020-09-29 12:05:50 +02:00
parent 5021e5048f
commit 14787ca516
2 changed files with 44 additions and 33 deletions

View File

@ -15,31 +15,31 @@
<build> <build>
<plugins> <plugins>
<!-- <plugin>--> <!-- <plugin>-->
<!-- <groupId>org.apache.maven.plugins</groupId>--> <!-- <groupId>org.apache.maven.plugins</groupId>-->
<!-- <artifactId>maven-shade-plugin</artifactId>--> <!-- <artifactId>maven-shade-plugin</artifactId>-->
<!-- <version>2.4.3</version>--> <!-- <version>2.4.3</version>-->
<!-- <executions>--> <!-- <executions>-->
<!-- <execution>--> <!-- <execution>-->
<!-- <phase>package</phase>--> <!-- <phase>package</phase>-->
<!-- <goals>--> <!-- <goals>-->
<!-- <goal>shade</goal>--> <!-- <goal>shade</goal>-->
<!-- </goals>--> <!-- </goals>-->
<!-- <configuration>--> <!-- <configuration>-->
<!-- <filters>--> <!-- <filters>-->
<!-- <filter>--> <!-- <filter>-->
<!-- <artifact>*:*</artifact>--> <!-- <artifact>*:*</artifact>-->
<!-- <excludes>--> <!-- <excludes>-->
<!-- <exclude>META-INF/*.SF</exclude>--> <!-- <exclude>META-INF/*.SF</exclude>-->
<!-- <exclude>META-INF/*.DSA</exclude>--> <!-- <exclude>META-INF/*.DSA</exclude>-->
<!-- <exclude>META-INF/*.RSA</exclude>--> <!-- <exclude>META-INF/*.RSA</exclude>-->
<!-- </excludes>--> <!-- </excludes>-->
<!-- </filter>--> <!-- </filter>-->
<!-- </filters>--> <!-- </filters>-->
<!-- </configuration>--> <!-- </configuration>-->
<!-- </execution>--> <!-- </execution>-->
<!-- </executions>--> <!-- </executions>-->
<!-- </plugin>--> <!-- </plugin>-->
<plugin> <plugin>
<groupId>org.apache.maven.plugins</groupId> <groupId>org.apache.maven.plugins</groupId>
@ -61,8 +61,8 @@
<include>**/*.java</include> <include>**/*.java</include>
</includes> </includes>
<!--<includes>--> <!--<includes>-->
<!--<include>src/main/java/**/*.java</include>--> <!--<include>src/main/java/**/*.java</include>-->
<!--<include>src/main/java/**/*.scala</include>--> <!--<include>src/main/java/**/*.scala</include>-->
<!--</includes>--> <!--</includes>-->
</configuration> </configuration>
</plugin> </plugin>
@ -72,12 +72,12 @@
<artifactId>scala-maven-plugin</artifactId> <artifactId>scala-maven-plugin</artifactId>
<version>4.0.1</version> <version>4.0.1</version>
<!--<executions>--> <!--<executions>-->
<!--<execution>--> <!--<execution>-->
<!--<goals>--> <!--<goals>-->
<!--<goal>compile</goal>--> <!--<goal>compile</goal>-->
<!--<goal>testCompile</goal>--> <!--<goal>testCompile</goal>-->
<!--</goals>--> <!--</goals>-->
<!--</execution>--> <!--</execution>-->
<!--</executions>--> <!--</executions>-->
<executions> <executions>
<execution> <execution>

11
release.properties Normal file
View File

@ -0,0 +1,11 @@
#release configuration
#Tue Sep 29 12:04:49 CEST 2020
scm.tagNameFormat=@{project.artifactId}-@{project.version}
pushChanges=true
scm.url=scm\:git\:https\://code-repo.d4science.org/D-Net/dnet-dedup.git
preparationGoals=clean verify
projectVersionPolicyId=default
remoteTagging=true
scm.commentPrefix=[maven-release-plugin]
exec.snapshotReleasePluginAllowed=false
completedPhase=check-poms