You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ec...@apache.org on 2015/06/17 17:56:42 UTC

[1/2] accumulo git commit: Revert "ACCUMULO-3871 get rat plugin to ignore the generated filek, too"

Repository: accumulo
Updated Branches:
  refs/heads/master 84c7b58a9 -> c268fc64b


Revert "ACCUMULO-3871 get rat plugin to ignore the generated filek, too"

This reverts commit 84c7b58a9ecae115752d4d4284a9b229c84c4ca2.


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

Branch: refs/heads/master
Commit: 69f48a0caa47ab699c5a6b052b54a903824ee28c
Parents: 84c7b58
Author: Eric C. Newton <er...@gmail.com>
Authored: Wed Jun 17 11:46:20 2015 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Wed Jun 17 11:46:20 2015 -0400

----------------------------------------------------------------------
 mrit/pom.xml | 9 ---------
 1 file changed, 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/69f48a0c/mrit/pom.xml
----------------------------------------------------------------------
diff --git a/mrit/pom.xml b/mrit/pom.xml
index e992bca..8bc50f4 100644
--- a/mrit/pom.xml
+++ b/mrit/pom.xml
@@ -48,15 +48,6 @@
   <build>
     <plugins>
       <plugin>
-        <groupId>org.apache.rat</groupId>
-        <artifactId>apache-rat-plugin</artifactId>
-        <configuration>
-          <excludes>
-            <exclude>dependency-reduced-pom.xml</exclude>
-          </excludes>
-        </configuration>
-      </plugin>
-      <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-jar-plugin</artifactId>
         <configuration>


[2/2] accumulo git commit: Revert "ACCUMULO-3871 ignore generated dependency-reduced-pom.xml file"

Posted by ec...@apache.org.
Revert "ACCUMULO-3871 ignore generated dependency-reduced-pom.xml file"

This reverts commit 8b91bbdee8dcd67e0fdc8f54a370f0799cc50451.


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

Branch: refs/heads/master
Commit: c268fc64ba75ca6152bcae30fc06c5f4221115c0
Parents: 69f48a0
Author: Eric C. Newton <er...@gmail.com>
Authored: Wed Jun 17 11:46:22 2015 -0400
Committer: Eric C. Newton <er...@gmail.com>
Committed: Wed Jun 17 11:46:22 2015 -0400

----------------------------------------------------------------------
 mrit/.gitignore | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/c268fc64/mrit/.gitignore
----------------------------------------------------------------------
diff --git a/mrit/.gitignore b/mrit/.gitignore
index db98860..56204d2 100644
--- a/mrit/.gitignore
+++ b/mrit/.gitignore
@@ -15,7 +15,6 @@
 
 # Maven ignores
 /target/
-/dependency-reduced-pom.xml
 
 # IDE ignores
 /.settings/