private field
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/branches/MPLUGIN-189@1335071 13f79535-47bb-0310-9956-ffa450edef68master
parent
a4ba9593bb
commit
1a12b44178
|
|
@ -64,7 +64,7 @@ public class JavaAnnotationsMojoDescriptorExtractor
|
||||||
/**
|
/**
|
||||||
* @requirement
|
* @requirement
|
||||||
*/
|
*/
|
||||||
MojoAnnotationsScanner mojoAnnotationsScanner;
|
private MojoAnnotationsScanner mojoAnnotationsScanner;
|
||||||
|
|
||||||
public List<MojoDescriptor> execute( MavenProject project, PluginDescriptor pluginDescriptor )
|
public List<MojoDescriptor> execute( MavenProject project, PluginDescriptor pluginDescriptor )
|
||||||
throws ExtractionException, InvalidPluginDescriptorException
|
throws ExtractionException, InvalidPluginDescriptorException
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue