You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by tw...@apache.org on 2007/01/08 14:58:20 UTC

svn commit: r494075 - /incubator/uima/uimaj/trunk/uimaj/pom.xml

Author: twgoetz
Date: Mon Jan  8 05:58:19 2007
New Revision: 494075

URL: http://svn.apache.org/viewvc?view=rev&rev=494075
Log:
Jira UIMA-159: add manifest entries to jars.

https://issues.apache.org/jira/browse/UIMA-159

Modified:
    incubator/uima/uimaj/trunk/uimaj/pom.xml

Modified: incubator/uima/uimaj/trunk/uimaj/pom.xml
URL: http://svn.apache.org/viewvc/incubator/uima/uimaj/trunk/uimaj/pom.xml?view=diff&rev=494075&r1=494074&r2=494075
==============================================================================
--- incubator/uima/uimaj/trunk/uimaj/pom.xml (original)
+++ incubator/uima/uimaj/trunk/uimaj/pom.xml Mon Jan  8 05:58:19 2007
@@ -107,6 +107,28 @@
 					</groups>
 				</configuration>
 			</plugin>
+			<plugin>
+			 <groupId>org.apache.maven.plugins</groupId>
+			 <artifactId>maven-jar-plugin</artifactId>
+			 <configuration>
+			  <archive>
+			   <manifestEntries>
+			    <Project-Title>Apache UIMA</Project-Title>
+			    <Implementation-Title>${pom.name}</Implementation-Title>
+			    <Implementation-Version>
+			     ${pom.version}
+			    </Implementation-Version>
+			    <Implementation-Vendor>
+			     Apache Software Foundation
+			    </Implementation-Vendor>
+			    <Implementation-Url>${pom.url}</Implementation-Url>
+			    <Implementation-License>
+			     http://www.apache.org/licenses/LICENSE-2.0.txt
+			    </Implementation-License>
+			   </manifestEntries>
+			  </archive>
+			 </configuration>
+			</plugin>
 		</plugins>
 	</reporting>	
 	<modules>