You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by pn...@scancoin.se on 2004/07/07 11:39:54 UTC

CruiseControl and maven.bat args

Hi,
I'm would like to clean my repo.local in one of the projects. thus, I would
like to call maven.bat with -Dmaven.repo.local=target/repository so it gets
auto-cleaned.
Does anybody know how to do this in CC?

   <maven goal="scm:update-project | multiproject:clean |
multiproject:install | java:doxygen" projectfile="../src/test/project.xml"
mavenscript="@MAVEN_HOME@\bin\maven -Dmaven.repo.local=target/repository">
      </maven>

does not work.

Is this a CC question anyway?


Thanks

/peter

Re: CruiseControl and maven.bat args

Posted by Brett Porter <br...@gmail.com>.
yeah, that's a CC question. I'm sure there's a way to specify jvmargs?

- Brett

On Wed, 7 Jul 2004 11:39:54 +0200, pnb@scancoin.se <pn...@scancoin.se> wrote:
> Hi,
> I'm would like to clean my repo.local in one of the projects. thus, I would
> like to call maven.bat with -Dmaven.repo.local=target/repository so it gets
> auto-cleaned.
> Does anybody know how to do this in CC?
> 
>    <maven goal="scm:update-project | multiproject:clean |
> multiproject:install | java:doxygen" projectfile="../src/test/project.xml"
> mavenscript="@MAVEN_HOME@\bin\maven -Dmaven.repo.local=target/repository">
>       </maven>
> 
> does not work.
> 
> Is this a CC question anyway?
> 
> Thanks
> 
> /peter
> 
> 
>

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