I think that the dependency:unpack-dependencies goal is not taking into account dependencies that are configured inside profiles.

I have a project with various optional dependencies. I'm using profiles that each add one of those optional dependencies. For example mvn -Pdep1,dep2 install would activate the dep1 and dep2 profiles, and dep1 and dep2 would then become dependencies of the project. I've tested that this is working correctly with dependency:list. These dependencies both have type zip and scope provided.

I have a dependency:unpack-dependencies execution that includes dep1 and dep2 (among others) and includes zip types. However, when I run maven with the dep1 profile activated, the dep1 zip is not unpacked, and does not appear in the plugin's output.

Is this a bug? If not, how would I best work around this, by putting yet more unpack-dependencies executions in each profile?

I'm using maven 3.03 and version 2.2 of the dependency plugin.

link|improve this question
I observe the same problem using maven-2.2.1 – Anthony Kong Jan 30 at 6:48
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.