- Replaced the plexus-component-metadata plugin with the sisu-maven-plugin.
diff --git a/pom.xml b/pom.xml
index ae6dca8..ae0437b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -347,19 +347,20 @@
   <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>