Philipp Ottlinger created TAMAYA-314:
----------------------------------------
Summary: Assembly of distribution is not platform safe
Key: TAMAYA-314
URL: https://issues.apache.org/jira/browse/TAMAYA-314
Project: Tamaya
Issue Type: Bug
Components: Infrastructure
Affects Versions: 0.3-incubating
Reporter: Philipp Ottlinger
Building locally with Java8 yields the following warning(s):
{code}
[INFO] --- maven-assembly-plugin:3.0.0:single (attach-distribution-src) @
tamaya-distribution ---
[INFO] Reading assembly descriptor: src/main/assembly/distribution-src.xml
[WARNING] The assembly descriptor contains a filesystem-root relative
reference, which is not cross platform compatible /
[INFO] Copying files to
/home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src
[WARNING] Assembly file:
/home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src
is not a regular file (it may be a directory). It cannot be attached to the
project build for installation or deployment.
[WARNING] The assembly descriptor contains a filesystem-root relative
reference, which is not cross platform compatible /
[INFO] Building zip:
/home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src.zip
[WARNING] The assembly descriptor contains a filesystem-root relative
reference, which is not cross platform compatible /
[INFO] Building tar:
/home/me/workspace2016/incubator-tamaya/distribution/target/apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src.tar.gz
[WARNING] Entry:
apache-tamaya-distribution-0.4-incubating-SNAPSHOT-src/code/api/src/main/java/org/apache/tamaya/spi/
longer than 100 characters.
[WARNING] Resulting tar file can only be processed successfully by GNU
compatible tar commands
{code}
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)