Coverage Report - org.apache.maven.model.PluginManagement
 
Classes in this File Line Coverage Branch Coverage Complexity
PluginManagement
100 %
1/1
N/A
0
 
 1  
 /*
 2  
  =================== DO NOT EDIT THIS FILE ====================
 3  
  Generated by Modello 1.0.1 on 2009-09-09 03:04:48,
 4  
  any modifications will be overwritten.
 5  
  ==============================================================
 6  
  */
 7  
 
 8  
 package org.apache.maven.model;
 9  
 
 10  
 /**
 11  
  * Section for management of default plugin information for use in
 12  
  * a group of POMs.
 13  
  *       
 14  
  * 
 15  
  * @version $Revision$ $Date$
 16  
  */
 17  6
 public class PluginManagement
 18  
     extends PluginContainer
 19  
     implements java.io.Serializable
 20  
 {
 21  
 
 22  
 }