Mercurial > dive4elements > framework
annotate 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 |
rev | line source |
---|---|
44
86d2a843e588
Allow REST server to bind to configurable interface.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2
diff
changeset
|
1 <?xml version="1.0"?> |
86d2a843e588
Allow REST server to bind to configurable interface.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2
diff
changeset
|
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"> |
1
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
3 <modelVersion>4.0.0</modelVersion> |
475
415df0fc4fa1
Fixed maven group ids
Sascha L. Teichmann <teichmann@intevation.de>
parents:
423
diff
changeset
|
4 <groupId>org.dive4elements.artifacts</groupId> |
1
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
5 <artifactId>artifacts</artifactId> |
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
6 <packaging>jar</packaging> |
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
7 <version>1.0-SNAPSHOT</version> |
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
8 <name>artifacts</name> |
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
9 <url>http://maven.apache.org</url> |
44
86d2a843e588
Allow REST server to bind to configurable interface.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2
diff
changeset
|
10 <properties> |
86d2a843e588
Allow REST server to bind to configurable interface.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2
diff
changeset
|
11 <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> |
86d2a843e588
Allow REST server to bind to configurable interface.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
2
diff
changeset
|
12 </properties> |
99
0efa3e8e46d4
Write revision to MANIFEST files while creating jar archives.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
13 <build> |
0efa3e8e46d4
Write revision to MANIFEST files while creating jar archives.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
14 <plugins> |
0efa3e8e46d4
Write revision to MANIFEST files while creating jar archives.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
15 <plugin> |
298
a5e6d1923c95
Made namespace resolution more compatible.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
129
diff
changeset
|
16 <groupId>org.apache.maven.plugins</groupId> |
a5e6d1923c95
Made namespace resolution more compatible.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
129
diff
changeset
|
17 <artifactId>maven-compiler-plugin</artifactId> |
a5e6d1923c95
Made namespace resolution more compatible.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
129
diff
changeset
|
18 <version>2.0.2</version> |
a5e6d1923c95
Made namespace resolution more compatible.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
129
diff
changeset
|
19 <configuration> |
423
8032aade18f7
Bump source compat from 1.5 to 1.6 (@Override annotations for interfaces.)
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
298
diff
changeset
|
20 <source>1.6</source> |
8032aade18f7
Bump source compat from 1.5 to 1.6 (@Override annotations for interfaces.)
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
298
diff
changeset
|
21 <target>1.6</target> |
298
a5e6d1923c95
Made namespace resolution more compatible.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
129
diff
changeset
|
22 </configuration> |
a5e6d1923c95
Made namespace resolution more compatible.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
129
diff
changeset
|
23 </plugin> |
99
0efa3e8e46d4
Write revision to MANIFEST files while creating jar archives.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
24 </plugins> |
0efa3e8e46d4
Write revision to MANIFEST files while creating jar archives.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
44
diff
changeset
|
25 </build> |
1
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
26 <dependencies> |
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
27 </dependencies> |
11c82d3f125e
Checked in the central interfaces of the artifact system.
Sascha L. Teichmann <sascha.teichmann@intevation.de>
parents:
diff
changeset
|
28 </project> |