Mercurial > dive4elements > framework
diff artifacts-common/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 | b0a949d3fe09 |
children | eab76b8b94b1 |
line wrap: on
line diff
--- a/artifacts-common/pom.xml Thu Apr 25 11:08:43 2013 +0200 +++ b/artifacts-common/pom.xml Thu Apr 25 12:23:04 2013 +0200 @@ -2,7 +2,7 @@ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> - <groupId>de.intevation.artifacts.common</groupId> + <groupId>org.dive4elements.common</groupId> <artifactId>artifacts-common</artifactId> <version>1.0-SNAPSHOT</version> <packaging>jar</packaging> @@ -56,23 +56,5 @@ </configuration> </plugin> </plugins> - <!-- - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-source-plugin</artifactId> - <version>2.1.2</version> - <executions> - <execution> - <id>attach-sources</id> - <goals> - <goal>jar-no-fork</goal> - </goals> - </execution> - </executions> - </plugin> - </plugins> - --> </build> - </project>