Add plugin repositories section in the pom

Without this section in the pom, the Eclipse build of gerrit-gwtexpui fails:

Project build error: Unresolveable build extension: Plugin com.googlesource.gerrit:gs-maven-
 wagon:3.3 or one of its dependencies could not be resolved: Failure to find
 com.googlesource.gerrit:gs-maven-wagon:jar:3.3 in http://repo.maven.apache.org/maven2
 was cached in the local repository, resolution will not be reattempted until the update interval
 of central has elapsed or updates are forced

Change-Id: I0fa4b97ae653fbe757ebcfbbab153f22d87b07bb
This commit is contained in:
David Pursehouse
2013-04-12 12:11:18 +09:00
parent 0f2e820677
commit 475fc60b87

View File

@@ -881,6 +881,13 @@ limitations under the License.
</dependencies>
</dependencyManagement>
<pluginRepositories>
<pluginRepository>
<id>gerrit-maven</id>
<url>https://gerrit-maven.commondatastorage.googleapis.com</url>
</pluginRepository>
</pluginRepositories>
<repositories>
<repository>
<id>gerrit-maven</id>