Reinahrd,

can I use a profile to add additional modules as well ? 'Cause as Joachim said, you'd want modules such as cpactf et alias to be included during running tests, but not during deployment.

Werner

Reinhard Poetz wrote:
Joachim Grüneis wrote:
As a developer I want to have as many modules within as possible - because when I start 'mvn install' on the super project I want all tests run! Only by this process I can be assured that my modifications are valid for all of Castor... I think we should have another way to suppress things from being deployed...

I usually use Maven profiles. The default build only contains the things that you want to deploy. Into the profiles goes everything else. So building Castor can be done by 'mvn install' and if you also want to execute the performance tests, you can do this by 'mvn install -P perf-tests'.



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

   http://xircles.codehaus.org/manage_email


Reply via email to