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

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

Repository: accumulo
Updated Branches:
  refs/heads/branch-1.7.0 c16fd9d15 -> eef4dfe1f


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/dc1d0def
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/dc1d0def
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/dc1d0def

Branch: refs/heads/branch-1.7.0
Commit: dc1d0defb79b5fde68631f1063be021fb3420f74
Parents: c16fd9d
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 11:42:12 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue May 12 12:44:01 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/dc1d0def/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>


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

Posted by el...@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/eef4dfe1
Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/eef4dfe1
Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/eef4dfe1

Branch: refs/heads/branch-1.7.0
Commit: eef4dfe1f074ee5197ef2d10f56915c43aba81a1
Parents: dc1d0de
Author: Christopher Tubbs <ct...@apache.org>
Authored: Tue May 12 12:10:28 2015 -0400
Committer: Josh Elser <el...@apache.org>
Committed: Tue May 12 12:44:08 2015 -0400

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


http://git-wip-us.apache.org/repos/asf/accumulo/blob/eef4dfe1/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.