aboutsummaryrefslogtreecommitdiffstats
path: root/aai-core/pom.xml
diff options
context:
space:
mode:
authorVenkata Harish K Kajur <vk250x@att.com>2017-08-20 22:39:29 -0400
committerVenkata Harish K Kajur <vk250x@att.com>2017-08-21 01:04:32 -0400
commitbd500038b456700b9f0c69e06a02298d9590d16b (patch)
treee4c20786ed190e958a3bb8c7bbf276a3e5ea26a4 /aai-core/pom.xml
parent3aceb7c3254d2568e9aaf358af0143830b5c7916 (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-core/pom.xml')
-rw-r--r--aai-core/pom.xml32
1 files changed, 0 insertions, 32 deletions
diff --git a/aai-core/pom.xml b/aai-core/pom.xml
index efbb12d2..01156bf0 100644
--- a/aai-core/pom.xml
+++ b/aai-core/pom.xml
@@ -500,18 +500,6 @@
</executions>
</plugin>
<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>
- <plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>license-maven-plugin</artifactId>
<version>1.12</version>
@@ -650,24 +638,4 @@
<url>${nexusproxy}/content/repositories/snapshots/</url>
</repository>
</repositories>
- <reporting>
- <plugins>
- <plugin>
- <groupId>org.apache.maven.plugins</groupId>
- <artifactId>maven-javadoc-plugin</artifactId>
- <version>2.10.4</version>
- <configuration>
- <failOnError>false</failOnError>
- <doclet>org.umlgraph.doclet.UmlGraphDoc</doclet>
- <docletArtifact>
- <groupId>org.umlgraph</groupId>
- <artifactId>umlgraph</artifactId>
- <version>5.6</version>
- </docletArtifact>
- <additionalparam>-views</additionalparam>
- <useStandardDocletOptions>true</useStandardDocletOptions>
- </configuration>
- </plugin>
- </plugins>
- </reporting>
</project>