Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

Commit

Permalink
configure sisu-m-p to actually run on all modules
Browse files Browse the repository at this point in the history
  • Loading branch information
jdillon committed Oct 17, 2012
1 parent d0197e5 commit b9267d3
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions nexus/pom.xml
Expand Up @@ -1546,6 +1546,18 @@
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.sonatype.plugins</groupId>
<artifactId>sisu-maven-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>main-index</goal>
<goal>test-index</goal>
</goals>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-source-plugin</artifactId>
Expand Down

0 comments on commit b9267d3

Please sign in to comment.