From 2f1b305901b3c577327ed67204bc14713978d0b6 Mon Sep 17 00:00:00 2001 From: Olivier Lamy Date: Sat, 12 May 2012 21:13:41 +0000 Subject: [PATCH] javadoc from components.xml and remove file git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337658 13f79535-47bb-0310-9956-ffa450edef68 --- ...avaAnnotationsMojoDescriptorExtractor.java | 2 ++ .../resources/META-INF/plexus/components.xml | 31 ------------------- 2 files changed, 2 insertions(+), 31 deletions(-) delete mode 100644 maven-plugin-tools-annotations/src/main/resources/META-INF/plexus/components.xml diff --git a/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java b/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java index 395e506..6636bf7 100644 --- a/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java +++ b/maven-plugin-tools-annotations/src/main/java/org/apache/maven/tools/plugin/annotations/JavaAnnotationsMojoDescriptorExtractor.java @@ -67,6 +67,8 @@ import java.util.TreeMap; import java.util.TreeSet; /** + * JavaMojoDescriptorExtractor, a MojoDescriptor extractor to read descriptors from java classes with annotations. + * * @author Olivier Lamy * @since 3.0 */ diff --git a/maven-plugin-tools-annotations/src/main/resources/META-INF/plexus/components.xml b/maven-plugin-tools-annotations/src/main/resources/META-INF/plexus/components.xml deleted file mode 100644 index 9bf4f3d..0000000 --- a/maven-plugin-tools-annotations/src/main/resources/META-INF/plexus/components.xml +++ /dev/null @@ -1,31 +0,0 @@ - - - - - - - - - \ No newline at end of file