diff options
author | James Forsyth <jf2512@att.com> | 2017-08-21 16:24:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-21 16:24:52 +0000 |
commit | f79d0971dd24b3b4febe2f946a911b837a83624b (patch) | |
tree | a80702dd69975fb8a61b4e8d62970cfe209edcf7 /aai-annotations/pom.xml | |
parent | 553b604905f2985e3989d837c01dceace991638d (diff) | |
parent | bd500038b456700b9f0c69e06a02298d9590d16b (diff) |
Merge "Fix the javadocs error in jenkins"
Diffstat (limited to 'aai-annotations/pom.xml')
-rw-r--r-- | aai-annotations/pom.xml | 33 |
1 files changed, 0 insertions, 33 deletions
diff --git a/aai-annotations/pom.xml b/aai-annotations/pom.xml index b8351a8f..ccfae3d4 100644 --- a/aai-annotations/pom.xml +++ b/aai-annotations/pom.xml @@ -30,41 +30,8 @@ <build> <pluginManagement> <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.6</version> - <dependencies> - <dependency> - <groupId>org.apache.maven.wagon</groupId> - <artifactId>wagon-webdav-jackrabbit</artifactId> - <version>2.10</version> - </dependency> - </dependencies> - </plugin> <!-- Checkstyle plugin - used to report on compliance with --> <!-- the Google style guide. --> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-site-plugin</artifactId> - <version>3.3</version> - <configuration> - <reportPlugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-checkstyle-plugin</artifactId> - <version>2.17</version> - <reportSets> - <reportSet> - <reports> - <report>checkstyle</report> - </reports> - </reportSet> - </reportSets> - </plugin> - </reportPlugins> - </configuration> - </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> |