[hibernate-commits] Hibernate SVN: r20058 - search/branches/Branch_3_2/hibernate-search-testing.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Sun Jul 25 12:51:17 EDT 2010


Author: epbernard
Date: 2010-07-25 12:51:16 -0400 (Sun, 25 Jul 2010)
New Revision: 20058

Modified:
   search/branches/Branch_3_2/hibernate-search-testing/pom.xml
Log:
HSEARCH-568 Add source plugin to Hibernate Search Testing

The new Nexus staging rules mandate it.

Modified: search/branches/Branch_3_2/hibernate-search-testing/pom.xml
===================================================================
--- search/branches/Branch_3_2/hibernate-search-testing/pom.xml	2010-07-25 16:50:55 UTC (rev 20057)
+++ search/branches/Branch_3_2/hibernate-search-testing/pom.xml	2010-07-25 16:51:16 UTC (rev 20058)
@@ -52,4 +52,12 @@
             <artifactId>junit</artifactId>
         </dependency>        
     </dependencies>
+    <build>
+        <plugins>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-source-plugin</artifactId>
+            </plugin>
+        </plugins>
+    </build>
 </project>



More information about the hibernate-commits mailing list