The issue I have with this patch is that it breaks running the individual integration tests from the command line.

Normally you can just run individual tests with a command like

mvn package invoker:install invoker:run -Dinvoker.test=...

and then while fine-tuning the test you can just repeatedly run

mvn invoker:run -Dinvoker.test=...

until you get the test working.


But as this patch changes the default configuration that is no longer possible. You would need a helper profile that ran invoker:run for you or else significant duplication within the project pom.

I suspect what is needed here is a way to revert some of the configuration settings to their defaults... which sadly is not available with current bindings, e.g. cloneProjectsTo

This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
--------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email

Reply via email to