Method and Description |
---|
org.apache.maven.tools.plugin.extractor.MojoDescriptorExtractor.execute(MavenProject, PluginDescriptor)
Use
MojoDescriptorExtractor.execute(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5. |
org.apache.maven.tools.plugin.scanner.MojoScanner.populatePluginDescriptor(MavenProject, PluginDescriptor)
Use
MojoScanner.populatePluginDescriptor(PluginToolsRequest) instead.
Provided for backward compatibility with maven-plugin-plugin < 2.5. |
Constructor and Description |
---|
org.apache.maven.script.ant.AntPropertyHelper(ExpressionEvaluator, Log)
use
AntPropertyHelper.AntPropertyHelper(ExpressionEvaluator, Set, Log) to resolve maven.dependency.* properties |
org.apache.maven.script.ant.AntPropertyHelper(MavenProject, Log)
use the other constructor
|
Copyright © 2004-2019 The Apache Software Foundation. All Rights Reserved.