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

hibernate-commits at lists.jboss.org hibernate-commits at lists.jboss.org
Thu May 28 18:50:40 EDT 2009


Author: hardy.ferentschik
Date: 2009-05-28 18:50:39 -0400 (Thu, 28 May 2009)
New Revision: 16636

Modified:
   search/trunk/pom.xml
Log:
HSEARCH-377 Fixed manifest entries

Modified: search/trunk/pom.xml
===================================================================
--- search/trunk/pom.xml	2009-05-28 22:50:07 UTC (rev 16635)
+++ search/trunk/pom.xml	2009-05-28 22:50:39 UTC (rev 16636)
@@ -127,6 +127,21 @@
             </plugin>
             <plugin>
                 <groupId>org.apache.maven.plugins</groupId>
+                <artifactId>maven-jar-plugin</artifactId>              
+                <configuration>
+                    <archive>
+                        <manifestEntries>
+                            <Implementation-Title>${name}</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>
+            </plugin>
+            <plugin>
+                <groupId>org.apache.maven.plugins</groupId>
                 <artifactId>maven-surefire-plugin</artifactId>
                 <configuration>
                     <forkMode>pertest</forkMode>




More information about the hibernate-commits mailing list