You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@systemml.apache.org by de...@apache.org on 2016/01/22 19:01:24 UTC

incubator-systemml git commit: Remove entry longer than 100 characters_warnings

Repository: incubator-systemml
Updated Branches:
  refs/heads/master 05d2c0a80 -> 659680d32


Remove entry longer than 100 characters_warnings

During tar creation, the following warnings were generated:
[WARNING] Entry: ... longer than 100 characters.
Remove by setting tarLongFileMode to gnu for maven-assembly-plugin.

Closes #53.


Project: http://git-wip-us.apache.org/repos/asf/incubator-systemml/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-systemml/commit/659680d3
Tree: http://git-wip-us.apache.org/repos/asf/incubator-systemml/tree/659680d3
Diff: http://git-wip-us.apache.org/repos/asf/incubator-systemml/diff/659680d3

Branch: refs/heads/master
Commit: 659680d32117bde88faa0ff1d684ae22280ca5bd
Parents: 05d2c0a
Author: Deron Eriksson <de...@us.ibm.com>
Authored: Fri Jan 22 09:56:05 2016 -0800
Committer: Deron Eriksson <de...@us.ibm.com>
Committed: Fri Jan 22 09:56:05 2016 -0800

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


http://git-wip-us.apache.org/repos/asf/incubator-systemml/blob/659680d3/pom.xml
----------------------------------------------------------------------
diff --git a/pom.xml b/pom.xml
index dd4a586..f3b63b5 100644
--- a/pom.xml
+++ b/pom.xml
@@ -513,6 +513,9 @@
 					<plugin>
 						<artifactId>maven-assembly-plugin</artifactId>
 						<version>2.4</version><!--$NO-MVN-MAN-VER$-->
+						<configuration>
+							<tarLongFileMode>gnu</tarLongFileMode>
+						</configuration>
 						<executions>
 							<execution>
 								<id>create-source-distribution-assembly</id>