http://maven.apache.org/POM/4.0.0
element pluginRepositories

Super Types
{http://maven.apache.org/POM/4.0.0} (restriction)

Documentation
4.0.0
            The lists of the remote repositories for discovering plugins for builds and reports.
Properties
This component is not nillable.

Model
<pluginRepositories>
pluginRepository*
</pluginRepositories>


Nested Element Summary
RepositorypluginRepository
          
Source
<xs:element minOccurs="0" name="pluginRepositories">
<xs:complexType>
<xs:sequence>
<xs:element maxOccurs="unbounded" minOccurs="0" name="pluginRepository" type="Repository"/>
</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.