Is it possible to specify, as a dependency, another Java project within
Eclipse? If I have project A that depends on project B and both are
Maven-managed projects, my current options are as follows:
- package and install project B everytime it changes, then run mvn
eclipse:eclipse of project A to point to the latest version of project B -
the problem being that this is inefficient
- within Eclipse, simply add project B as a dependency of project A - the
problem being that I must do this everytime I update any dependency of
project A must re-run eclipse:eclipse, which overwrites the .classpath file

Is there a way of adding, in the dependency element, a reference to another
Eclipse project so that running eclipse:eclipse points to the Eclipse
workspace version of another project?

Thanks.
-- 
View this message in context: 
http://www.nabble.com/Dependency-on-another-project-tf4771718s177.html#a13649552
Sent from the Maven - Users mailing list archive at Nabble.com.


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

Reply via email to