Hi,

Question 1
=========
Does continuum actually work with Maven 2?

Yes, it does. We've got it up and running here with several multi-module projects. And they even work with the "--non-recursive" option. All modules share a common structure:

Toolbox/
|-- pom.xml
|-- toolbox-ant
|   |-- pom.xml
|   |-- src
|   `-- target
|-- toolbox-codecs
    |-- pom.xml
    |-- src
    `-- target

the top level pom reads

<module>toolbox-ant</module>
<module>toolbox-codecs</module>

The most important thing is to get the VCS paths right in the scm part of your poms. If your CVS or SVN is not organized like your Maven project, you might run in difficulties.

You can also enable the -X command line option to see a more detailed log message. You can specify it where the other options like --non-recursive are also specified.


--
Mit freundlichen Grüßen / Kind regards

Hendrik Busch - Stellv. Leiter der Softwareentwicklung

LexisNexis Deutschland GmbH
http://www.lexisnexis.de
Feldstiege 100
D-48161 Münster
phone +49 (0) 2533-9300-455
fax +49 (0) 02533-9300-50
[EMAIL PROTECTED]

Reply via email to