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 2013/10/09 00:49:54 UTC

[09/13] git commit: ACCUMULO-1166 Adding in (seemingly) duplicative declaration of tarLongFileMode=gnu for the maven-assembly-plugin.

ACCUMULO-1166 Adding in (seemingly) duplicative declaration of
tarLongFileMode=gnu for the maven-assembly-plugin.


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

Branch: refs/heads/1.5
Commit: c62215684eb1353bb45c1ee2ab3b1876c7cbc86f
Parents: 170c2df
Author: Josh Elser <jo...@gmail.com>
Authored: Mon Sep 30 21:53:36 2013 -0400
Committer: Josh Elser <jo...@gmail.com>
Committed: Mon Sep 30 21:53:36 2013 -0400

----------------------------------------------------------------------
 pom.xml | 7 +++++++
 1 file changed, 7 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/accumulo-instamo-archetype/blob/c6221568/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index e0bb904..71aaf60 100644
--- a/pom.xml
+++ b/pom.xml
@@ -65,6 +65,13 @@
           <artifactId>apache-rat-plugin</artifactId>
           <version>0.10</version>
         </plugin>
+        <plugin>
+          <groupId>org.apache.maven.plugins</groupId>
+          <artifactId>maven-assembly-plugin</artifactId>
+          <configuration>
+            <tarLongFileMode>gnu</tarLongFileMode>
+          </configuration>
+        </plugin>
       </plugins>
     </pluginManagement>
     <plugins>