You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@carbondata.apache.org by jb...@apache.org on 2016/08/19 12:55:12 UTC

[1/2] incubator-carbondata git commit: [CARBONDATA-162] Fix javadoc generation (especially for the release profile)

Repository: incubator-carbondata
Updated Branches:
  refs/heads/master 6a2c504fd -> 9f1d4d2d1


[CARBONDATA-162] Fix javadoc generation (especially for the release profile)


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

Branch: refs/heads/master
Commit: fc20b5602ff23aaf38956ddf69c08d88f0265e93
Parents: 6a2c504
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Fri Aug 19 14:01:06 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Fri Aug 19 14:01:06 2016 +0200

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-carbondata/blob/fc20b560/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index 8054f12..e6da266 100644
--- a/pom.xml
+++ b/pom.xml
@@ -194,6 +194,17 @@
   </dependencyManagement>
 
   <build>
+    <pluginManagement>
+      <plugins>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-javadoc-plugin</artifactId>
+          <configuration>
+            <additionalparam>-Xdoclint:missing</additionalparam>
+          </configuration>
+        </plugin>
+      </plugins>
+    </pluginManagement>
     <plugins>
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>


[2/2] incubator-carbondata git commit: [CARBONDATA-162] This closes #78

Posted by jb...@apache.org.
[CARBONDATA-162] This closes #78


Project: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/commit/9f1d4d2d
Tree: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/tree/9f1d4d2d
Diff: http://git-wip-us.apache.org/repos/asf/incubator-carbondata/diff/9f1d4d2d

Branch: refs/heads/master
Commit: 9f1d4d2d13966d44736d8e8a9a437d9fa89e35c2
Parents: 6a2c504 fc20b56
Author: Jean-Baptiste Onofr� <jb...@apache.org>
Authored: Fri Aug 19 14:54:59 2016 +0200
Committer: Jean-Baptiste Onofr� <jb...@apache.org>
Committed: Fri Aug 19 14:54:59 2016 +0200

----------------------------------------------------------------------
 pom.xml | 11 +++++++++++
 1 file changed, 11 insertions(+)
----------------------------------------------------------------------