Author: michiel
Date: 2009-05-12 18:33:52 +0200 (Tue, 12 May 2009)
New Revision: 35101
Modified:
mmbase/trunk/pom.xml
Log:
Adding SCM-version to Manifests. Refuse to deploy locally modified stuff.
Modified: mmbase/trunk/pom.xml
===================================================================
--- mmbase/trunk/pom.xml 2009-05-12 16:33:36 UTC (rev 35100)
+++ mmbase/trunk/pom.xml 2009-05-12 16:33:52 UTC (rev 35101)
@@ -85,6 +85,7 @@
<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>
@@ -94,29 +95,7 @@
</configuration>
</plugin>
-
-
- <!--
- Generate a timestamp property, which is used in the Manifest of the
jar
- -->
<plugin>
- <groupId>com.keyboardsamurais.maven</groupId>
- <artifactId>maven-timestamp-plugin</artifactId>
- <configuration>
- <propertyName>timestamp</propertyName>
- <timestampPattern>yyyy-MM-dd'T'HH:mm</timestampPattern>
- </configuration>
- <executions>
- <execution>
- <goals>
- <goal>create</goal>
- </goals>
- </execution>
- </executions>
- </plugin>
-
-
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>javacc-maven-plugin</artifactId>
<version>2.5</version>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs