aboutsummaryrefslogtreecommitdiffstats
path: root/vid-app-common/pom.xml
diff options
context:
space:
mode:
authorjimmydot <jf2512@att.com>2017-05-09 11:03:39 -0400
committerjimmydot <jf2512@att.com>2017-05-09 11:03:39 -0400
commit15eae84ff0dc131dc8a50dd11efb8e2c6eedc014 (patch)
tree3dad342a0dc90d54a612cce74c8179f91247de53 /vid-app-common/pom.xml
parent8b8addd807e135911ee3b15b9323b4e78a543a20 (diff)
[VID-6] Added javadoc params to subprojects
Change-Id: Ie1be22efd977d705a0fc8b1d81785f029653519c Signed-off-by: jimmydot <jf2512@att.com>
Diffstat (limited to 'vid-app-common/pom.xml')
-rwxr-xr-xvid-app-common/pom.xml36
1 files changed, 33 insertions, 3 deletions
diff --git a/vid-app-common/pom.xml b/vid-app-common/pom.xml
index 296f5cbf9..387b27277 100755
--- a/vid-app-common/pom.xml
+++ b/vid-app-common/pom.xml
@@ -210,12 +210,42 @@
<packagingExcludes>WEB-INF/lib/*.jar</packagingExcludes>
</configuration>
</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>
+
<dependencies>
<!-- SDK overlay war -->