changed annotation IT to match javadoc tag IT
git-svn-id: https://svn.apache.org/repos/asf/maven/plugin-tools/trunk@1353335 13f79535-47bb-0310-9956-ffa450edef68master
parent
c46422fe0d
commit
dae672097a
|
|
@ -38,8 +38,8 @@ import org.apache.maven.project.MavenProjectHelper;
|
|||
@Mojo( name = "maximal",
|
||||
aggregator = true,
|
||||
configurator = "configurator-hint",
|
||||
requiresDependencyResolution = ResolutionScope.TEST,
|
||||
requiresDependencyCollection = ResolutionScope.COMPILE,
|
||||
requiresDependencyResolution = ResolutionScope.COMPILE,
|
||||
requiresDependencyCollection = ResolutionScope.TEST,
|
||||
defaultPhase = LifecyclePhase.PACKAGE,
|
||||
executionStrategy = "always",
|
||||
instantiationStrategy = InstanciationStrategy.SINGLETON,
|
||||
|
|
|
|||
|
|
@ -175,8 +175,8 @@ assert mojo.implementation.text() == 'org.apache.maven.plugin.coreit.Maximal'
|
|||
assert mojo.language.text() == 'java'
|
||||
assert mojo.description.text() == 'Checks maximum annotations with non-default values.'
|
||||
assert mojo.deprecated.text() == 'deprecated-text'
|
||||
assert mojo.requiresDependencyResolution.text() == 'test'
|
||||
assert mojo.requiresDependencyCollection.text() == 'compile'
|
||||
assert mojo.requiresDependencyResolution.text() == 'compile'
|
||||
assert mojo.requiresDependencyCollection.text() == 'test'
|
||||
assert mojo.requiresProject.text() == 'false'
|
||||
assert mojo.requiresOnline.text() == 'true'
|
||||
assert mojo.requiresDirectInvocation.text() == 'true'
|
||||
|
|
|
|||
Loading…
Reference in New Issue