diff options
author | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-20 22:39:29 -0400 |
---|---|---|
committer | Venkata Harish K Kajur <vk250x@att.com> | 2017-08-21 01:04:32 -0400 |
commit | bd500038b456700b9f0c69e06a02298d9590d16b (patch) | |
tree | e4c20786ed190e958a3bb8c7bbf276a3e5ea26a4 /aai-annotations/pom.xml | |
parent | 3aceb7c3254d2568e9aaf358af0143830b5c7916 (diff) |
Fix the javadocs error in jenkins
Issue-Id: AAI-76
Change-Id: Iaefe655c72584ee16d48da590afa6ae9ada7420e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
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> |