[MPLUGIN-296] java.lang.ClassNotFoundException: org.apache.maven.plugins.annotations.Execute

git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1728736 13f79535-47bb-0310-9956-ffa450edef68
master
Christian Schulte 2016-02-05 21:55:25 +00:00
parent 547e3868c7
commit 7b952b87a3
1 changed files with 4 additions and 1 deletions

View File

@ -74,7 +74,10 @@
<artifactId>maven-plugin-annotations</artifactId>
<!-- from stricter view, should use ${mavenPluginToolsVersion} but this is causing problems with release plugin -->
<!--version>${mavenPluginToolsVersion}</version-->
<scope>provided</scope>
<!--
Do not use 'provided' scope here. The annotations are a transitive dependency of
'maven-plugin-tools-annotations' which fails to load at runtime when not available.
-->
</dependency>
<!-- doxia -->