Author: michiel
Date: 2009-05-21 11:08:24 +0200 (Thu, 21 May 2009)
New Revision: 35337
Modified:
mmbase/trunk/maven-base/pom.xml
Log:
added plugin repositories, removed mainClass
Modified: mmbase/trunk/maven-base/pom.xml
===================================================================
--- mmbase/trunk/maven-base/pom.xml 2009-05-21 09:07:24 UTC (rev 35336)
+++ mmbase/trunk/maven-base/pom.xml 2009-05-21 09:08:24 UTC (rev 35337)
@@ -310,7 +310,6 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
- <mainClass>org.mmbase.Version</mainClass>
</manifest>
<manifestEntries>
<url>${pom.url}</url>
@@ -320,12 +319,12 @@
<name>org/mmbase</name>
<manifestEntries>
<Vendor>MMBase Community</Vendor>
- <URL>http://www.mmbase.org</URL>
- <Comment>The MMBase Content Management System.
${project.name} (${project.artifactId}).</Comment>
+ <Comment>MMBase. ${project.name}
(${project.artifactId}).</Comment>
<Version>${project.version}.${timestamp}</Version>
<SCM-Revision>${sources.version}</SCM-Revision>
<Distribution>${project.version}</Distribution>
<Build-Date>${timestamp}</Build-Date>
+ <Description>${pom.description}</Description>
</manifestEntries>
</manifestSection>
</manifestSections>
@@ -576,9 +575,10 @@
<archive>
<manifest>
<addClasspath>true</addClasspath>
- <mainClass>org.mmbase.Version</mainClass>
</manifest>
<manifestEntries>
+ <ExtensionName>${pom.groupId}:${pom.artifactId}</ExtensionName>
+ <ExtensionName>${pom.groupId}:${pom.artifactId}</ExtensionName>
<url>${pom.url}</url>
</manifestEntries>
<manifestSections>
@@ -586,12 +586,12 @@
<name>org/mmbase</name>
<manifestEntries>
<Vendor>MMBase Community</Vendor>
- <URL>http://www.mmbase.org</URL>
- <Comment>The MMBase Content Management System.
${project.name} (${project.artifactId}).</Comment>
+ <Comment>MMBase ${project.name}
(${project.artifactId}).</Comment>
<Version>${project.version}.${timestamp}</Version>
<SCM-Revision>${sources.version}</SCM-Revision>
<Distribution>${project.version}</Distribution>
<Build-Date>${timestamp}</Build-Date>
+ <Description>${pom.description}</Description>
</manifestEntries>
</manifestSection>
</manifestSections>
@@ -740,6 +740,21 @@
<url>http://repository.jboss.com/maven2</url>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>mmbase</id>
+ <name>MMBase Maven2 repository</name>
+ <url>http://www.mmbase.org/maven2</url>
+ </pluginRepository>
+ <pluginRepository>
+ <id>mmbase-snapshots</id>
+ <name>MMBase Maven2 snapshots repository</name>
+ <url>http://www.mmbase.org/snapshots</url>
+ <snapshots>
+ <updatePolicy>daily</updatePolicy>
+ </snapshots>
+ </pluginRepository>
+ </pluginRepositories>
<profiles>
<profile>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs