org.apache.maven.plugin.dependency
Class JustAnalyzeMojo

java.lang.Object
  extended by org.apache.maven.plugin.AbstractMojo
      extended by org.apache.maven.plugin.dependency.AnalyzeMojo
          extended by org.apache.maven.plugin.dependency.JustAnalyzeMojo
All Implemented Interfaces:
org.apache.maven.plugin.ContextEnabled, org.apache.maven.plugin.Mojo

public class JustAnalyzeMojo
extends AnalyzeMojo

This goal is the same as analyze except it won't call test-compile first. You must have already executed test-compile (or a later phase) to get accurate results.

Since:
2.0-alpha-5
Version:
$Id: JustAnalyzeMojo.java 552528 2007-07-02 16:12:47Z markh $
Author:
Brian Fox

Field Summary
 
Fields inherited from class org.apache.maven.plugin.dependency.AnalyzeMojo
outputDirectory
 
Fields inherited from interface org.apache.maven.plugin.Mojo
ROLE
 
Constructor Summary
JustAnalyzeMojo()
           
 
Method Summary
 
Methods inherited from class org.apache.maven.plugin.dependency.AnalyzeMojo
execute, writeScriptableOutput
 
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

JustAnalyzeMojo

public JustAnalyzeMojo()


Copyright © 2002-2010 Apache Software Foundation. All Rights Reserved.