1 /*
2 =================== DO NOT EDIT THIS FILE ====================
3 Generated by Modello 1.0.1 on 2009-09-09 03:30:24,
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 public class PluginManagement
18 extends PluginContainer
19 implements java.io.Serializable
20 {
21
22 }