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>

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