[jbossws-commits] JBossWS SVN: r16204 - stack/cxf/trunk.

jbossws-commits at lists.jboss.org jbossws-commits at lists.jboss.org
Fri Apr 20 11:03:29 EDT 2012


Author: alessio.soldano at jboss.com
Date: 2012-04-20 11:03:28 -0400 (Fri, 20 Apr 2012)
New Revision: 16204

Modified:
   stack/cxf/trunk/pom.xml
Log:
Removing duplicated plugin definition (probably a leftover from when the dist module has been added to the project)


Modified: stack/cxf/trunk/pom.xml
===================================================================
--- stack/cxf/trunk/pom.xml	2012-04-20 14:16:36 UTC (rev 16203)
+++ stack/cxf/trunk/pom.xml	2012-04-20 15:03:28 UTC (rev 16204)
@@ -1356,29 +1356,6 @@
         </executions>
       </plugin>
       <plugin>
-        <artifactId>maven-assembly-plugin</artifactId>
-        <configuration>
-          <finalName>assembly</finalName>
-          <ignoreDirFormatExtensions>true</ignoreDirFormatExtensions>
-          <appendAssemblyId>false</appendAssemblyId>
-          <!--
-            Cannot bind to lifecycle with multiple modules
-            http://jira.codehaus.org/browse/MASSEMBLY-319
-          <executions>
-            <execution>
-              <id>build-deploy-artifacts</id>
-              <phase>package</phase>
-              <goals>
-                <goal>directory-inline</goal>
-              </goals>
-            </execution>
-          </executions-->
-          <descriptors>
-            <descriptor>src/main/scripts/assembly-deploy-artifacts.xml</descriptor>
-          </descriptors>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-release-plugin</artifactId>
         <configuration>



More information about the jbossws-commits mailing list