comparison artifacts/pom.xml @ 475:415df0fc4fa1

Fixed maven group ids
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 12:23:04 +0200
parents 8032aade18f7
children 9f49cf2d05bc
comparison
equal deleted inserted replaced
474:0d3512c08989 475:415df0fc4fa1
1 <?xml version="1.0"?> 1 <?xml version="1.0"?>
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.artifacts</groupId> 4 <groupId>org.dive4elements.artifacts</groupId>
5 <artifactId>artifacts</artifactId> 5 <artifactId>artifacts</artifactId>
6 <packaging>jar</packaging> 6 <packaging>jar</packaging>
7 <version>1.0-SNAPSHOT</version> 7 <version>1.0-SNAPSHOT</version>
8 <name>artifacts</name> 8 <name>artifacts</name>
9 <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/artifacts/artifacts</connection>
12 <developerConnection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts/artifacts</developerConnection>
13 <url>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts/artifacts</url>
14 </scm>
15 <properties> 10 <properties>
16 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> 11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
17 </properties> 12 </properties>
18 <build> 13 <build>
19 <plugins> 14 <plugins>
24 <configuration> 19 <configuration>
25 <source>1.6</source> 20 <source>1.6</source>
26 <target>1.6</target> 21 <target>1.6</target>
27 </configuration> 22 </configuration>
28 </plugin> 23 </plugin>
29 <plugin>
30 <groupId>org.codehaus.mojo</groupId>
31 <artifactId>buildnumber-maven-plugin</artifactId>
32 <executions>
33 <execution>
34 <phase>validate</phase>
35 <goals>
36 <goal>create</goal>
37 </goals>
38 </execution>
39 </executions>
40 <configuration>
41 <doCheck>false</doCheck>
42 <doUpdate>false</doUpdate>
43 </configuration>
44 </plugin>
45 <plugin>
46 <groupId>org.apache.maven.plugins</groupId>
47 <artifactId>maven-jar-plugin</artifactId>
48 <configuration>
49 <archive>
50 <manifest>
51 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
52 </manifest>
53 <manifestEntries>
54 <SCM-Revision>${buildNumber}</SCM-Revision>
55 </manifestEntries>
56 </archive>
57 </configuration>
58 </plugin>
59 </plugins> 24 </plugins>
60 </build> 25 </build>
61 <dependencies> 26 <dependencies>
62 </dependencies> 27 </dependencies>
63 </project> 28 </project>

http://dive4elements.wald.intevation.org