Repository: incubator-ignite Updated Branches: refs/heads/sprint-1 82924b62e -> 66ca11612
# sprint-1 - Fixed build Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/66ca1161 Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/66ca1161 Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/66ca1161 Branch: refs/heads/sprint-1 Commit: 66ca11612077871bb05caf77aae8c5d5f5087d66 Parents: 82924b6 Author: Valentin Kulichenko <vkuliche...@gridgain.com> Authored: Mon Feb 16 09:54:19 2015 -0800 Committer: Valentin Kulichenko <vkuliche...@gridgain.com> Committed: Mon Feb 16 09:54:19 2015 -0800 ---------------------------------------------------------------------- pom.xml | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/66ca1161/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index b6bee00..033f9dc 100644 --- a/pom.xml +++ b/pom.xml @@ -868,7 +868,7 @@ <goals> <goal>aggregate</goal> </goals> - <phase>prepare-package</phase> + <phase>process-test-classes</phase> <configuration> <taglets> <taglet> @@ -1096,13 +1096,6 @@ </fileset> </copy> - <copy todir="${basedir}/target/javadoc/client"> - <fileset dir="assembly/docfiles"> - <include name="img/**"/> - <include name="*.js"/> - </fileset> - </copy> - <taskdef name="doctask" classname="org.apache.ignite.tools.ant.beautifier.GridJavadocAntTask"/> @@ -1112,13 +1105,6 @@ <exclude name="allclasses-frame.html"/> <exclude name="**/class-use/*"/> </doctask> - - <doctask css="dotted" dir="target/javadoc/client"> - <include name="**/*.html"/> - <exclude name="overview-frame.html"/> - <exclude name="allclasses-frame.html"/> - <exclude name="**/class-use/*"/> - </doctask> </target> </configuration> </execution>