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'.
-- Reinhard Pötz Managing Director, {Indoqa} GmbH http://www.indoqa.com/en/people/reinhard.poetz/ Member of the Apache Software Foundation Apache Cocoon Committer, PMC member, PMC Chair [EMAIL PROTECTED] _________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email