You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@accumulo.apache.org by ct...@apache.org on 2015/05/12 18:41:11 UTC

[1/5] accumulo git commit: Revert "ACCUMULO-3800 Add exclusion for DEPENDENCIES"

Repository: accumulo
Updated Branches:
  refs/heads/1.7 d9fd35b5b -> 1ae2325b4
  refs/heads/master 19b78fe4c -> 0b7d00db8


Revert "ACCUMULO-3800 Add exclusion for DEPENDENCIES"

This reverts commit 8e99ed222db49e0f9a4f03ae90d1cbcf44bb1a87.


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

Branch: refs/heads/1.7
Commit: 18f79559f61ce553befe5dc0b6943e9136bdf8d6
Parents: d9fd35b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 11:42:12 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue May 12 12:08:35 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/18f79559/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f4c734b..5bf65e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -955,15 +955,6 @@
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude>DEPENDENCIES</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>


[4/5] accumulo git commit: ACCUMULO-3800 Add DEPENDENCIES file

Posted by ct...@apache.org.
ACCUMULO-3800 Add DEPENDENCIES file

* Prevent a new DEPENDENCIES file from being generated by the
  maven-remote-resources-plugin's apache-jar-resource-bundle.
* Create a minimal DEPENDENCIES file which refers to the POMs.


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

Branch: refs/heads/1.7
Commit: 1ae2325b49e397b3c867abc0d419a503d2f30dde
Parents: 18f7955
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 12:10:28 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue May 12 12:40:02 2015 -0400

----------------------------------------------------------------------
 DEPENDENCIES | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1ae2325b/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..5a98c0f
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+Apache Accumulo depends on artifacts which can be found in Maven Central.
+
+Each module has its own dependencies. Please refer to the individual
+modules' pom.xml files for a comprehensive listing.


[2/5] accumulo git commit: Revert "ACCUMULO-3800 Add exclusion for DEPENDENCIES"

Posted by ct...@apache.org.
Revert "ACCUMULO-3800 Add exclusion for DEPENDENCIES"

This reverts commit 8e99ed222db49e0f9a4f03ae90d1cbcf44bb1a87.


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

Branch: refs/heads/master
Commit: 18f79559f61ce553befe5dc0b6943e9136bdf8d6
Parents: d9fd35b
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 11:42:12 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue May 12 12:08:35 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/18f79559/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index f4c734b..5bf65e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -955,15 +955,6 @@
             </execution>
           </executions>
         </plugin>
-        <plugin>
-          <groupId>org.apache.rat</groupId>
-          <artifactId>apache-rat-plugin</artifactId>
-          <configuration>
-            <excludes>
-              <exclude>DEPENDENCIES</exclude>
-            </excludes>
-          </configuration>
-        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>


[3/5] accumulo git commit: ACCUMULO-3800 Add DEPENDENCIES file

Posted by ct...@apache.org.
ACCUMULO-3800 Add DEPENDENCIES file

* Prevent a new DEPENDENCIES file from being generated by the
  maven-remote-resources-plugin's apache-jar-resource-bundle.
* Create a minimal DEPENDENCIES file which refers to the POMs.


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

Branch: refs/heads/master
Commit: 1ae2325b49e397b3c867abc0d419a503d2f30dde
Parents: 18f7955
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 12:10:28 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue May 12 12:40:02 2015 -0400

----------------------------------------------------------------------
 DEPENDENCIES | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/1ae2325b/DEPENDENCIES
----------------------------------------------------------------------
diff --git a/DEPENDENCIES b/DEPENDENCIES
new file mode 100644
index 0000000..5a98c0f
--- /dev/null
+++ b/DEPENDENCIES
@@ -0,0 +1,21 @@
+<!--
+Licensed to the Apache Software Foundation (ASF) under one or more
+contributor license agreements.  See the NOTICE file distributed with
+this work for additional information regarding copyright ownership.
+The ASF licenses this file to You under the Apache License, Version 2.0
+(the "License"); you may not use this file except in compliance with
+the License.  You may obtain a copy of the License at
+
+    http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+
+Apache Accumulo depends on artifacts which can be found in Maven Central.
+
+Each module has its own dependencies. Please refer to the individual
+modules' pom.xml files for a comprehensive listing.


[5/5] accumulo git commit: Merge branch '1.7'

Posted by ct...@apache.org.
Merge branch '1.7'


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

Branch: refs/heads/master
Commit: 0b7d00db816bb3d6202b89e30ce6a482d2a6b283
Parents: 19b78fe 1ae2325
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 12:40:44 2015 -0400
Committer: Christopher Tubbs <ct...@apache.org>
Committed: Tue May 12 12:40:44 2015 -0400

----------------------------------------------------------------------
 DEPENDENCIES | 21 +++++++++++++++++++++
 pom.xml      |  9 ---------
 2 files changed, 21 insertions(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo/blob/0b7d00db/pom.xml
----------------------------------------------------------------------