org.apache.maven.plugin.dependency
Class AnalyzeOnlyMojo
java.lang.Object
  
org.apache.maven.plugin.AbstractMojo
      
org.apache.maven.plugin.dependency.AbstractAnalyzeMojo
          
org.apache.maven.plugin.dependency.AnalyzeOnlyMojo
- All Implemented Interfaces: 
 - ContextEnabled, Mojo, org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
 
@Mojo(name="analyze-only",
      requiresDependencyResolution=TEST,
      defaultPhase=VERIFY)
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 1357251 2012-07-04 13:28:33Z olamy $
 
- Author:
 
  - Mark Hobson
 
- See Also:
 AnalyzeMojo
 
| Fields inherited from interface org.apache.maven.plugin.Mojo | 
ROLE | 
 
 
 
 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
AnalyzeOnlyMojo
public AnalyzeOnlyMojo()
Copyright © 2002-2012 The Apache Software Foundation. All Rights Reserved.