Mercurial > dive4elements > gnv-client
comparison gnv/pom.xml @ 282:d6c0d426e38a
Added the Possibility to get Version-Infomation and Release Date/Time from the GNV-Project using a Browser issue87
gnv/trunk@360 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Mon, 23 Nov 2009 16:30:33 +0000 |
parents | b98a6d175916 |
children | 1fb55ff633db |
comparison
equal
deleted
inserted
replaced
281:4ec95d586f31 | 282:d6c0d426e38a |
---|---|
118 <additionalProjectFacets> | 118 <additionalProjectFacets> |
119 <jst.web.xdoclet>1.2.3</jst.web.xdoclet> | 119 <jst.web.xdoclet>1.2.3</jst.web.xdoclet> |
120 </additionalProjectFacets> | 120 </additionalProjectFacets> |
121 </configuration> | 121 </configuration> |
122 </plugin> | 122 </plugin> |
123 <plugin> | |
124 <groupId>org.codehaus.mojo</groupId> | |
125 <artifactId>buildnumber-maven-plugin</artifactId> | |
126 <version>1.0-beta-2</version> | |
127 <executions> | |
128 <execution> | |
129 <phase>initialize</phase> | |
130 <goals> | |
131 <goal>create</goal> | |
132 </goals> | |
133 </execution> | |
134 </executions> | |
135 <configuration> | |
136 <doCheck>false</doCheck> | |
137 <doUpdate>false</doUpdate> | |
138 <timestampFormat>{0, date, yyyy-MM-dd HH:mm:ss}</timestampFormat> | |
139 <format>{0,date,yyyy-MM-dd HH:mm:ss}</format> | |
140 <items> | |
141 <item>timestamp</item> | |
142 </items> | |
143 | |
144 <revisionOnScmFailure>no_revision</revisionOnScmFailure> | |
145 </configuration> | |
146 </plugin> | |
147 | |
148 | |
149 | |
123 </plugins> | 150 </plugins> |
151 <resources> | |
152 <resource> | |
153 <directory>src/main/resources</directory> | |
154 <filtering>true</filtering> | |
155 </resource> | |
156 </resources> | |
124 </build> | 157 </build> |
125 </project> | 158 </project> |