Repository: incubator-ignite
Updated Branches:
  refs/heads/master 3b41e6205 -> 7f6fdca44


# Ignite temporary disabled javadoc check.


Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/7f6fdca4
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/7f6fdca4
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/7f6fdca4

Branch: refs/heads/master
Commit: 7f6fdca445a7423d1170eade56d2b52462249c3f
Parents: 3b41e62
Author: sboikov <sboi...@gridgain.com>
Authored: Wed Dec 10 16:05:50 2014 +0300
Committer: sboikov <sboi...@gridgain.com>
Committed: Wed Dec 10 16:05:50 2014 +0300

----------------------------------------------------------------------
 pom.xml | 34 ++++++++++++++++++----------------
 1 file changed, 18 insertions(+), 16 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/7f6fdca4/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 9fbf986..72f667e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1093,22 +1093,24 @@
                                             </fileset>
                                         </copy>
 
-                                        <taskdef name="doctask"
-                                                 
classname="org.gridgain.grid.tools.ant.beautifier.GridJavadocAntTask"/>
-
-                                        <doctask css="dotted" 
dir="target/javadoc/core">
-                                            <include name="**/*.html"/>
-                                            <exclude 
name="overview-frame.html"/>
-                                            <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>
+                                        <!-- todo IGNITE-40 Uncomment javadoc 
checking. -->
+
+                                        <!--<taskdef name="doctask"-->
+                                                 
<!--classname="org.gridgain.grid.tools.ant.beautifier.GridJavadocAntTask"/>-->
+
+                                        <!--<doctask css="dotted" 
dir="target/javadoc/core">-->
+                                            <!--<include name="**/*.html"/>-->
+                                            <!--<exclude 
name="overview-frame.html"/>-->
+                                            <!--<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>

Reply via email to