org.apache.maven.plugin.dependency
Class AnalyzeMojo
java.lang.Object
org.apache.maven.plugin.AbstractMojo
org.apache.maven.plugin.dependency.AbstractAnalyzeMojo
org.apache.maven.plugin.dependency.AnalyzeMojo
- All Implemented Interfaces:
- org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
public class AnalyzeMojo
- extends AbstractAnalyzeMojo
Analyzes the dependencies of this project and determines which are: used and declared; used and undeclared; unused
and declared. This goal is intended to be used standalone, thus it always executes the test-compile
phase - use the dependency:analyze-only
goal instead when participating in the build lifecycle.
- Since:
- 2.0-alpha-3
- Version:
- $Id: AnalyzeMojo.java 728546 2008-12-21 22:56:51Z bentmann $
- Author:
- Mark Hobson
- See Also:
AnalyzeOnlyMojo
Fields inherited from interface org.apache.maven.plugin.Mojo |
ROLE |
Methods inherited from class org.apache.maven.plugin.AbstractMojo |
getLog, getPluginContext, setLog, setPluginContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AnalyzeMojo
public AnalyzeMojo()
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.