I was rebuilding my development environment this morning, from a partially clean maven repo, and started to see some strange behavior when trying to generate eclipse project files using mvn -Peclipse :
1) I have noticed that unit tests are being executed, at least to some projects : Results : Tests run: 21, Failures: 0, Errors: 0, Skipped: 1 Results : Tests run: 9, Failures: 0, Errors: 0, Skipped: 1 2) Some projects are being skipped and no eclipse project files are created, even though the build finishes successfully. Well, in summary, things are not working as expected in the first, second or third time :) and I'd appreciate some hints on what might be happening here. Also, is this happening only with my environment (Mac OS X, SUN JDK 1.6.0_07), or others are also experiencing some of these issues ? -- Luciano Resende Apache Tuscany, Apache PhotArk http://people.apache.org/~lresende http://lresende.blogspot.com/
