Mercurial > dive4elements > framework
changeset 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 | 8f2de197bce2 |
children | f95d9a449215 |
files | Changelog pom.xml |
diffstat | 2 files changed, 23 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/Changelog Fri Sep 04 12:04:12 2009 +0000 +++ b/Changelog Fri Sep 04 12:19:26 2009 +0000 @@ -1,3 +1,8 @@ +2009-09-04 Tim Englich <tim.englich@intevation.de> <Tim Englich <tim.englich@intevation.de>@nomia> + + * pom.xml: Edited + Buildplugins for Maven-Compiler and Maven-Eclipse Plugin integrated. + 2009-09-04 Sascha L. Teichmann <sascha.teichmann@intevation.de> * artifact-database/doc/artifactdb-example-conf.xml: Example for artifact db
--- a/pom.xml Fri Sep 04 12:04:12 2009 +0000 +++ b/pom.xml Fri Sep 04 12:19:26 2009 +0000 @@ -7,6 +7,24 @@ <version>1.0-SNAPSHOT</version> <name>artifact-system</name> <url>http://maven.apache.org</url> + <build> + <plugins> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-eclipse-plugin</artifactId> + <version>2.5.1</version> + </plugin> + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-compiler-plugin</artifactId> + <version>2.0.2</version> + <configuration> + <source>1.5</source> + <target>1.5</target> + </configuration> + </plugin> + </plugins> + </build> <repositories> <repository> <id>maven-restlet</id>