I noticed this for the first time today. Using the following structure
service - api - impl I have the dependency-maven-plugin:copy-dependencies goal attached the package phase of the impl module. "impl" has a dependency on "api". When I run "mvn package" from the "impl" folder, it correctly includes the "api" jar in the target/dependency folder. When I run "mvn package" from the "service" folder, the "api" jar is not included in the impl/target/dependency folder. Is there a bug already in the system for this? If not, where do bugs for the dependency-maven-plugin go? I don't see a component for this plugin at http://jira.codehaus.org/browse/MOJO -- Stephen Duncan Jr www.stephenduncanjr.com
