Michael Pasternak has uploaded a new change for review. Change subject: build: auto-generate and deploy javadoc ......................................................................
build: auto-generate and deploy javadoc Change-Id: I70a896e71471ed7b3be3d7fb71d9b759070243e0 Signed-off-by: Michael pasternak <mpast...@redhat.com> --- M ovirt-engine-sdk-java/pom.xml 1 file changed, 4 insertions(+), 5 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine-sdk-java refs/changes/60/17060/1 diff --git a/ovirt-engine-sdk-java/pom.xml b/ovirt-engine-sdk-java/pom.xml index 234e5ff..9aa650d 100644 --- a/ovirt-engine-sdk-java/pom.xml +++ b/ovirt-engine-sdk-java/pom.xml @@ -59,7 +59,6 @@ </dependency> </dependencies> <build> - <pluginManagement> <plugins> <plugin> <artifactId>maven-compiler-plugin</artifactId> @@ -95,6 +94,7 @@ <version>${javadoc.plugin.version}</version> <configuration> <show>public</show> + <aggregate>true</aggregate> <source>1.6</source> <quiet>true</quiet> <bottom>Copyright © 2010 Red Hat, Inc - released under the Apache License Version 2.0</bottom> @@ -103,7 +103,7 @@ </configuration> <executions> <execution> - <id>attach-javadoc</id> + <id>maven-javadoc-plugin</id> <phase>verify</phase> <goals> <goal>jar</goal> @@ -184,7 +184,7 @@ </execution> </executions> </plugin> - <plugin> + <!-- plugin> <artifactId>maven-checkstyle-plugin</artifactId> <version>2.6</version> <dependencies> @@ -207,9 +207,8 @@ </goals> </execution> </executions> - </plugin> + </plugin--> </plugins> - </pluginManagement> <resources> <resource> <directory>src/main/java</directory> -- To view, visit http://gerrit.ovirt.org/17060 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I70a896e71471ed7b3be3d7fb71d9b759070243e0 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine-sdk-java Gerrit-Branch: master Gerrit-Owner: Michael Pasternak <mpast...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches