use eclipse sisu plugin, lock version with rest of sisu

Signed-off-by: Igor Fedorenko <ifedorenko@apache.org>
This commit is contained in:
Igor Fedorenko 2015-02-12 17:04:14 -05:00
parent 5f150940c1
commit 6b79ac5e33
2 changed files with 14 additions and 10 deletions

View File

@ -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>

13
pom.xml
View File

@ -385,6 +385,19 @@
</execution>
</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>