summaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-06 12:34:49 +0200
committerJakob Heher <jakob.heher@iaik.tugraz.at>2022-05-06 12:34:49 +0200
commit0d8eb3f70e6a990d370d270622bbd4991649f45d (patch)
treea879a3b498f1c97b847bbcc800afeab6cf3a39a5 /pom.xml
parentfeb71624cd2b85fbb307d0616864f6b7856fd1bd (diff)
downloadpdf-over-0d8eb3f70e6a990d370d270622bbd4991649f45d.tar.gz
pdf-over-0d8eb3f70e6a990d370d270622bbd4991649f45d.tar.bz2
pdf-over-0d8eb3f70e6a990d370d270622bbd4991649f45d.zip
remove build from mvn release:prepare, cf. #87
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml10
1 files changed, 10 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index 95e30dfc..4573cd39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -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>