feature requests are made in JIRA, under the relevant plugin. http://jira.codehaus.org/
However, cruise control features should not be added to the SCM plugin. What you should do in this instance is create your own plugin (essentially a reusable maven.xml) with a goal that does what you want that you can call from cruise control. Cheers, Brett On Thu, 30 Sep 2004 11:20:02 +0200, Gisbert Amm <[EMAIL PROTECTED]> wrote: > Hi, > > I'd like to have the following parameters to access the Cruisecontrol > label directly from within the Cruisecontrol config.xml without editing > the maven.xml of all projects: > > maven.scm.cvs.tag.use.cruisecontrol.label > maven.scm.cvs.tag.prefix > > I'd call the cvs-tag goal then from within config.xml like that > > <maven mavenscript="&MAVEN_SCRIPT;" > projectfile="&TMPDIR;project.xml" > goal 1 | > goal 2 | > scm:cvs-tag-project > -Dmaven.scm.cvs.tag.use.cruisecontrol.label=true > -Dmaven.scm.cvs.tag.prefix=MY_PROJECT_BVT_ > /> > > (Probably this also applies to other SCM Systems.) > > How can I file a request for enhancement or something like that? > > Or is it a newbie idea and can already be done very easily? > > Kind regards, > Gisbert Amm > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
