Repository: camel Updated Branches: refs/heads/master f70082d67 -> 955b5e3b4
Upgrade to maven-eclipse-plugin version 2.10 is now properly working Project: http://git-wip-us.apache.org/repos/asf/camel/repo Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/955b5e3b Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/955b5e3b Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/955b5e3b Branch: refs/heads/master Commit: 955b5e3b49ef5e10af4e6d16cf6967785d81782a Parents: f70082d Author: Babak Vahdat <[email protected]> Authored: Tue Dec 29 21:01:10 2015 +0100 Committer: Babak Vahdat <[email protected]> Committed: Tue Dec 29 21:01:10 2015 +0100 ---------------------------------------------------------------------- etc/pom.xml | 2 +- parent/pom.xml | 2 +- pom.xml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/camel/blob/955b5e3b/etc/pom.xml ---------------------------------------------------------------------- diff --git a/etc/pom.xml b/etc/pom.xml index 8f27d20..3665306 100755 --- a/etc/pom.xml +++ b/etc/pom.xml @@ -46,7 +46,7 @@ <id>setup.eclipse.workspace</id> <phase>process-test-sources</phase> <goals> - <goal>add-maven-repo</goal> + <goal>configure-workspace</goal> </goals> <configuration> <workspace>${workspace}</workspace> http://git-wip-us.apache.org/repos/asf/camel/blob/955b5e3b/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 2d19408..a7f0751 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -363,7 +363,7 @@ https://github.com/checkstyle/checkstyle/issues/1903 --> <maven-checkstyle-version>6.6</maven-checkstyle-version> - <maven-eclipse-plugin-version>2.9</maven-eclipse-plugin-version> + <maven-eclipse-plugin-version>2.10</maven-eclipse-plugin-version> <maven-javadoc-plugin-version>2.9.1</maven-javadoc-plugin-version> <maven-jboss-as-maven-plugin-version>7.7.Final</maven-jboss-as-maven-plugin-version> <maven-remote-resources-plugin-version>1.4</maven-remote-resources-plugin-version> http://git-wip-us.apache.org/repos/asf/camel/blob/955b5e3b/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 3f58eb7..7fa002c 100755 --- a/pom.xml +++ b/pom.xml @@ -182,7 +182,7 @@ <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-eclipse-plugin</artifactId> - <version>2.9</version> + <version>2.10</version> <dependencies> <dependency> <groupId>org.apache.camel</groupId> @@ -334,7 +334,7 @@ <id>setup.eclipse.workspace</id> <phase>process-test-sources</phase> <goals> - <goal>add-maven-repo</goal> + <goal>configure-workspace</goal> </goals> <configuration> <workspace>${eclipse.workspace.dir}</workspace>
