diff options
-rw-r--r-- | oparent/pom.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/oparent/pom.xml b/oparent/pom.xml index 0c636ba..fe603f2 100644 --- a/oparent/pom.xml +++ b/oparent/pom.xml @@ -68,6 +68,19 @@ </releases> </repository> </repositories> + <dependencies> + <dependency> + <!-- Needed to download the checkstyle artifact + using the repository section of this pom. + The checkstyle plugin below use it as dependency, + but maven does not want to use the repositories + to download the plugin dependency. + --> + <groupId>org.onap.oparent</groupId> + <artifactId>checkstyle</artifactId> + <version>1.0.0-SNAPSHOT</version> + </dependency> + </dependencies> <profiles> <profile> <id>generate-json</id> |