You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tomee.apache.org by an...@apache.org on 2014/07/03 14:34:01 UTC

svn commit: r1607609 - /tomee/tomee/trunk/pom.xml

Author: andygumbrecht
Date: Thu Jul  3 12:34:01 2014
New Revision: 1607609

URL: http://svn.apache.org/r1607609
Log:
maven-remote-resources-plugin 1.4

Modified:
    tomee/tomee/trunk/pom.xml

Modified: tomee/tomee/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tomee/tomee/trunk/pom.xml?rev=1607609&r1=1607608&r2=1607609&view=diff
==============================================================================
--- tomee/tomee/trunk/pom.xml (original)
+++ tomee/tomee/trunk/pom.xml Thu Jul  3 12:34:01 2014
@@ -307,6 +307,11 @@
           <artifactId>maven-doap-plugin</artifactId>
           <version>1.1</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-remote-resources-plugin</artifactId>
+          <version>1.4</version>
+        </plugin>
       </plugins>
     </pluginManagement>