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 Developer 

HireRight Estonia AS


-----Original Message-----
From: Blackbird [mailto:panzrku...@yahoo.fr] 
Sent: Wednesday, May 06, 2009 1:23 PM
To: users@maven.apache.org
Subject: automatically calling "install" target for projects which are
not in the repository


Hi,

I have an application composed of 10 Eclipse projects, which depend on
each
other. One of them is a webapp and it depends on several Eclipse
projects,
and some of these Eclipse projects depend on others, so the dependency
tree
is quite complex.

In good-old Eclipse build, I don't have to care about that dependencies
tree: as long as the necessary projects are specified in the "Required
projects on the build path" section, my webapp will build successfully
in 1
user task.

In Maven even though the dependencies are defined in the POM, if the
required projects don't exist in the local repository, calling "mvn
clean
install" for my webapp will fail. As a result, I have to "mvn install"
every
single Maven project on the build path first.

Is there a way of calling "mvn install" on projects if they don't exist
in
the local repository?
-- 
View this message in context:
http://www.nabble.com/automatically-calling-%22install%22-target-for-pro
jects-which-are-not-in-the-repository-tp23403861p23403861.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@maven.apache.org
For additional commands, e-mail: users-h...@maven.apache.org

Reply via email to