ignite-667
Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/aae951e7 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/aae951e7 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/aae951e7 Branch: refs/heads/ignite-639 Commit: aae951e7703a559685fc1d1f26d841b40eacb29c Parents: 5c575f6 Author: avinogradov <avinogra...@gridgain.com> Authored: Mon Apr 6 14:52:31 2015 +0300 Committer: avinogradov <avinogra...@gridgain.com> Committed: Mon Apr 6 14:52:31 2015 +0300 ---------------------------------------------------------------------- parent/pom.xml | 49 +++++++++++++++++++------------------------------ 1 file changed, 19 insertions(+), 30 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/aae951e7/parent/pom.xml ---------------------------------------------------------------------- diff --git a/parent/pom.xml b/parent/pom.xml index 8affeef..5ba2437 100644 --- a/parent/pom.xml +++ b/parent/pom.xml @@ -535,6 +535,25 @@ </execution> </executions> </plugin> + + <plugin> + <groupId>org.apache.maven.plugins</groupId> + <artifactId>maven-javadoc-plugin</artifactId> + <executions> + <execution> + <id>module-javadoc</id> + <goals> + <goal>jar</goal> + </goals> + <phase>install</phase> + <configuration> + <stylesheetfile> + ${project.basedir}/${project.parent.relativePath}/../assembly/docfiles/javadoc.css + </stylesheetfile> + </configuration> + </execution> + </executions> + </plugin> </plugins> </build> @@ -644,36 +663,6 @@ </profile> <profile> - <id>release</id> - <activation> - <activeByDefault>true</activeByDefault> - <jdk>[1.8,)</jdk> - </activation> - <build> - <plugins> - <plugin> - <groupId>org.apache.maven.plugins</groupId> - <artifactId>maven-javadoc-plugin</artifactId> - <executions> - <execution> - <id>module-javadoc</id> - <goals> - <goal>jar</goal> - </goals> - <phase>package</phase> - <configuration> - <stylesheetfile> - ${project.basedir}/${project.parent.relativePath}/../assembly/docfiles/javadoc.css - </stylesheetfile> - </configuration> - </execution> - </executions> - </plugin> - </plugins> - </build> - </profile> - - <profile> <id>surefire-fork-count-1</id> <activation> <property>