Author: rdonkin
Date: Tue May 31 15:13:26 2011
New Revision: 1129748

URL: http://svn.apache.org/viewvc?rev=1129748&view=rev
Log:
Pull up manifest.

Modified:
    james/mailet/project/trunk/pom.xml

Modified: james/mailet/project/trunk/pom.xml
URL: 
http://svn.apache.org/viewvc/james/mailet/project/trunk/pom.xml?rev=1129748&r1=1129747&r2=1129748&view=diff
==============================================================================
--- james/mailet/project/trunk/pom.xml (original)
+++ james/mailet/project/trunk/pom.xml Tue May 31 15:13:26 2011
@@ -286,7 +286,35 @@ OSGI
             </instructions>
          </configuration>
       </plugin>
-      
+
+<!-- 
+
+
+
+
+=============================================
+Jar
+-->
+ 
+      <plugin>
+        <groupId>org.apache.maven.plugins</groupId>
+        <artifactId>maven-jar-plugin</artifactId>
+        <configuration>
+          <archive>
+          
<manifestFile>${project.build.outputDirectory}/META-INF/MANIFEST.MF</manifestFile>
+            <manifestEntries>
+              <Specification-Title>${project.name}</Specification-Title>
+              <Specification-Version>${project.version}</Specification-Version>
+              <Specification-Vendor>The Apache Software 
Foundation</Specification-Vendor>
+              <Implementation-Title>${project.name}</Implementation-Title>
+              
<Implementation-Version>${project.version}</Implementation-Version>
+              <Implementation-Vendor>The Apache Software 
Foundation</Implementation-Vendor>
+              <Implementation-Vendor-Id>org.apache</Implementation-Vendor-Id>
+              <url>${project.url}</url>
+            </manifestEntries>
+          </archive>
+        </configuration>
+      </plugin>
 <!-- 
 
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to