Re: automatically calling install target for projects which are not in the repository

2009-05-07 Thread Blackbird
One solution is simple: create a Maven meta-project: project modelVersion4.0.0/modelVersion groupIdcom.agipi/groupId artifactIdmetaproject-extranet/artifactId packagingpom/packaging version1.0.0/version modules module../project1/module module../project2/module [...]

Re: automatically calling install target for projects which are not in the repository

2009-05-06 Thread Nick Stolwijk
You can create a pom in a higher directory to include them as modules, or use a combination of a ci server and an artifact repository to make sure they are already build and waiting in the artifact repository. Hth, Nick Stolwijk ~Java Developer~ Iprofs BV. Claus Sluterweg 125 2012 WS Haarlem

RE: automatically calling install target for projects which are not in the repository

2009-05-06 Thread Andrei Solntsev
Hi Blackbird, I am also interested how to make Maven automatically build dependencies. In our company, we created a proxy-scm provider for that purpose. I created Jira ticket http://jira.codehaus.org/browse/SCM-367, but it seems that community is not interested. Andrei Solntsev, Software