- Replaced the plexus-component-metadata plugin with the sisu-maven-plugin.
Project: http://git-wip-us.apache.org/repos/asf/maven-indexer/repo Commit: http://git-wip-us.apache.org/repos/asf/maven-indexer/commit/377d9f97 Tree: http://git-wip-us.apache.org/repos/asf/maven-indexer/tree/377d9f97 Diff: http://git-wip-us.apache.org/repos/asf/maven-indexer/diff/377d9f97 Branch: refs/heads/master Commit: 377d9f973d14d6ca002e8cb9f60d1c127cc6ed30 Parents: 22c618d Author: Martin Todorov <[email protected]> Authored: Tue Jul 1 19:48:02 2014 +0100 Committer: Martin Todorov <[email protected]> Committed: Tue Jul 1 19:48:02 2014 +0100 ---------------------------------------------------------------------- pom.xml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/maven-indexer/blob/377d9f97/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index ae6dca8..ae0437b 100644 --- a/pom.xml +++ b/pom.xml @@ -347,19 +347,20 @@ under the License. <build> <plugins> <plugin> - <groupId>org.codehaus.plexus</groupId> - <artifactId>plexus-component-metadata</artifactId> + <groupId>org.sonatype.plugins</groupId> + <artifactId>sisu-maven-plugin</artifactId> + <version>1.4</version> <executions> <execution> <id>process-classes</id> <goals> - <goal>generate-metadata</goal> + <goal>main-index</goal> </goals> </execution> <execution> <id>process-test-classes</id> <goals> - <goal>generate-test-metadata</goal> + <goal>test-index</goal> </goals> </execution> </executions>
