Hi All, 

Have been monitoring this list for a while now, and have found a lot of the
posts very useful.

We are about to embark on a Continuous Integration migration from
CruiseControl and Ant to Maven and Continuum (or possible stay with
CruiseControl)

We will have numerous projects, some being inter dependant.

To be completely honest I'm not sure where the best place to start is.  I
have read most of the Maven book everyone is raving about, and again that
has helped greatly.  



But if I could get your opinions of the most important things to get working
first to give us the best chance of a successful and reasonably timely
migration.

For example, should I set up an internal repository that all our projects
access rather than using ibiblio by default...

Thanks in advance

Jon

 

-----Original Message-----
From: Eugeny N Dzhurinsky [mailto:[EMAIL PROTECTED] 
Sent: 01 June 2006 14:09
To: users@maven.apache.org
Subject: building single module

I have some project which consists of several modules.
Some of modules depends of another modules.

project
|-module1
|-module2
|-module3

I would like to be able to build single module and all modules it depens on
if required. If I change directory to 'module3' and try mvn compile, maven
complains it can't find dependency 'module1' because I didn't installed it
(with mvn install). I don't want to install module1 into repository.

--
Eugene N Dzhurinsky

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