diff options
author | jimmydot <jf2512@att.com> | 2017-04-10 11:17:21 -0400 |
---|---|---|
committer | jimmydot <jf2512@att.com> | 2017-04-10 11:17:21 -0400 |
commit | 13f34de44aa7914cd1ef3eb1c9e789b19fe25dda (patch) | |
tree | 2e85d000380a098bb34f782ea3e136c146835468 | |
parent | b768c1b22ef672dc25cdd0a08f8ad4b11259c828 (diff) |
[VID-3] Updating pom w/ dav pluginrelease-1.0.0
Change-Id: I7658b32bd3efb1d46b3465b734536a93055b3cd2
Signed-off-by: jimmydot <jf2512@att.com>
-rw-r--r-- | vid/pom.xml | 36 |
1 files changed, 35 insertions, 1 deletions
diff --git a/vid/pom.xml b/vid/pom.xml index 715ccd5a..a6753ada 100644 --- a/vid/pom.xml +++ b/vid/pom.xml @@ -75,6 +75,29 @@ </site> </distributionManagement> + <!-- added for javadoc --> + + <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> + <profiles> <!-- disable doclint, a new feature in Java 8, when generating javadoc --> <profile> @@ -275,9 +298,20 @@ </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> - <dependencies> <!-- SDK components --> <dependency> |