You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Karl Heinz Marbaise (JIRA)" <ji...@apache.org> on 2015/07/09 07:40:04 UTC

[jira] [Comment Edited] (MASSEMBLY-775) Emit WARNING instead of ERROR

    [ https://issues.apache.org/jira/browse/MASSEMBLY-775?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14619937#comment-14619937 ] 

Karl Heinz Marbaise edited comment on MASSEMBLY-775 at 7/9/15 5:39 AM:
-----------------------------------------------------------------------

I know how to prevent this, but the question is: Is this worth an ERROR or better a WARNING (in  my opinion), cause checking warnings in a CI environments produces sometimes problems if such things are categorized as ERRORs


was (Author: khmarbaise):
I know how to prevent this, but the question is: Is this worth an ERROR or better a WARNING (in opinion), cause checking warnings in a CI environments produces sometimes problems if such things are categorized as ERRORs

> Emit WARNING instead of ERROR
> -----------------------------
>
>                 Key: MASSEMBLY-775
>                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-775
>             Project: Maven Assembly Plugin
>          Issue Type: Improvement
>    Affects Versions: 2.5.5
>            Reporter: Karl Heinz Marbaise
>            Priority: Minor
>
> I have currently a build which creates several tar/tar.gz/zip archives etc.
> {code}
> [INFO] Reading assembly descriptor: src/main/assembly/descriptor-inner-tar.xml
> [INFO] Reading assembly descriptor: src/main/assembly/descriptor.xml
> [INFO] Building tar: C:\...\xyz-X.y.z-SNAPSHOT-dist.tar
> [ERROR] OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference (starting with slash) /
> [ERROR] OS=Windows and the assembly descriptor contains a *nix-specific root-relative-reference (starting with slash) /
> {code}
> In my opinion the message could be a WARNING instead of an error ? WDYT ?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)