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:
7
pom.xml
7
pom.xml
@@ -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>
|
||||
|
Reference in New Issue
Block a user