Author: michiel
Date: 2009-05-12 21:50:43 +0200 (Tue, 12 May 2009)
New Revision: 35120
Modified:
mmbase/trunk/pom.xml
Log:
move manifest stuff to maven-base
Modified: mmbase/trunk/pom.xml
===================================================================
--- mmbase/trunk/pom.xml 2009-05-12 19:45:13 UTC (rev 35119)
+++ mmbase/trunk/pom.xml 2009-05-12 19:50:43 UTC (rev 35120)
@@ -65,35 +65,6 @@
</resource>
</resources>
<plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-jar-plugin</artifactId>
- <configuration>
- <archive>
- <manifest>
- <addClasspath>true</addClasspath>
- <mainClass>org.mmbase.Version</mainClass>
- </manifest>
- <manifestEntries>
- <url>${pom.url}</url>
- </manifestEntries>
- <manifestSections>
- <manifestSection>
- <name>org/mmbase</name>
- <manifestEntries>
- <Vendor>MMBase Community</Vendor>
- <URL>http://www.mmbase.org</URL>
- <Comment>The MMBase Content Management System</Comment>
- <Version>${project.version}.${timestamp}</Version>
- <SCM-Revision>${sources.version}</SCM-Revision>
- <Distribution>${project.version}</Distribution>
- <Build-Date>${timestamp}</Build-Date>
- </manifestEntries>
- </manifestSection>
- </manifestSections>
- </archive>
- </configuration>
- </plugin>
<plugin>
<groupId>org.codehaus.mojo</groupId>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs