http://maven.apache.org/SETTINGS/1.0.0
element pluginGroups

Super Types
{http://maven.apache.org/SETTINGS/1.0.0} (restriction)

Documentation
1.0.0
            List of groupIds to search for a plugin when that plugin
            groupId is not explicitly provided.
          
Properties
This component is not nillable.

Model
<pluginGroups>
pluginGroup*
</pluginGroups>


Nested Element Summary
xs:stringpluginGroup
          
Source
<xs:element minOccurs="0" name="pluginGroups">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="pluginGroup" type="xs:string"/>
</xs:sequence>
</xs:complexType>
</xs:element>


Submit a bug or a feature.
Created by xsddoc, a sub project of xframe, hosted at http://xframe.sourceforge.net.