[maven-release-plugin] prepare for next development iteration
[utils] / pom.xml
diff --git a/pom.xml b/pom.xml
index c1c6b8754d7560f9a439785057d511ce76f108d4..acc1d6f6894d30046dd0424bf1286599dc54e2dd 100644 (file)
--- a/pom.xml
+++ b/pom.xml
@@ -1,6 +1,4 @@
-<project xmlns="http://maven.apache.org/POM/4.0.0"
-    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
-    xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
+<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
     <modelVersion>4.0.0</modelVersion>
     <groupId>org.wamblee</groupId>
     <artifactId>wamblee-utils</artifactId>
                 <version>2.0</version>
                 <configuration>
                     <autoVersionSubmodules>true</autoVersionSubmodules>
+                    <goals>javadoc:jar deploy</goals>
                 </configuration>
             </plugin>
             <plugin>
             <id>release</id>
             <activation>
                 <property>
-                    <name>wamblee.release</name>
+                    <name>performRelease</name>
+                    <value>true</value>
                 </property>
             </activation>
             <build>
             <id>all</id>
             <activation>
                 <property>
-                    <name>!wamblee.release</name>
+                    <name>!performRelease</name>
                 </property>
             </activation>
             <distributionManagement>