Mercurial > dive4elements > framework
diff 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 |
line wrap: on
line diff
--- a/pom.xml Thu Apr 25 11:08:43 2013 +0200 +++ b/pom.xml Thu Apr 25 12:23:04 2013 +0200 @@ -1,17 +1,12 @@ <?xml version="1.0" encoding="UTF-8"?> <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"> <modelVersion>4.0.0</modelVersion> - <groupId>de.intevation.bsh</groupId> + <groupId>org.dive4elements</groupId> <artifactId>artifact-system</artifactId> <packaging>pom</packaging> <version>1.0-SNAPSHOT</version> <name>artifact-system</name> <url>http://maven.apache.org</url> - <scm> - <connection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts</connection> - <developerConnection>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts</developerConnection> - <url>scm:svn:svn+ssh://${user}@thoe.intevation.de/home/projects/Geospatial/bsh-generischer-viewer/Material/SVN/artifacts</url> - </scm> <properties> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -31,38 +26,6 @@ <target>1.6</target> </configuration> </plugin> - <!-- - <plugin> - <groupId>org.codehaus.mojo</groupId> - <artifactId>buildnumber-maven-plugin</artifactId> - <executions> - <execution> - <phase>validate</phase> - <goals> - <goal>create</goal> - </goals> - </execution> - </executions> - <configuration> - <doCheck>false</doCheck> - <doUpdate>false</doUpdate> - </configuration> - </plugin> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-jar-plugin</artifactId> - <configuration> - <archive> - <manifest> - <addDefaultImplementationEntries>true</addDefaultImplementationEntries> - </manifest> - <manifestEntries> - <SCM-Revision>${buildNumber}</SCM-Revision> - </manifestEntries> - </archive> - </configuration> - </plugin> - --> </plugins> </build> <repositories>