[hibernate-commits] Hibernate SVN: r17895 - core/tags/hibernate-3.5.0-Beta-2/parent.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Nov 2 21:03:08 EST 2009


Author: steve.ebersole at jboss.com
Date: 2009-11-02 21:03:08 -0500 (Mon, 02 Nov 2009)
New Revision: 17895

Modified:
   core/tags/hibernate-3.5.0-Beta-2/parent/pom.xml
Log:
Generate and install/deploy source jars

Modified: core/tags/hibernate-3.5.0-Beta-2/parent/pom.xml
===================================================================
--- core/tags/hibernate-3.5.0-Beta-2/parent/pom.xml	2009-11-02 22:09:31 UTC (rev 17894)
+++ core/tags/hibernate-3.5.0-Beta-2/parent/pom.xml	2009-11-03 02:03:08 UTC (rev 17895)
@@ -174,6 +174,20 @@
                     <redirectTestOutputToFile>true</redirectTestOutputToFile>
                 </configuration>
             </plugin>
+            <!-- Attach source jars -->
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+                <executions>
+                    <execution>
+                        <id>attach-sources</id>
+                        <phase>verify</phase>
+                        <goals>
+                            <goal>jar-no-fork</goal>
+                        </goals>
+                    </execution>
+                </executions>
+            </plugin>
         </plugins>
         <pluginManagement>
             <plugins>
@@ -281,6 +295,11 @@
                     <artifactId>maven-compiler-plugin</artifactId>
                     <version>2.0.2</version>
                 </plugin>
+                <plugin>
+                    <groupId>org.apache.maven.plugins</groupId>
+                    <artifactId>maven-source-plugin</artifactId>
+                    <version>2.1.1</version>
+                </plugin>
             </plugins>
         </pluginManagement>
 



More information about the hibernate-commits mailing list