[hibernate-commits] Hibernate SVN: r19377 - in core/branches/Branch_3_3_2_GA_CP: parent and 1 other directory.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Wed May 5 23:36:44 EDT 2010


Author: stliu
Date: 2010-05-05 23:36:44 -0400 (Wed, 05 May 2010)
New Revision: 19377

Modified:
   core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
   core/branches/Branch_3_3_2_GA_CP/pom.xml
Log:
JBPAPP-4228 update pom to add source plugin and disable unnecessary sub-modules

Modified: core/branches/Branch_3_3_2_GA_CP/parent/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-06 02:36:12 UTC (rev 19376)
+++ core/branches/Branch_3_3_2_GA_CP/parent/pom.xml	2010-05-06 03:36:44 UTC (rev 19377)
@@ -149,6 +149,18 @@
                     </execution>
                 </executions>
             </plugin>
+			<plugin>
+				<groupId>org.apache.maven.plugins</groupId>
+				<artifactId>maven-source-plugin</artifactId>
+				<executions>
+					<execution>
+						<id>attach-sources</id>
+						<goals>
+							<goal>jar</goal>
+						</goals>
+					</execution>
+				</executions>
+			</plugin>
             <!-- add specification/implementation details to the manifests -->
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>

Modified: core/branches/Branch_3_3_2_GA_CP/pom.xml
===================================================================
--- core/branches/Branch_3_3_2_GA_CP/pom.xml	2010-05-06 02:36:12 UTC (rev 19376)
+++ core/branches/Branch_3_3_2_GA_CP/pom.xml	2010-05-06 03:36:44 UTC (rev 19377)
@@ -47,7 +47,7 @@
         <module>parent</module>
         <module>core</module>
         <module>cache-ehcache</module>
-        <module>cache-jbosscache</module>
+       <!-- <module>cache-jbosscache</module> -->
         <module>cache-jbosscache2</module>
         <module>cache-oscache</module>
         <module>cache-swarmcache</module>
@@ -57,8 +57,8 @@
         <module>testing</module>
         <module>testsuite</module>
         <module>tutorials</module>
-        <module>hibernate-maven-plugin</module>
-        <!--
+     <!--    <module>hibernate-maven-plugin</module>
+       
     Need to scope bytecode providers first...
         <module>bytecode-cglib</module>
         <module>bytecode-javassist</module>



More information about the hibernate-commits mailing list