Update of /var/cvs/all
In directory james.mmbase.org:/tmp/cvs-serv4007
Modified Files:
pom.xml
Log Message:
Provide the builddate again (can be use in Version.java)
See also: http://cvs.mmbase.org/viewcvs/all
Index: pom.xml
===================================================================
RCS file: /var/cvs/all/pom.xml,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -b -r1.13 -r1.14
--- pom.xml 25 Mar 2009 20:12:13 -0000 1.13
+++ pom.xml 4 Apr 2009 09:31:54 -0000 1.14
@@ -67,18 +67,40 @@
<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>
+ <mode>development</mode>
+ <url>${pom.url}</url>
+ <Build-Date>${timestamp}</Build-Date>
+ </manifestEntries>
</archive>
</configuration>
- -->
</plugin>
+
+
+ <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>
@@ -140,6 +162,13 @@
<artifactId>jstl</artifactId>
<scope>compile</scope>
</dependency>
+ <!--
+ <dependency>
+ <groupId>javax.portlet</groupId>
+ <artifactId>portlet-api</artifactId>
+ <version>2.0</version>
+ </dependency>
+ -->
</dependencies>
<reporting>
_______________________________________________
Cvs mailing list
[email protected]
http://lists.mmbase.org/mailman/listinfo/cvs