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

svn commit: r1414319 - /cxf/branches/2.6.x-fixes/pom.xml

Author: dkulp
Date: Tue Nov 27 19:09:49 2012
New Revision: 1414319

URL: http://svn.apache.org/viewvc?rev=1414319&view=rev
Log:
Merged revisions 1414289 via  git cherry-pick from
https://svn.apache.org/repos/asf/cxf/trunk

........
  r1414289 | dkulp | 2012-11-27 12:57:52 -0500 (Tue, 27 Nov 2012) | 2 lines

  Lock down maven-war-plugin version as 2.3 has issues on Mac.

........

Modified:
    cxf/branches/2.6.x-fixes/pom.xml

Modified: cxf/branches/2.6.x-fixes/pom.xml
URL: http://svn.apache.org/viewvc/cxf/branches/2.6.x-fixes/pom.xml?rev=1414319&r1=1414318&r2=1414319&view=diff
==============================================================================
--- cxf/branches/2.6.x-fixes/pom.xml (original)
+++ cxf/branches/2.6.x-fixes/pom.xml Tue Nov 27 19:09:49 2012
@@ -493,6 +493,11 @@
                 </plugin>
                 <plugin>
                     <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-war-plugin</artifactId>
+                    <version>2.2</version>
+                </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
                     <artifactId>maven-install-plugin</artifactId>
                     <version>2.3.1</version>
                 </plugin>