enum introduction fix
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1337600 13f79535-47bb-0310-9956-ffa450edef68master
parent
c95ea5dd89
commit
f960418b9c
|
|
@ -454,8 +454,8 @@ public class JavaAnnotationsMojoDescriptorExtractor
|
||||||
mojo.setDeprecated( mojo.getDeprecated() );
|
mojo.setDeprecated( mojo.getDeprecated() );
|
||||||
|
|
||||||
mojoDescriptor.setAggregator( mojo.aggregator() );
|
mojoDescriptor.setAggregator( mojo.aggregator() );
|
||||||
mojoDescriptor.setDependencyResolutionRequired( mojo.requiresDependencyResolution().toString() );
|
mojoDescriptor.setDependencyResolutionRequired( mojo.requiresDependencyResolution().id() );
|
||||||
mojoDescriptor.setDependencyCollectionRequired( mojo.requiresDependencyCollection().toString() );
|
mojoDescriptor.setDependencyCollectionRequired( mojo.requiresDependencyCollection().id() );
|
||||||
|
|
||||||
mojoDescriptor.setDirectInvocationOnly( mojo.requiresDirectInvocation() );
|
mojoDescriptor.setDirectInvocationOnly( mojo.requiresDirectInvocation() );
|
||||||
mojoDescriptor.setDeprecated( mojo.getDeprecated() );
|
mojoDescriptor.setDeprecated( mojo.getDeprecated() );
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue