You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by if...@apache.org on 2015/02/20 20:07:30 UTC

[5/8] maven git commit: use eclipse sisu plugin, lock version with rest of sisu

use eclipse sisu plugin, lock version with rest of sisu

Signed-off-by: Igor Fedorenko <if...@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/master
Commit: 6b79ac5e33acd79c9aff3036a9a36fdb34ec4600
Parents: 5f15094
Author: Igor Fedorenko <if...@apache.org>
Authored: Thu Feb 12 17:04:14 2015 -0500
Committer: Igor Fedorenko <if...@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>