I have a pom file which includes dependency=A as scope=compile, optional=true.

I would like the assembly plugin to add all optional dependencies in a
separate directory than the non-optional ones... any way to do this?
I currently have:

 <dependencySets>
   <dependencySet>
     <outputDirectory></outputDirectory>
     <unpack>false</unpack>
     <scope>runtime</scope>
   </dependencySet>
 </dependencySets>

And it puts both optional and non-optional in the same directory...

Guilherme Silveira

--
Guilherme Silveira
--------------------------------------------------
[EMAIL PROTECTED]
Caelum - Ensino e Solucoes em Java
www.caelum.com.br

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to