You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@shiro.apache.org by Jeremy Haile <jh...@fastmail.fm> on 2009/03/25 21:35:41 UTC

Re: {SPAM 03.4} Aggregate .jar ?

Spring uses ant+ivy.  Not sure about ActiveMQ.


On Mar 25, 2009, at 3:28 PM, Les Hazlewood wrote:

> What is the 'maven way' for creating an aggregate .jar that includes
> everything?  I'm thinking a .jar that would include everything  
> _except_ the
> samples.
>
> ActiveMQ does this by having a dedicated 'pom only' module called
> 'activemq-all' that wraps the other .jars.  However, Spring has a  
> spring.jar
> that just includes everything (not called 'spring-all.jar').  I'm  
> not sure
> how they do that or even if they use maven to assemble it.
>
> What is the appropriate solution?  I'd like to enable that...
>
> - Les