Re: M2 Eclipse project dependency

2007-05-30 Thread Jo Vandermeeren
Robert, Glad to see that you're giving Maven a try. Maven modules always depends on compiled artifacts that are installed in your repository, not directly on the source of other modules. This is good practice because now you are certain that you depend on pre-built, pre-tested artifacts, rather

RE: M2 Eclipse project dependency

2007-05-30 Thread Hayes, Peter
Two ways : Maven Plugin for Eclipse Use the maven plugin for eclipse (http://maven.apache.org/plugins/maven-eclipse-plugin/index.html), i.e. mvn eclipse:eclipse. This will generate (modify if already existing) a .project and a .classpath file for your eclipse project or if you have a multi-modul

Re: M2 Eclipse project dependency

2007-05-30 Thread Robert Blixt
Ok, thanks Peter and Jo for your responses they were very helpful. Kind Regards, Robert Den 2007-05-30 13:31:01 skrev Hayes, Peter <[EMAIL PROTECTED]>: Two ways : Maven Plugin for Eclipse Use the maven plugin for eclipse (http://maven.apache.org/plugins/maven-eclipse-plugin/index.html),