Can anyone provide a pointer to how to successfully run the integration tests
in the assembly plugin?
I run it using: mvn -Dintegration-tests=true integration-test
The first error I encountered is:
java.lang.IllegalArgumentException: Local repository location:
'/home/jfraney/projects/maven-p
Franz,
Thanks for your contribution. I'm new to developing maven internals and my
first question has been how to debug maven. I want to use the debugger to
learn how maven is working internally.
I've discovered this technique to debug maven 2.0.4 under eclipse 3.2.
Please add it to your tutor