Cleanup release process
-----------------------
Key: SMXCOMP-723
URL: https://issues.apache.org/activemq/browse/SMXCOMP-723
Project: ServiceMix Components
Issue Type: Improvement
Reporter: Jean-Baptiste Onofré
In components-pom, the release plugin definition set preparationGoals to clean
verify install.
These preparationGoals perform unit tests twice (during verify and install
phase). It causes unit tests block during release as some unit tests don't
release some resources correctly.
It's especially the case for servicemix-eip component.
The workaround is to set the preparationGoals to clean install (and bypass the
verify phase) but a global release process cleanup is better.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.