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

jboss-cvs-commits at lists.jboss.org jboss-cvs-commits at lists.jboss.org
Fri Aug 8 17:08:57 EDT 2008


Author: pgier
Date: 2008-08-08 17:08:56 -0400 (Fri, 08 Aug 2008)
New Revision: 76847

Modified:
   trunk/thirdparty/pom.xml
Log:
Change pom to download source jars by default.

Modified: trunk/thirdparty/pom.xml
===================================================================
--- trunk/thirdparty/pom.xml	2008-08-08 19:47:06 UTC (rev 76846)
+++ trunk/thirdparty/pom.xml	2008-08-08 21:08:56 UTC (rev 76847)
@@ -32,7 +32,7 @@
               <includedScopes>
                 <scope>compile</scope>
               </includedScopes>
-              <copySources>${copySourceJars}</copySources>
+              <copySources>true</copySources>
             </configuration>
           </execution>
           <execution>
@@ -1835,7 +1835,7 @@
       <id>download-sources</id>
       <activation>
         <property>
-          <name>download-sources</name>
+          <name>!skip-download-sources</name>
         </property>
       </activation>
       <build>
@@ -1855,14 +1855,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