Update traversal to fix stage issues 91/11791/2
authorVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Sep 2017 02:07:43 +0000 (02:07 +0000)
committerVenkata Harish K Kajur <vk250x@att.com>
Fri, 8 Sep 2017 02:08:33 +0000 (02:08 +0000)
Issue-ID: AAI-76
Change-Id: I77378b889067d4e6b3d1e6b7c4a684e6da6ba11e
Signed-off-by: Venkata Harish K Kajur <vk250x@att.com>
pom.xml

diff --git a/pom.xml b/pom.xml
index 69186e7..273742f 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                     </dependency>
                 </dependencies>
             </plugin>
+        <plugin>
+            <groupId>org.apache.maven.plugins</groupId>
+            <artifactId>maven-site-plugin</artifactId>
+            <version>3.6</version>
+           <configuration>
+               <reportPlugins>
+                   <plugin>
+                       <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-project-info-reports-plugin</artifactId>
+                       <version>2.4</version>
+                       <configuration>
+                           <dependencyDetailsEnabled>false</dependencyDetailsEnabled>
+                           <dependencyLocationsEnabled>false</dependencyLocationsEnabled>
+                       </configuration>
+                       <reports>
+                           <report>dependencies</report>
+                       </reports>
+                   </plugin>
+                   <plugin>
+                       <groupId>org.apache.maven.plugins</groupId>
+                       <artifactId>maven-javadoc-plugin</artifactId>
+                       <version>2.8</version>
+                       <configuration>
+                           <additionalparam>-Xdoclint:none</additionalparam>
+                       </configuration>
+                   </plugin>
+               </reportPlugins>
+           </configuration>
+            <dependencies>
+              <dependency>
+                <groupId>org.apache.maven.wagon</groupId>
+                <artifactId>wagon-webdav-jackrabbit</artifactId>
+                <version>2.10</version>
+              </dependency>
+            </dependencies>
+        </plugin>
         </plugins>
     </build>
     <reporting>