comparison 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 bd012f4720ae
children ccd029fbc084
comparison
equal deleted inserted replaced
474:0d3512c08989 475:415df0fc4fa1
1 <?xml version="1.0" encoding="UTF-8"?> 1 <?xml version="1.0" encoding="UTF-8"?>
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>org.dive4elements</groupId>
5 <artifactId>artifact-system</artifactId> 5 <artifactId>artifact-system</artifactId>
6 <packaging>pom</packaging> 6 <packaging>pom</packaging>
7 <version>1.0-SNAPSHOT</version> 7 <version>1.0-SNAPSHOT</version>
8 <name>artifact-system</name> 8 <name>artifact-system</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</connection>
12 <developerConnection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts</developerConnection>
13 <url>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/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>
29 <configuration> 24 <configuration>
30 <source>1.6</source> 25 <source>1.6</source>
31 <target>1.6</target> 26 <target>1.6</target>
32 </configuration> 27 </configuration>
33 </plugin> 28 </plugin>
34 <!--
35 <plugin>
36 <groupId>org.codehaus.mojo</groupId>
37 <artifactId>buildnumber-maven-plugin</artifactId>
38 <executions>
39 <execution>
40 <phase>validate</phase>
41 <goals>
42 <goal>create</goal>
43 </goals>
44 </execution>
45 </executions>
46 <configuration>
47 <doCheck>false</doCheck>
48 <doUpdate>false</doUpdate>
49 </configuration>
50 </plugin>
51 <plugin>
52 <groupId>org.apache.maven.plugins</groupId>
53 <artifactId>maven-jar-plugin</artifactId>
54 <configuration>
55 <archive>
56 <manifest>
57 <addDefaultImplementationEntries>true</addDefaultImplementationEntries>
58 </manifest>
59 <manifestEntries>
60 <SCM-Revision>${buildNumber}</SCM-Revision>
61 </manifestEntries>
62 </archive>
63 </configuration>
64 </plugin>
65 -->
66 </plugins> 29 </plugins>
67 </build> 30 </build>
68 <repositories> 31 <repositories>
69 <repository> 32 <repository>
70 <id>maven-restlet</id> 33 <id>maven-restlet</id>

http://dive4elements.wald.intevation.org