You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@falcon.apache.org by ve...@apache.org on 2013/11/02 00:42:03 UTC

[02/13] git commit: FALCON-146 Javadoc generation should respect skipCheck property. Contributed by Srikanth Sundarrajan

FALCON-146 Javadoc generation should respect skipCheck property. Contributed by Srikanth Sundarrajan


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

Branch: refs/heads/FALCON-85
Commit: a7bbb5ff5bdb3ab42f378bca9c3d3f1dff734475
Parents: 543a117
Author: srikanth.sundarrajan <sr...@inmobi.com>
Authored: Thu Oct 17 23:05:52 2013 +0530
Committer: Venkatesh Seetharam <ve...@apache.org>
Committed: Fri Nov 1 13:36:19 2013 -0700

----------------------------------------------------------------------
 CHANGES.txt    | 3 +++
 pom.xml        | 3 +++
 webapp/pom.xml | 1 +
 3 files changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/a7bbb5ff/CHANGES.txt
----------------------------------------------------------------------
diff --git a/CHANGES.txt b/CHANGES.txt
index 16e9736..5ec4f54 100755
--- a/CHANGES.txt
+++ b/CHANGES.txt
@@ -56,6 +56,9 @@ Trunk (Unreleased)
     FALCON-152 REST API for entity & Admin resources only returns
     XML. (Venkatesh Seetharam via Srikanth Sundarrajan)
 
+    FALCON-146 Javadoc generation should respect skipCheck property.
+    (Raghav Kumar Gautam via Srikanth Sundarrajan) 
+
     FALCON-142 Cleanup testng dependency. (Jean Baptiste Onofre via 
     Srikanth Sundarrajan)
 

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/a7bbb5ff/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index d0c3cfd..84328dd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -977,6 +977,9 @@
                             <goal>javadoc</goal>
                             <goal>jar</goal>
                         </goals>
+                        <configuration>
+                            <skip>${skipCheck}</skip>
+                        </configuration>
                     </execution>
                 </executions>
                 <configuration>

http://git-wip-us.apache.org/repos/asf/incubator-falcon/blob/a7bbb5ff/webapp/pom.xml
----------------------------------------------------------------------
diff --git a/webapp/pom.xml b/webapp/pom.xml
index 21ab8ab..492fc93 100644
--- a/webapp/pom.xml
+++ b/webapp/pom.xml
@@ -169,6 +169,7 @@
                             <goal>jar</goal>
                         </goals>
                         <configuration>
+                            <skip>${skipCheck}</skip>
                             <includeTransitiveDependencySources>false</includeTransitiveDependencySources>
                             <includeDependencySources>true</includeDependencySources>
                             <dependencySourceIncludes>