Workaround for checkstyle error building on clean environment
- staging repo was only applied to dependencies and not for
plugin dependencies
Change-Id: I6c11573290d19133cb3fbb9591590d1a2adbe6b7
diff --git a/pom.xml b/pom.xml
index bbe51bf..d60a2e4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -38,6 +38,13 @@
<url>https://oss.sonatype.org/content/groups/staging</url>
</repository>
</repositories>
+ <pluginRepositories>
+ <pluginRepository>
+ <id>oss-staging</id>
+ <name>OSS Staging</name>
+ <url>https://oss.sonatype.org/content/groups/staging</url>
+ </pluginRepository>
+ </pluginRepositories>
<groupId>org.onosproject</groupId>
<artifactId>onos</artifactId>