You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commons-dev@ws.apache.org by ga...@apache.org on 2009/01/07 22:19:16 UTC

svn commit: r732501 - /webservices/commons/trunk/modules/axiom/pom.xml

Author: gawor
Date: Wed Jan  7 13:19:16 2009
New Revision: 732501

URL: http://svn.apache.org/viewvc?rev=732501&view=rev
Log:
grr... remove maven-assembly-plugin from release profile

Modified:
    webservices/commons/trunk/modules/axiom/pom.xml

Modified: webservices/commons/trunk/modules/axiom/pom.xml
URL: http://svn.apache.org/viewvc/webservices/commons/trunk/modules/axiom/pom.xml?rev=732501&r1=732500&r2=732501&view=diff
==============================================================================
--- webservices/commons/trunk/modules/axiom/pom.xml (original)
+++ webservices/commons/trunk/modules/axiom/pom.xml Wed Jan  7 13:19:16 2009
@@ -322,17 +322,6 @@
                             </execution>
                        </executions>
                    </plugin>
-                   <plugin>
-                       <artifactId>maven-assembly-plugin</artifactId>
-                       <executions>
-                            <execution>
-                                <phase>package</phase>
-                                <goals>
-                                    <goal>single</goal>
-                                </goals>
-                            </execution>
-                       </executions>
-                   </plugin>
                 </plugins>
             </build>
         </profile>