diff options
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 28 |
1 files changed, 25 insertions, 3 deletions
@@ -46,7 +46,7 @@ </distributionManagement> <prerequisites> - <maven>2.0.6</maven> + <maven>2.0.9</maven> </prerequisites> <scm> @@ -60,7 +60,7 @@ </issueManagement> <properties> - <mavenVersion>2.0.6</mavenVersion> + <mavenVersion>2.0.9</mavenVersion> <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding> </properties> @@ -83,7 +83,7 @@ <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-toolchain</artifactId> - <version>1.0</version> + <version>2.0.10</version> </dependency> <dependency> @@ -133,6 +133,28 @@ <build> <defaultGoal>install</defaultGoal> <plugins> +<!-- FIXME NAR-73, wait for this plugin to be available + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-toolchains-plugin</artifactId> + <version>1.0-SNAPSHOT</version> + <executions> + <execution> + <phase>validate</phase> + <goals> + <goal>toolchain</goal> + </goals> + </execution> + </executions> + <configuration> + <toolchains> + <jdk> + <version>[1.4)</version> + </jdk> + </toolchains> + </configuration> + </plugin> +--> <!-- <plugin> <groupId>org.apache.maven.plugins</groupId> |