comparison geo-backend/pom.xml @ 1125:959618206b8a

Write svn revision to MANIFEST file while packaging. geo-backend/trunk@1212 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author Ingo Weinzierl <ingo.weinzierl@intevation.de>
date Mon, 14 Jun 2010 21:14:12 +0000
parents d45bca50b4d7
children
comparison
equal deleted inserted replaced
1124:f3fdbeef1c68 1125:959618206b8a
2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd"> 2 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
3 <modelVersion>4.0.0</modelVersion> 3 <modelVersion>4.0.0</modelVersion>
4 <groupId>de.intevation.bsh</groupId> 4 <groupId>de.intevation.bsh</groupId>
5 <artifactId>geo-backend</artifactId> 5 <artifactId>geo-backend</artifactId>
6 <packaging>jar</packaging> 6 <packaging>jar</packaging>
7 7 <version>1.0-SNAPSHOT</version>
8 <version>1.0-SNAPSHOT</version>
9 <name>geo-backend</name> 8 <name>geo-backend</name>
10 <url>http://maven.apache.org</url> 9 <url>http://maven.apache.org</url>
10 <scm>
11 <connection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/geo-backend</connection>
12 <developerConnection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/geo-backend</developerConnection>
13 <url>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/geo-backend</url>
14 </scm>
11 <build> 15 <build>
12 <plugins> 16 <plugins>
13 <plugin> 17 <plugin>
14 <groupId>org.apache.maven.plugins</groupId> 18 <groupId>org.apache.maven.plugins</groupId>
15 <artifactId>maven-eclipse-plugin</artifactId> 19 <artifactId>maven-eclipse-plugin</artifactId>
20 <artifactId>maven-compiler-plugin</artifactId> 24 <artifactId>maven-compiler-plugin</artifactId>
21 <version>2.0.2</version> 25 <version>2.0.2</version>
22 <configuration> 26 <configuration>
23 <source>1.5</source> 27 <source>1.5</source>
24 <target>1.5</target> 28 <target>1.5</target>
29 </configuration>
30 </plugin>
31 <plugin>
32 <groupId>org.codehaus.mojo</groupId>
33 <artifactId>buildnumber-maven-plugin</artifactId>
34 <executions>
35 <execution>
36 <phase>validate</phase>
37 <goals>
38 <goal>create</goal>
39 </goals>
40 </execution>
41 </executions>
42 <configuration>
43 <doCheck>true</doCheck>
44 <doUpdate>false</doUpdate>
45 </configuration>
46 </plugin>
47 <plugin>
48 <groupId>org.apache.maven.plugins</groupId>
49 <artifactId>maven-jar-plugin</artifactId>
50 <configuration>
51 <archive>
52 <manifest>
53 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
54 </manifest>
55 <manifestEntries>
56 <SCM-Revision>${buildNumber}</SCM-Revision>
57 </manifestEntries>
58 </archive>
25 </configuration> 59 </configuration>
26 </plugin> 60 </plugin>
27 </plugins> 61 </plugins>
28 </build> 62 </build>
29 <dependencies> 63 <dependencies>

http://dive4elements.wald.intevation.org