Repository: incubator-systemml
Updated Branches:
  refs/heads/master c8007f454 -> 3031d340d


[MINOR] Exclude caffe and org.tensorflow from javadocs

The caffe and org.tensorflow packages should not be included
in our project javadocs. In addition, they produce many warnings
during our build. Therefore, exclude these packages from the
javadocs.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: 
http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/3031d340
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/3031d340
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/3031d340

Branch: refs/heads/master
Commit: 3031d340df5c24fa07fb19211141bb7c92f5a709
Parents: c8007f4
Author: Deron Eriksson <[email protected]>
Authored: Mon Apr 24 11:49:03 2017 -0700
Committer: Deron Eriksson <[email protected]>
Committed: Mon Apr 24 11:49:03 2017 -0700

----------------------------------------------------------------------
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/3031d340/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d107f64..327b6f4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -956,7 +956,7 @@
                                                                
org.apache.sysml.runtime.matrix.data (for MatrixIndexes, MatrixBlock, etc)
                                                                
org.apache.sysml.udf
                                                        -->
-                                                       
<excludePackageNames>org.apache.sysml.conf:org.apache.sysml.debug:org.apache.sysml.hops:org.apache.sysml.lops:org.apache.sysml.parser:org.apache.sysml.runtime.controlprogram:org.apache.sysml.runtime.functionobjects:org.apache.sysml.runtime.instructions.cp:org.apache.sysml.runtime.instructions.cpfile:org.apache.sysml.runtime.instructions.mr:org.apache.sysml.runtime.instructions.spark.data:org.apache.sysml.runtime.instructions.spark.functions:org.apache.sysml.runtime.io:org.apache.sysml.runtime.matrix.data.hadoopfix:org.apache.sysml.runtime.matrix.mapred:org.apache.sysml.runtime.matrix.operators:org.apache.sysml.runtime.matrix.sort:org.apache.sysml.runtime.transform:org.apache.sysml.runtime.util:org.apache.sysml.utils:org.apache.sysml.yarn</excludePackageNames>
+                                                       
<excludePackageNames>caffe:org.tensorflow:org.apache.sysml.conf:org.apache.sysml.debug:org.apache.sysml.hops:org.apache.sysml.lops:org.apache.sysml.parser:org.apache.sysml.runtime.controlprogram:org.apache.sysml.runtime.functionobjects:org.apache.sysml.runtime.instructions.cp:org.apache.sysml.runtime.instructions.cpfile:org.apache.sysml.runtime.instructions.mr:org.apache.sysml.runtime.instructions.spark.data:org.apache.sysml.runtime.instructions.spark.functions:org.apache.sysml.runtime.io:org.apache.sysml.runtime.matrix.data.hadoopfix:org.apache.sysml.runtime.matrix.mapred:org.apache.sysml.runtime.matrix.operators:org.apache.sysml.runtime.matrix.sort:org.apache.sysml.runtime.transform:org.apache.sysml.runtime.util:org.apache.sysml.utils:org.apache.sysml.yarn</excludePackageNames>
                                                        
<additionalparam>${javadoc.opts}</additionalparam>
                                                </configuration>
                                                <executions>

Reply via email to