You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@sling.apache.org by "Felix Meschberger (JIRA)" <ji...@apache.org> on 2009/12/02 08:42:20 UTC

[jira] Resolved: (SLING-1216) testing modules are listed in the wrong order

     [ https://issues.apache.org/jira/browse/SLING-1216?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Felix Meschberger resolved SLING-1216.
--------------------------------------

    Resolution: Fixed

Fixed in Rev. 886068

> 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
>          Components: General
>            Reporter: Justin Edelson
>            Assignee: Felix Meschberger
>            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.