[hibernate-commits] Hibernate SVN: r18998 - search/trunk.

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Mon Mar 15 06:29:23 EDT 2010


Author: sannegrinovero
Date: 2010-03-15 06:29:22 -0400 (Mon, 15 Mar 2010)
New Revision: 18998

Modified:
   search/trunk/pom.xml
Log:
HSEARCH-467 publish Maven artifacts containing the testsuite

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2010-03-15 05:29:05 UTC (rev 18997)
+++ search/trunk/pom.xml	2010-03-15 10:29:22 UTC (rev 18998)
@@ -212,6 +212,25 @@
                         </manifestEntries>
                     </archive>
                 </configuration>
+                <executions>
+					<execution>
+						<id>build-test-jar</id>
+						<goals>
+							<goal>test-jar</goal>
+						</goals>
+						<configuration>
+							<archive>
+								<manifestEntries>
+	                            	<Implementation-Title>${name} testsuite</Implementation-Title>
+                            		<Implementation-Version>${version}</Implementation-Version>
+                            		<Implementation-Vendor>hibernate.org</Implementation-Vendor>
+                            		<Implementation-Vendor-Id>hibernate.org</Implementation-Vendor-Id>
+                            		<Implementation-URL>http://search.hibernate.org</Implementation-URL>
+                        		</manifestEntries>
+							</archive>
+						</configuration>
+					</execution>
+				</executions>
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>



More information about the hibernate-commits mailing list