Coverage Report - org.apache.maven.plugin.dependency.JustAnalyzeMojo
 
Classes in this File Line Coverage Branch Coverage Complexity
JustAnalyzeMojo
0% 
N/A 
0
 
 1  
 package org.apache.maven.plugin.dependency;
 2  
 
 3  
 /**
 4  
  * This goal is the same as analyze except it won't call test-compile first. You must have
 5  
  * already executed test-compile (or a later phase) to get accurate results.
 6  
  * 
 7  
  * @author <a href="mailto:brianf@apache.org">Brian Fox</a>
 8  
  * @version $Id: JustAnalyzeMojo.java 552528 2007-07-02 16:12:47Z markh $
 9  
  * @goal just-analyze
 10  
  * @requiresDependencyResolution test
 11  
  * @execute phase="validate"
 12  
  * @since 2.0-alpha-5
 13  
  */
 14  0
 public class JustAnalyzeMojo
 15  
     extends AnalyzeMojo
 16  
 {
 17  
 
 18  
 }