On 2/27/07, Morgovsky, Alexander (US - Glen Mills) <[EMAIL PROTECTED]> wrote:
Hi. How can I set the goal of the project to always be "deploy" and have the argument be -P dev-111? This way, when I add a new project, this will be the configuration by default. Thanks.
The default build definition of "clean install --batch-mode --non-recursive" is hard coded in DefaultContinuum.java [1]. I don't see why it couldn't be made configurable, though. You can open a JIRA issue if you'd like: http://jira.codehaus.org/browse/CONTINUUM [1] http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-core/src/main/java/org/apache/maven/continuum/DefaultContinuum.java?revision=506479&view=markup -- Wendy
