diff options
author | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-06 12:34:49 +0200 |
---|---|---|
committer | Jakob Heher <jakob.heher@iaik.tugraz.at> | 2022-05-06 12:34:49 +0200 |
commit | 0d8eb3f70e6a990d370d270622bbd4991649f45d (patch) | |
tree | a879a3b498f1c97b847bbcc800afeab6cf3a39a5 | |
parent | feb71624cd2b85fbb307d0616864f6b7856fd1bd (diff) | |
download | pdf-over-0d8eb3f70e6a990d370d270622bbd4991649f45d.tar.gz pdf-over-0d8eb3f70e6a990d370d270622bbd4991649f45d.tar.bz2 pdf-over-0d8eb3f70e6a990d370d270622bbd4991649f45d.zip |
remove build from mvn release:prepare, cf. #87
-rw-r--r-- | pom.xml | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -145,6 +145,9 @@ <plugin> <artifactId>maven-release-plugin</artifactId> <version>2.5.2</version> + <configuration> + <preparationGoals></preparationGoals> + </configuration> <dependencies> <dependency> <groupId>org.apache.maven.scm</groupId> @@ -155,6 +158,13 @@ </plugin> </plugins> </pluginManagement> + + <plugins> + <plugin> + <artifactId>maven-release-plugin</artifactId> + <version>2.5.2</version> + </plugin> + </plugins> </build> <dependencyManagement> |