Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[m2e-users] Multiple POMs in one project - how?

Hi all,

I have a single tree of sources, resources and binaries, and I need to massage this into multiple Maven artifacts. I want to avoid having to keep multiple copies of that project on disk (it's an SVN checkout, and having multiple copies might end me in different parts at different revision levels).

I know how to set up a pom for each artifact that I wish to generate, but what's the best way to organize a single source tree and multiple poms with m2e?

Regards,
Jo


Back to the top