use eclipse sisu plugin, lock version with rest of sisu Signed-off-by: Igor Fedorenko <ifedore...@apache.org>
Project: http://git-wip-us.apache.org/repos/asf/maven/repo Commit: http://git-wip-us.apache.org/repos/asf/maven/commit/6b79ac5e Tree: http://git-wip-us.apache.org/repos/asf/maven/tree/6b79ac5e Diff: http://git-wip-us.apache.org/repos/asf/maven/diff/6b79ac5e Branch: refs/heads/slf4j-log4j2 Commit: 6b79ac5e33acd79c9aff3036a9a36fdb34ec4600 Parents: 5f15094 Author: Igor Fedorenko <ifedore...@apache.org> Authored: Thu Feb 12 17:04:14 2015 -0500 Committer: Igor Fedorenko <ifedore...@apache.org> Committed: Fri Feb 20 10:26:15 2015 -0500 ---------------------------------------------------------------------- maven-core/pom.xml | 11 +---------- pom.xml | 13 +++++++++++++ 2 files changed, 14 insertions(+), 10 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven/blob/6b79ac5e/maven-core/pom.xml ---------------------------------------------------------------------- diff --git a/maven-core/pom.xml b/maven-core/pom.xml index 951cd06..f6158d4 100644 --- a/maven-core/pom.xml +++ b/maven-core/pom.xml @@ -177,17 +177,8 @@ <artifactId>plexus-component-metadata</artifactId> </plugin> <plugin> - <groupId>org.sonatype.plugins</groupId> + <groupId>org.eclipse.sisu</groupId> <artifactId>sisu-maven-plugin</artifactId> - <version>1.1</version> - <executions> - <execution> - <goals> - <goal>main-index</goal> - <goal>test-index</goal> - </goals> - </execution> - </executions> </plugin> <plugin> <groupId>org.codehaus.modello</groupId> http://git-wip-us.apache.org/repos/asf/maven/blob/6b79ac5e/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index a27d422..06620df 100644 --- a/pom.xml +++ b/pom.xml @@ -386,6 +386,19 @@ </executions> </plugin> <plugin> + <groupId>org.eclipse.sisu</groupId> + <artifactId>sisu-maven-plugin</artifactId> + <version>${sisuInjectVersion}</version> + <executions> + <execution> + <goals> + <goal>main-index</goal> + <goal>test-index</goal> + </goals> + </execution> + </executions> + </plugin> + <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-release-plugin</artifactId> <configuration>