[hibernate-commits] Hibernate SVN: r16635 - search/branches/Branch_3_1.

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


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

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

Modified: search/branches/Branch_3_1/pom.xml
===================================================================
--- search/branches/Branch_3_1/pom.xml	2009-05-28 22:34:21 UTC (rev 16634)
+++ search/branches/Branch_3_1/pom.xml	2009-05-28 22:50:07 UTC (rev 16635)
@@ -119,6 +119,21 @@
         <plugins>
             <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-compiler-plugin</artifactId>
                 <configuration>
                     <source>1.5</source>




More information about the hibernate-commits mailing list