Hello,

I have the followng scenario:  Currently I have 1 POM that generates a jar
file.   I want to separate some code (B) in a separate jar file and add it
as a dependency, but want to minimize the number of POM files I need to
write...

Can I do this?
POMA
<packaging>jar</packaging>
<module>B</module>
<dependency>B</dependency>


POMB
<packaging>jar<packaging>

Any ideas?

Sonia
-- 
View this message in context: 
http://www.nabble.com/Can-aggregator-be-other-type-than-pom--tp25136362p25136362.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to