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

Reply via email to