[maven-release-plugin] prepare for next development iteration
[gpl/argeo-suite.git] / dist / pom.xml
index 516e3c37f45387aff670a0f19c9be9fa8e0dfb5e..9d45a377970db6159c7b202365370a914d634ed8 100644 (file)
@@ -4,7 +4,7 @@
        <parent>
                <groupId>org.argeo.suite</groupId>
                <artifactId>argeo-suite</artifactId>
-               <version>0.1.13-SNAPSHOT</version>
+               <version>2.1.15-SNAPSHOT</version>
                <relativePath>..</relativePath>
        </parent>
        <artifactId>dist</artifactId>
        <modules>
                <module>argeo-office</module>
        </modules>
+       <build>
+               <plugins>
+                       <plugin>
+                               <artifactId>maven-assembly-plugin</artifactId>
+                               <dependencies>
+                                       <dependency>
+                                               <groupId>org.argeo.commons</groupId>
+                                               <artifactId>assembly-descriptors</artifactId>
+                                               <version>${version.argeo-commons}</version>
+                                       </dependency>
+                               </dependencies>
+                               <configuration>
+                                       <attach>false</attach>
+                               </configuration>
+                       </plugin>
+               </plugins>
+       </build>
 </project>