You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@sqoop.apache.org by ab...@apache.org on 2014/12/06 01:19:08 UTC

sqoop git commit: SQOOP-1847: Sqoop2: Move rat configuration from special execution to the main execution

Repository: sqoop
Updated Branches:
  refs/heads/sqoop2 c865aefea -> c0c9b9ef7


SQOOP-1847: Sqoop2: Move rat configuration from special execution to the main execution

(Jarek Jarcec Cecho via Abraham Elmahrek)


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

Branch: refs/heads/sqoop2
Commit: c0c9b9ef722d047baa8ef719cd24aa6f18315f52
Parents: c865aef
Author: Abraham Elmahrek <ab...@apache.org>
Authored: Fri Dec 5 16:18:13 2014 -0800
Committer: Abraham Elmahrek <ab...@apache.org>
Committed: Fri Dec 5 16:18:13 2014 -0800

----------------------------------------------------------------------
 pom.xml | 35 +++++++++++++----------------------
 1 file changed, 13 insertions(+), 22 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/sqoop/blob/c0c9b9ef/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e6ffc78..e182176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -572,28 +572,19 @@ limitations under the License.
           <groupId>org.apache.rat</groupId>
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.8</version>
-          <executions>
-            <execution>
-              <id>header-check</id>
-              <phase>verify</phase>
-              <goals>
-                <goal>check</goal>
-              </goals>
-              <configuration>
-                <excludes>
-                  <exclude>.git/</exclude>
-                  <exclude>.gitignore</exclude>
-                  <exclude>.idea/</exclude>
-                  <exclude>**/*.iml</exclude>
-                  <exclude>*.log</exclude>
-                  <exclude>**/nb-configuration.xml</exclude>
-                  <exclude>**.patch</exclude>
-                  <exclude>patch-process/*</exclude>
-                  <exclude>.metadata/</exclude>
-                </excludes>
-              </configuration>
-            </execution>
-          </executions>
+          <configuration>
+            <excludes>
+              <exclude>.git/</exclude>
+              <exclude>.gitignore</exclude>
+              <exclude>.idea/</exclude>
+              <exclude>**/*.iml</exclude>
+              <exclude>*.log</exclude>
+              <exclude>**/nb-configuration.xml</exclude>
+              <exclude>**.patch</exclude>
+              <exclude>patch-process/*</exclude>
+              <exclude>.metadata/</exclude>
+            </excludes>
+          </configuration>
         </plugin>
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>