You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by ol...@apache.org on 2009/09/05 18:45:51 UTC

svn commit: r811677 - /maven/jxr/trunk/pom.xml

Author: olamy
Date: Sat Sep  5 16:45:50 2009
New Revision: 811677

URL: http://svn.apache.org/viewvc?rev=811677&view=rev
Log:
enable incremental build in m2e profile with using last resources plugin version.

Modified:
    maven/jxr/trunk/pom.xml

Modified: maven/jxr/trunk/pom.xml
URL: http://svn.apache.org/viewvc/maven/jxr/trunk/pom.xml?rev=811677&r1=811676&r2=811677&view=diff
==============================================================================
--- maven/jxr/trunk/pom.xml (original)
+++ maven/jxr/trunk/pom.xml Sat Sep  5 16:45:50 2009
@@ -104,6 +104,11 @@
               </mojoExecutions>
             </configuration>
           </plugin>
+          <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-resources-plugin</artifactId>
+            <version>2.4</version>
+          </plugin>
         </plugins>
       </build>
     </profile>