[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-ffa450edef68master
parent
547e3868c7
commit
7b952b87a3
|
|
@ -74,7 +74,10 @@
|
||||||
<artifactId>maven-plugin-annotations</artifactId>
|
<artifactId>maven-plugin-annotations</artifactId>
|
||||||
<!-- from stricter view, should use ${mavenPluginToolsVersion} but this is causing problems with release plugin -->
|
<!-- from stricter view, should use ${mavenPluginToolsVersion} but this is causing problems with release plugin -->
|
||||||
<!--version>${mavenPluginToolsVersion}</version-->
|
<!--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>
|
</dependency>
|
||||||
|
|
||||||
<!-- doxia -->
|
<!-- doxia -->
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue