[jboss-cvs] JBossAS SVN: r78117 - trunk/thirdparty.

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Sat Sep 6 02:51:57 EDT 2008


Author: dimitris at jboss.org
Date: 2008-09-06 02:51:57 -0400 (Sat, 06 Sep 2008)
New Revision: 78117

Modified:
   trunk/thirdparty/pom.xml
Log:
re-enable automatic downloading of sources.

To disable it use:
./build.sh/build.bat -Dthirdparty.maven.opts="-Dskip-download-sources"

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-09-06 04:30:59 UTC (rev 78116)
+++ trunk/thirdparty/pom.xml	2008-09-06 06:51:57 UTC (rev 78117)
@@ -32,7 +32,7 @@
               <includedScopes>
                 <scope>compile</scope>
               </includedScopes>
-              <copySources>${copySourceJars}</copySources>
+              <copySources>true</copySources>
             </configuration>
           </execution>
           <execution>
@@ -1903,7 +1903,7 @@
       <id>download-sources</id>
       <activation>
         <property>
-          <name>download-sources</name>
+          <name>!skip-download-sources</name>
         </property>
       </activation>
       <build>
@@ -1923,14 +1923,7 @@
           </plugin>
         </plugins>
       </build>
-      <properties>
-        <copySourceJars>true</copySourceJars>
-      </properties>
     </profile>
   </profiles>
   
-  <properties>
-    <copySourceJars>true</copySourceJars>
-  </properties>
-  
 </project>




More information about the jboss-cvs-commits mailing list