Mercurial > dive4elements > framework
comparison 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 |
comparison
equal
deleted
inserted
replaced
474:0d3512c08989 | 475:415df0fc4fa1 |
---|---|
1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | 1 <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> | 2 xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> |
3 <modelVersion>4.0.0</modelVersion> | 3 <modelVersion>4.0.0</modelVersion> |
4 | 4 |
5 <groupId>de.intevation.artifacts.common</groupId> | 5 <groupId>org.dive4elements.common</groupId> |
6 <artifactId>artifacts-common</artifactId> | 6 <artifactId>artifacts-common</artifactId> |
7 <version>1.0-SNAPSHOT</version> | 7 <version>1.0-SNAPSHOT</version> |
8 <packaging>jar</packaging> | 8 <packaging>jar</packaging> |
9 | 9 |
10 <name>artifacts-common</name> | 10 <name>artifacts-common</name> |
54 <source>1.6</source> | 54 <source>1.6</source> |
55 <target>1.6</target> | 55 <target>1.6</target> |
56 </configuration> | 56 </configuration> |
57 </plugin> | 57 </plugin> |
58 </plugins> | 58 </plugins> |
59 <!-- | |
60 <plugins> | |
61 <plugin> | |
62 <groupId>org.apache.maven.plugins</groupId> | |
63 <artifactId>maven-source-plugin</artifactId> | |
64 <version>2.1.2</version> | |
65 <executions> | |
66 <execution> | |
67 <id>attach-sources</id> | |
68 <goals> | |
69 <goal>jar-no-fork</goal> | |
70 </goals> | |
71 </execution> | |
72 </executions> | |
73 </plugin> | |
74 </plugins> | |
75 --> | |
76 </build> | 59 </build> |
77 | |
78 </project> | 60 </project> |