You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cxf.apache.org by gm...@apache.org on 2012/11/27 15:07:08 UTC

svn commit: r1414197 - /cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/pom.xml

Author: gmazza
Date: Tue Nov 27 14:07:07 2012
New Revision: 1414197

URL: http://svn.apache.org/viewvc?rev=1414197&view=rev
Log:
Removed antrun plugin from sample's base pom.xml; no longer referenced.

Modified:
    cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/pom.xml

Modified: cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/pom.xml?rev=1414197&r1=1414196&r2=1414197&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/distribution/src/main/release/samples/pom.xml Tue Nov 27 14:07:07 2012
@@ -142,18 +142,6 @@
                     <artifactId>exec-maven-plugin</artifactId>
                     <version>1.2</version>
                 </plugin>
-                <plugin>
-                    <groupId>org.apache.maven.plugins</groupId>
-                    <artifactId>maven-antrun-plugin</artifactId>
-                    <version>1.4</version>
-                    <dependencies>
-                        <dependency>
-                            <groupId>org.apache.ant</groupId>
-                            <artifactId>ant-trax</artifactId>
-                            <version>1.8.0</version>
-                        </dependency>
-                    </dependencies>
-                </plugin>
             </plugins>
         </pluginManagement>
     </build>