Hi Carlo,

Yes, it is possible, using what is called the reactor. It is a plugin.
You would use it in your maven.xml script.

Here is an example of its usage on jakarta commons (it builds all the
projects):

http://cvs.apache.org/viewcvs/jakarta-commons/maven.xml?rev=1.5&content-
type=text/vnd.viewcvs-markup

Here is a snippet:

    <reactor:execute
      basedir="${basedir}"
      glob="*/project.xml"
      goals="clean,jar:install"
      banner="Building"
      ignoreFailures="true"
    />

-Vincent

> -----Original Message-----
> From: Carlo Conserva [mailto:[EMAIL PROTECTED]]
> Sent: 22 August 2002 08:54
> To: [EMAIL PROTECTED]
> Subject: Checking out dependencies from CVS
> 
> Hello everybody,
> I'm a very new maven user and I haven't understood very well yet how
it
> works.
> I have one question: when maven builds my project, I'd like it to
check
> out the dependency projects from CVS and build them, instead of
> downloading the already built jars from a web site.
> Is it possible?
> Thanks in advance!
> Carlo


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to