[
https://issues.apache.org/jira/browse/MCLEAN-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14960800#comment-14960800
]
Karl Heinz Marbaise commented on MCLEAN-70:
-------------------------------------------
A dependency should not being installed by the maven-install-plugin. Execution
of maven-install-plugin in pre-clean does not make sense and shows that your
setup is wrong. You should install the dependencies into a repository manager
and than you can use them as usual dependencies without any problems...Apart
from that clean does not resolve dependencies only it's own dependencies. Can
you show an example of your project ?
> conflict with maven-install-file plugin
> ---------------------------------------
>
> Key: MCLEAN-70
> URL: https://issues.apache.org/jira/browse/MCLEAN-70
> Project: Maven Clean Plugin
> Issue Type: Bug
> Affects Versions: 2.5
> Reporter: Brian Bohl
> Priority: Minor
>
> Clean resolves dependencies before executing any lifecycle phase. This
> conflicts with the maven-install-file plugin, as usually this plugin is used
> to install a dependency.
> I am not sure why it needs to download dependencies (I realize it needs to
> resolve plugins), but at the very least it would be nice to delay dependency
> resolution until the clean phase, allowing me to configure the
> maven-install-file plug to execute in the pre-clean phase.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)