Thank you for making this plugin. It's very helpful. :)
First, I was wondering if there is a way to configure the plugin to look for the project's pom.xml file in a subdirectory of the project instead of the root? For example instead of at "/pom.xml" I want to place it in "/build/pom.xml".
I'm fairly new to eclipse (please, don't cringe ;) and I'm wondering if the plugin supports a parent project of multiple subprojects? I have the projects setup and can use the command line successfully affecting the subprojects. I don't see how to setup the parent project in eclipse though.
I have the 3 subprojects setup in eclipse each as their own project. I defined 3 external tools calling maven for each of the projects.
I added a the parent project, enabled maven2 with the pom.xml file it has as the parent project. However, it wants to add all the source locations from the subprojects and when i run the external tool with a goal it does not affect the subprojects. Running an install doesn't work as it doesn't locate the subprojects and run through them.
But it works happily from the command line. A call "mvn install" will do an install on all 3 subprojects.
See where I'm breaking it? Or, am I attempting to do something currently unsupported?
Thank you Eli Doran --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
