org.apache.maven.plugin.dependency
Class AnalyzeOnlyMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.dependency.AbstractAnalyzeMojo
          extended by org.apache.maven.plugin.dependency.AnalyzeOnlyMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo, Contextualizable

public class AnalyzeOnlyMojo
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 in the build lifecycle, thus it assumes that the test-compile phase has been executed - use the dependency:analyze goal instead when running standalone.

Since:
2.0
Version:
$Id: AnalyzeOnlyMojo.java 728546 2008-12-21 22:56:51Z bentmann $
Author:
Mark Hobson
See Also:
AnalyzeMojo
Is defined by the goal name:
analyze-only
Is bound to the specified phase of the standard build lifecycle:
verify
Requires the dependencies in this specified scope:
test

Field Summary
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
AnalyzeOnlyMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.dependency.AbstractAnalyzeMojo
contextualize, createProjectDependencyAnalyzer, execute
 
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
 

Constructor Detail

AnalyzeOnlyMojo

public AnalyzeOnlyMojo()


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.