If you're still using CVS, switch to Subversion with cvs2svn so you don't lose any history when moving directories around, because: if you 'll want to have a nice build you 'll also want to move your directories (not required).

Set up an internal repository = have HTTP access to a directory.
There you can mvn deploy:deploy-file activation jars etc.

It is a good idea (in time?) to also setup a proxy to Ibiblio.

Lock down your plugin versions in time if anyone else besides you is also going to build the project. Follow the maven annouce mailing lists and update your plugin versions after you tested the new releases.



SlinnHawkins, Jon (ELS) wrote:
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]

--
With kind regards,
Geoffrey De Smet


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

  • Where to start SlinnHawkins, Jon (ELS)
    • Re: Where to start Geoffrey De Smet

Reply via email to