Author: richard.opalka(a)jboss.com
Date: 2008-06-18 03:18:31 -0400 (Wed, 18 Jun 2008)
New Revision: 7623
Modified:
stack/cxf/trunk/modules/resources/pom.xml
Log:
[JBWS-2231] include other modules artifacts
Modified: stack/cxf/trunk/modules/resources/pom.xml
===================================================================
--- stack/cxf/trunk/modules/resources/pom.xml 2008-06-18 07:09:42 UTC (rev 7622)
+++ stack/cxf/trunk/modules/resources/pom.xml 2008-06-18 07:18:31 UTC (rev 7623)
@@ -14,4 +14,28 @@
<relativePath>../../pom.xml</relativePath>
</parent>
+ <!-- plugins -->
+ <build>
+ <plugins>
+ <plugin>
+ <artifactId>maven-antrun-plugin</artifactId>
+ <executions>
+ <execution>
+ <phase>package</phase>
+ <goals>
+ <goal>run</goal>
+ </goals>
+ <configuration>
+ <tasks>
+ <ant antfile="src/main/scripts/zip-other-configs.xml">
+ <property name="project.build.finalName"
value="${project.build.finalName}"/>
+ </ant>
+ </tasks>
+ </configuration>
+ </execution>
+ </executions>
+ </plugin>
+ </plugins>
+ </build>
+
</project>
Show replies by date