Author: tchemit Date: 2012-07-13 18:30:43 +0200 (Fri, 13 Jul 2012) New Revision: 286 Url: http://nuiton.org/repositories/revision/jredmine/286 Log: refs #926: Use m-plugin-p 3 api (fix dependency to annotations) Modified: trunk/pom.xml Modified: trunk/pom.xml =================================================================== --- trunk/pom.xml 2012-07-13 16:30:03 UTC (rev 285) +++ trunk/pom.xml 2012-07-13 16:30:43 UTC (rev 286) @@ -262,7 +262,15 @@ <scope>provided</scope> </dependency> + <!-- dependencies to mojo annotations --> <dependency> + <groupId>org.apache.maven.plugin-tools</groupId> + <artifactId>maven-plugin-annotations</artifactId> + <version>${pluginPluginVersion}</version> + <scope>compile</scope> + </dependency> + + <dependency> <groupId>org.apache.maven.reporting</groupId> <artifactId>maven-reporting-api</artifactId> <version>3.0</version>