DPascalBernard / maven-alfresco-archetypes

Automatically exported from code.google.com/p/maven-alfresco-archetypes
0 stars 0 forks source link

alfresco-maven-plugin Does not Copy Dependencies to Final AMP #100

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Define a dependency in the AMP's pom
2. Run mvn clean package

What is the expected output? What do you see instead?

Expect to see that dependency and its transitive dependencies in amp/lib.  
Instead, no artifacts other than the jar for the project's compiled classes are 
present.

Original issue reported on code.google.com by ray.ga...@alfresco.com on 16 Oct 2012 at 9:48

GoogleCodeExporter commented 9 years ago
Fixed in experimental branch @ r518.

Now transitive JAR runtime dependencies are added in /lib by default.
Configuring includeDependencies=false on alfresco-maven-plugin stops this 
behavior

Original comment by colum...@gmail.com on 16 Oct 2012 at 3:38