diff options
author | James Forsyth <jf2512@att.com> | 2017-08-21 16:24:52 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-08-21 16:24:52 +0000 |
commit | f79d0971dd24b3b4febe2f946a911b837a83624b (patch) | |
tree | a80702dd69975fb8a61b4e8d62970cfe209edcf7 /pom.xml | |
parent | 553b604905f2985e3989d837c01dceace991638d (diff) | |
parent | bd500038b456700b9f0c69e06a02298d9590d16b (diff) |
Merge "Fix the javadocs error in jenkins"
Diffstat (limited to 'pom.xml')
-rw-r--r-- | pom.xml | 23 |
1 files changed, 12 insertions, 11 deletions
@@ -103,16 +103,16 @@ </pluginManagement> <plugins> <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> + <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> @@ -147,7 +147,8 @@ <artifactId>umlgraph</artifactId> <version>5.6</version> </docletArtifact> - <additionalparam>-views</additionalparam> + <additionalparam>-views -Xdoclint:none </additionalparam> + <excludePackageNames>org.openecomp.aai.domain.yang.*:org.openecomp.aai.util.*</excludePackageNames> <useStandardDocletOptions>true</useStandardDocletOptions> </configuration> </plugin> |