Re: Maven eclipse depenendy failing

2005-05-07 Thread Thomas Van de Velde
yes ;-) eclipse.dependency does not refer to an Eclipse project but only tells the Eclipse plugin whether it should add the dependency to the project's classpath. Since an Eclipse project is not recognized as a dependency type, the dependency you have defined will not be considered as an Eclips

Maven eclipse depenendy failing

2005-05-07 Thread Marcell Manfrin Barbacena
Hi everyone, I'm running on a problem when I try to add a eclipse project (not mavenized) as a dependency to my mavenized project... The error can be reproduced doing that: 1. create a eclipse java project named test1 in eclipse. 2. create a mavenized project named test (maven genapp) 3. add the