Sophie

Sophie

distrib > Mageia > 3 > i586 > media > core-release-src > by-pkgid > 873b1a118f39f8bb7f3f9831a11d15fd > files > 3

sun-ejb-persistence-3.0-api-1.0-2.mga3.src.rpm

--- pom.xml	2011-08-10 17:30:46.460304568 +0200
+++ pom.xml-gil	2011-08-10 18:43:45.856573874 +0200
@@ -25,12 +25,33 @@
   <build>
     <plugins>
       <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-compiler-plugin</artifactId>
+        <version>2.3.2</version>
         <configuration>
           <source>1.5</source>
           <target>1.5</target>
         </configuration>
       </plugin>
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <version>2.3.1</version>
+        <configuration>
+          <archive>
+             <manifestEntries>
+                 <Extension-Name>${project.groupId}</Extension-Name>
+                 <Specification-Title>Java Platform, Persistence  Specification</Specification-Title>
+                 <Specification-Version>${project.version}</Specification-Version>
+                 <Specification-Vendor>Sun Microsystems, Inc., Oracle Corp.</Specification-Vendor>
+                 <Implementation-Version>${project.version}</Implementation-Version>
+                 <Implementation-Vendor>Sun Microsystems, Inc., Oracle Corp.</Implementation-Vendor>
+                 <Implementation-Vendor-Id>${project.groupId}</Implementation-Vendor-Id>
+                 <Implementation-Title>Sun Java System Application Server</Implementation-Title>
+             </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
     </plugins>
   </build>