[jbosscache-commits] JBoss Cache SVN: r6651 - in support/trunk: common and 1 other directories.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Mon Sep 1 03:08:56 EDT 2008


Author: manik.surtani at jboss.com
Date: 2008-09-01 03:08:56 -0400 (Mon, 01 Sep 2008)
New Revision: 6651

Modified:
   support/trunk/common/pom.xml
   support/trunk/pom.xml
   support/trunk/xslt/pom.xml
Log:
Sources will now be generated for builds

Modified: support/trunk/common/pom.xml
===================================================================
--- support/trunk/common/pom.xml	2008-09-01 05:30:11 UTC (rev 6650)
+++ support/trunk/common/pom.xml	2008-09-01 07:08:56 UTC (rev 6651)
@@ -4,11 +4,11 @@
 	<parent>
 		<groupId>org.jboss.cache</groupId>
 		<artifactId>jbosscache-support</artifactId>
-		<version>1.3-SNAPSHOT</version>
+		<version>1.4-SNAPSHOT</version>
 	</parent>
 	<groupId>org.jboss.cache</groupId>
 	<artifactId>jbosscache-common-parent</artifactId>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.4-SNAPSHOT</version>
 	<packaging>pom</packaging>
 	<name>JBoss Cache Common Parent</name>
 	<description>The parent POM for all JBoss Cache modules.</description>
@@ -178,9 +178,32 @@
 				<groupId>org.apache.maven.plugins</groupId>
 				<artifactId>maven-eclipse-plugin</artifactId>
 				<configuration>
+             		<downloadSources>true</downloadSources>
 					<buildOutputDirectory>${basedir}/eclipse-output</buildOutputDirectory>
 				</configuration>
-			</plugin>
+			</plugin>			
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-idea-plugin</artifactId>
+				<configuration>
+             		<downloadSources>true</downloadSources>
+				</configuration>
+			</plugin>			
+			
+			<!-- Generate src jars as well -->
+			<plugin>
+		        <groupId>org.apache.maven.plugins</groupId>
+		        <artifactId>maven-source-plugin</artifactId>
+		        <inherited>true</inherited>
+		        <executions>
+		          <execution>
+		            <id>attach-sources</id>
+		            <goals>
+		              <goal>jar</goal>
+		            </goals>
+		          </execution>
+		        </executions>
+		      </plugin>
 		</plugins>
 		<finalName>${artifactId}</finalName>
 	</build>

Modified: support/trunk/pom.xml
===================================================================
--- support/trunk/pom.xml	2008-09-01 05:30:11 UTC (rev 6650)
+++ support/trunk/pom.xml	2008-09-01 07:08:56 UTC (rev 6651)
@@ -3,7 +3,7 @@
   <modelVersion>4.0.0</modelVersion>
   <groupId>org.jboss.cache</groupId>
   <artifactId>jbosscache-support</artifactId>
-  <version>1.3-SNAPSHOT</version>
+  <version>1.4-SNAPSHOT</version>
   <packaging>pom</packaging>
   <name>JBoss Cache Support Modules</name>
   <description>Grouping of JBoss Cache support modules</description>

Modified: support/trunk/xslt/pom.xml
===================================================================
--- support/trunk/xslt/pom.xml	2008-09-01 05:30:11 UTC (rev 6650)
+++ support/trunk/xslt/pom.xml	2008-09-01 07:08:56 UTC (rev 6651)
@@ -6,12 +6,12 @@
     <parent>
         <groupId>org.jboss.cache</groupId>
         <artifactId>jbosscache-support</artifactId>
-        <version>1.3-SNAPSHOT</version>
+        <version>1.4-SNAPSHOT</version>
     </parent>
 
     <groupId>org.jboss.cache</groupId>
     <artifactId>jbosscache-doc-xslt-support</artifactId>
-	<version>1.3-SNAPSHOT</version>
+	<version>1.4-SNAPSHOT</version>
     <name>JBoss Cache Documentation XSLT support</name>
     <description>JBoss Cache Documentation XSLT support</description>
 




More information about the jbosscache-commits mailing list