is there a way to query maven for all the X type of modules it just built?

On 06/07/2010 2:24 PM, Shan Syed wrote: This is something that I have been asking about for the past 2 weeks with no success so far.

I have tried the maven-assembly-plugin 2.2-beta-2 with a dependencySet

It will bundle everything up but it unpacks all the dependencies of the JAR files and builds an output file (tar and zip) in my case that includes all the JARs that I have build which include their dependencies and adds the dependencies again at the top level.

It seems that there is no switch or option to tell the plug-in to just get the JAR files that are dependencies of the packaging project and zip them up without looking inside.

In my case, I want a zip/tar pair that include all the WARs that will go into tomcat/webapps and another pair that include all of the sharable JARs that need to go into tomcat/lib.

Ron

Leave a comment

0 Comments.

Leave a Reply