Committed by
Gerrit Code Review
Workaround for checkstyle error building on clean environment
- staging repo was only applied to dependencies and not for plugin dependencies Change-Id: I6c11573290d19133cb3fbb9591590d1a2adbe6b7
Showing
1 changed file
with
7 additions
and
0 deletions
| ... | @@ -38,6 +38,13 @@ | ... | @@ -38,6 +38,13 @@ |
| 38 | <url>https://oss.sonatype.org/content/groups/staging</url> | 38 | <url>https://oss.sonatype.org/content/groups/staging</url> |
| 39 | </repository> | 39 | </repository> |
| 40 | </repositories> | 40 | </repositories> |
| 41 | + <pluginRepositories> | ||
| 42 | + <pluginRepository> | ||
| 43 | + <id>oss-staging</id> | ||
| 44 | + <name>OSS Staging</name> | ||
| 45 | + <url>https://oss.sonatype.org/content/groups/staging</url> | ||
| 46 | + </pluginRepository> | ||
| 47 | + </pluginRepositories> | ||
| 41 | 48 | ||
| 42 | <groupId>org.onosproject</groupId> | 49 | <groupId>org.onosproject</groupId> |
| 43 | <artifactId>onos</artifactId> | 50 | <artifactId>onos</artifactId> | ... | ... |
-
Please register or login to post a comment