Author: tchemit Date: 2012-07-13 17:35:17 +0200 (Fri, 13 Jul 2012) New Revision: 280 Url: http://nuiton.org/repositories/revision/jredmine/280 Log: fixes #926: Use m-plugin-p 3 api Modified: trunk/jredmine-maven-plugin/pom.xml Modified: trunk/jredmine-maven-plugin/pom.xml =================================================================== --- trunk/jredmine-maven-plugin/pom.xml 2012-07-13 15:35:06 UTC (rev 279) +++ trunk/jredmine-maven-plugin/pom.xml 2012-07-13 15:35:17 UTC (rev 280) @@ -118,7 +118,13 @@ <artifactId>maven-artifact-manager</artifactId> </dependency> + <!-- dependencies to mojo annotations --> <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + </dependency> + + <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> </dependency> @@ -230,10 +236,14 @@ <plugin> <artifactId>maven-plugin-plugin</artifactId> + <configuration> + <skipErrorNoDescriptorsFound>true</skipErrorNoDescriptorsFound> + </configuration> <executions> <execution> <goals> <goal>helpmojo</goal> + <goal>descriptor</goal> </goals> </execution> </executions>