testing modules are listed in the wrong order
---------------------------------------------
Key: SLING-1216
URL: https://issues.apache.org/jira/browse/SLING-1216
Project: Sling
Issue Type: Bug
Reporter: Justin Edelson
Priority: Trivial
Noticed this while testing the package-plugin goal... although Maven will
normally correct the module order, with the package-plugin goal, the
testing-services and testing-services modules are no longer direct
dependencies, so the order should be switched to:
<modules>
<module>launchpad/test-services</module>
<module>launchpad/test-services-war</module>
<module>launchpad/testing</module>
</modules>
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.