[jboss-cvs] JBossAS SVN: r81453 - trunk/thirdparty.
jboss-cvs-commits at lists.jboss.org
jboss-cvs-commits at lists.jboss.org
Fri Nov 21 15:16:51 EST 2008
Author: pgier
Date: 2008-11-21 15:16:51 -0500 (Fri, 21 Nov 2008)
New Revision: 81453
Modified:
trunk/thirdparty/pom.xml
Log:
Always copy source jars to thirdparty if they are cached in the local maven repository.
Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml 2008-11-21 19:56:16 UTC (rev 81452)
+++ trunk/thirdparty/pom.xml 2008-11-21 20:16:51 UTC (rev 81453)
@@ -89,7 +89,7 @@
<includedScopes>
<scope>test</scope>
</includedScopes>
- <copySources>${copySourceJars}</copySources>
+ <copySources>true</copySources>
</configuration>
</execution>
</executions>
@@ -2015,11 +2015,4 @@
</profile>
</profiles>
- <properties>
-
- <!-- Determines if sources should be copied from local maven repo to thirdparty dir -->
- <copySourceJars>true</copySourceJars>
-
- </properties>
-
</project>
More information about the jboss-cvs-commits
mailing list