[weld-commits] Weld SVN: r3938 - api/trunk/parent.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Sun Oct 11 18:47:43 EDT 2009


Author: pete.muir at jboss.org
Date: 2009-10-11 18:47:42 -0400 (Sun, 11 Oct 2009)
New Revision: 3938

Modified:
   api/trunk/parent/pom.xml
Log:
revert plugin version

Modified: api/trunk/parent/pom.xml
===================================================================
--- api/trunk/parent/pom.xml	2009-10-11 22:23:56 UTC (rev 3937)
+++ api/trunk/parent/pom.xml	2009-10-11 22:47:42 UTC (rev 3938)
@@ -154,7 +154,8 @@
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>
                <artifactId>maven-source-plugin</artifactId>
-               <version>2.1</version>
+               <!-- Stick with 2.0.4, 2.1 has a bug with handling projects with no src/main/resources -->
+               <version>2.0.4</version>
             </plugin>
             <plugin>
                <groupId>org.apache.maven.plugins</groupId>



More information about the weld-commits mailing list