Hi ,

I want to use Maven to build my java application.
I have an existing CVS Respository and have a project in it which other developers can 
checkout.
Everyone is using Eclipse as IDE to access CVS.
Now how do i use Maven in the existing project so that I can build it.I have gone thru 
the apache.org site 
but did not find any useful information that will help me make my existing project 
work with 
Maven.

But I was wondering if there is any document which
will help me use Maven with an existing project in my CVS Repository .

Thanks in advance
deepak




-----Original Message-----
From: Jefferson K. French [mailto:[EMAIL PROTECTED]
Sent: Tuesday, December 09, 2003 7:28 PM
To: Maven Users List
Subject: Re: maven:reactor and test:match


Have you tried adding this:

  <j:set var="testmatch" value="*DB*"/>

before invoking <maven:reactor>?

On Tue, 9 Dec 2003, at 13:27:27 [GMT +0100] Javier Ramos wrote:

> Hello,

>     I have setup a maven project that contains several subprojects. I would like to 
> be able to use maven:reactor element inside a goal in the master project to trigger 
> execution of a subset of the
> unit tests in every subproject. If I do it manually inside each subproject, the 
> command syntax looks like:

>     maven -Dtestmatch=*DB* test:match

>     but in the maven:reactor element I donīt know if it is possible to include the 
> variable 'testmatch'. I browsed the documentation with no success.

>     Can anyone provide some help?

>     Thanks in advance,

>         Javier Ramos

-- 
mailto:[EMAIL PROTECTED]



---------------------------------------------------------------------
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]

Reply via email to