You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "Martin Vehovský (JIRA)" <ji...@apache.org> on 2016/10/07 12:22:20 UTC

[jira] [Created] (MASSEMBLY-833) Ability to ignore errors about no files to package in assembly

Martin Vehovský created MASSEMBLY-833:
-----------------------------------------

             Summary: Ability to ignore errors about no files to package in assembly
                 Key: MASSEMBLY-833
                 URL: https://issues.apache.org/jira/browse/MASSEMBLY-833
             Project: Maven Assembly Plugin
          Issue Type: Improvement
    Affects Versions: 2.6
            Reporter: Martin Vehovský


Motivation: Having extremely large multi-module project, some modules lets call them "application" modules provide "configuration" files, and they provide them for different environments. Problem is that not all "application" modules provide "configuration" files for all environments. In case there are no files available for assembly, the single goal ends up with ERROR:

Failed to
 create assembly: Error creating assembly archive <assembly_name>: You must set at least one file.

Available workaround is to specify a property to by default skip the assembly execution and only if there are files for given environment set this property to not skip the given assembly execution.

However for large number of environment this solution start to be messy and hard to maintain.


Having assembly Parameter "ignoreNoFiles" that will cause to skip the archive creation for cases there aro no files to package seems like reasonable solution.




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