[AAI-ONAP Amsterdam] Fix stage site jenkins job 53/6253/2
authorVenkata Harish K Kajur <vk250x@att.com>
Wed, 26 Jul 2017 01:14:32 +0000 (21:14 -0400)
committerVenkata Harish K Kajur <vk250x@att.com>
Wed, 26 Jul 2017 12:56:38 +0000 (08:56 -0400)
Change-Id: I1d662372f49d11867e26459f968a8ab51005e12e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index be07586..81a44a4 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                         </execution>
                      </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>
               </plugins>
        </build>
+    <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>