Mercurial > dive4elements > framework
comparison pom.xml @ 6:48eb2367de2a
Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated.
artifacts/trunk@18 c6561f87-3c4e-4783-a992-168aeb5c3f6f
author | Tim Englich <tim.englich@intevation.de> |
---|---|
date | Fri, 04 Sep 2009 12:19:26 +0000 |
parents | b1ec257e9d8d |
children | 86d2a843e588 |
comparison
equal
deleted
inserted
replaced
5:8f2de197bce2 | 6:48eb2367de2a |
---|---|
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 <build> | |
11 <plugins> | |
12 <plugin> | |
13 <groupId>org.apache.maven.plugins</groupId> | |
14 <artifactId>maven-eclipse-plugin</artifactId> | |
15 <version>2.5.1</version> | |
16 </plugin> | |
17 <plugin> | |
18 <groupId>org.apache.maven.plugins</groupId> | |
19 <artifactId>maven-compiler-plugin</artifactId> | |
20 <version>2.0.2</version> | |
21 <configuration> | |
22 <source>1.5</source> | |
23 <target>1.5</target> | |
24 </configuration> | |
25 </plugin> | |
26 </plugins> | |
27 </build> | |
10 <repositories> | 28 <repositories> |
11 <repository> | 29 <repository> |
12 <id>maven-restlet</id> | 30 <id>maven-restlet</id> |
13 <name>Public online Restlet repository</name> | 31 <name>Public online Restlet repository</name> |
14 <url>http://maven.restlet.org</url> | 32 <url>http://maven.restlet.org</url> |