You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by Per Abich <pe...@gmail.com> on 2004/12/01 10:41:06 UTC

Maven Multiproject and Cruisecontrol

I am trying to use Maven and cruisecontrol to automate my builds. I
want the build-process to do something like:

maven -Dgoal=<customgoal> multiproject:goal

I would like to build my cruisecontrol.xml with "maven
cruisecontrol:configure", but it won't work since I have no
project.xml in my project-root-folder

Can anyone help me?

Regards

Per Abich

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org


RE: Maven Multiproject and Cruisecontrol

Posted by Eric Pugh <ep...@upstate.com>.
you can supply a list of includes/excludes for multiproject I believe.. You
want: exclude=project.xml, include=**/project.xml

I do the same thing all the time as well.  I have a nightly task that stops
CC, runs a script to rebuild everything, and then starts CC again....

Eric

> -----Original Message-----
> From: Per Abich [mailto:per.abich@gmail.com]
> Sent: Wednesday, December 01, 2004 10:41 AM
> To: users@maven.apache.org
> Subject: Maven Multiproject and Cruisecontrol
>
>
> I am trying to use Maven and cruisecontrol to automate my builds. I
> want the build-process to do something like:
>
> maven -Dgoal=<customgoal> multiproject:goal
>
> I would like to build my cruisecontrol.xml with "maven
> cruisecontrol:configure", but it won't work since I have no
> project.xml in my project-root-folder
>
> Can anyone help me?
>
> Regards
>
> Per Abich
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
> For additional commands, e-mail: users-help@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org