[
https://issues.apache.org/jira/browse/MDEP-426?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Michael Osipov closed MDEP-426.
-------------------------------
Resolution: Auto Closed
This issue has been auto closed because it has been inactive for a long period
of time. If you think this issue still applies, retest your problem with the
most recent version of Maven and the affected component, reopen and post your
results.
> Add `ignoreIfNotExists` to dependency:unpack
> --------------------------------------------
>
> Key: MDEP-426
> URL: https://issues.apache.org/jira/browse/MDEP-426
> Project: Maven Dependency Plugin
> Issue Type: New Feature
> Components: unpack
> Affects Versions: 2.8
> Reporter: Ondra Žižka
> Priority: Major
>
> The {{dependency:unpack}} goal is often used to manage various files like
> (test) resources throughout a multimodule project.
> For example, to create a working directory, several artifacts may be unpacked
> into a {{workdir/}}.
> To configure this it is convenient to set up the goal in the root module.
> This works fine, except two things:
> 1) The root module itself would fail (as the deps don't exist yet)
> 2) The modules with the resources depend on themselves, i.e. creating a
> cyclic dependency.
> It would be very convenient if this was handled somehow.
> My suggestion to add a {{ignoreIfNotExists}} flag, which would just write an
> INFO log message and continue in case that the dependency doesn't exist yet.
> That way, users wouldn't have to explicitely enable the execution of the
> {{unpack}} goal for every single direct submodule.
> Thanks for considering.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)