Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Minutes: platform CBI build -- building Kepler

Hi,

I would recommend to push at least all "common" things on Nexus. It's very easy to set up (just add a distributionManagement in parent pom) and consume (just add the nexus repo to parent). It will help you to get the build more modular, less dependent on local Maven repository and way easier to consume.
Also, it would share the artifacts of CBI (a parent pom, some mojos?) with other project, making it more "common" than it is now.
FYI we started to put our parents, target-platforms, and custom plugins for JBoss Tools on Nexus about 6 months ago, and everything became easier for both maintainers and users. It's really worth it.

--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top