You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sc...@apache.org on 2017/12/22 01:06:42 UTC

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

Repository: maven-resolver
Updated Branches:
  refs/heads/master db4003a86 -> b9e0e1beb


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

[WARNING] Error injecting: org.apache.maven.tools.plugin.extractor.annotations.JavaAnnotationsMojoDescriptorExtractor
java.lang.NoClassDefFoundError: org/apache/maven/plugins/annotations/Execute
    at java.lang.ClassLoader.defineClass1 (Native Method)
    at java.lang.ClassLoader.defineClass (ClassLoader.java:763)


Project: http://git-wip-us.apache.org/repos/asf/maven-resolver/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-resolver/commit/b9e0e1be
Tree: http://git-wip-us.apache.org/repos/asf/maven-resolver/tree/b9e0e1be
Diff: http://git-wip-us.apache.org/repos/asf/maven-resolver/diff/b9e0e1be

Branch: refs/heads/master
Commit: b9e0e1bebad6398ea2ac7ac8addac273a2e899fb
Parents: db4003a
Author: Christian Schulte <sc...@apache.org>
Authored: Fri Dec 22 02:01:31 2017 +0100
Committer: Christian Schulte <sc...@apache.org>
Committed: Fri Dec 22 02:01:31 2017 +0100

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-resolver/blob/b9e0e1be/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 1042ae5..4ebc65c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -210,6 +210,13 @@
     <pluginManagement>
       <plugins>
         <plugin>
+          <!-- See https://issues.apache.org/jira/browse/MPLUGIN-296           -->
+          <!-- Can be removed once the core is shipped with an updated plugin. -->
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-plugin-plugin</artifactId>
+          <version>3.5</version>
+        </plugin>
+        <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-javadoc-plugin</artifactId>
           <configuration>