2011/12/19 Brett Porter <[email protected]>: > Is there a reason that matters? Maven should figure it out... uhm no in this case and I understand it cannot :-) (btw I have added better fixes later).
archiva-consumer-archetype has an it test using archetype integration test mojo. so the generated it project will use some dependencies (see archetype pom [1]) which are not dependencies for the main build and maven cannot include in the correct reactor order. That's why I have added those dependencies some commits later to ensure the build won't break when executing this in test for the archetype. -- Olivier [1] http://svn.apache.org/repos/asf/archiva/trunk/archiva-modules/archiva-base/archiva-consumers/archiva-consumer-archetype/src/main/resources/archetype-resources/pom.xml > > On 14/12/2011, at 7:29 AM, [email protected] wrote: > >> Author: olamy >> Date: Tue Dec 13 20:29:48 2011 >> New Revision: 1213916 >> >> URL: http://svn.apache.org/viewvc?rev=1213916&view=rev >> Log: >> reorder module build archiva-consumers need indexer >> >> Modified: >> archiva/branches/1.4-M2-RC/archiva-modules/archiva-base/pom.xml >> >> Modified: archiva/branches/1.4-M2-RC/archiva-modules/archiva-base/pom.xml >> URL: >> http://svn.apache.org/viewvc/archiva/branches/1.4-M2-RC/archiva-modules/archiva-base/pom.xml?rev=1213916&r1=1213915&r2=1213916&view=diff >> ============================================================================== >> --- archiva/branches/1.4-M2-RC/archiva-modules/archiva-base/pom.xml >> (original) >> +++ archiva/branches/1.4-M2-RC/archiva-modules/archiva-base/pom.xml Tue Dec >> 13 20:29:48 2011 >> @@ -36,8 +36,8 @@ >> <module>archiva-checksum</module> >> <module>archiva-plexus-bridge</module> >> <module>archiva-policies</module> >> - <module>archiva-consumers</module> >> <module>archiva-indexer</module> >> + <module>archiva-consumers</module> >> <module>archiva-repository-layer</module> >> <module>archiva-xml-tools</module> >> <module>archiva-proxy-common</module> >> @@ -49,4 +49,4 @@ >> <module>archiva-repository-admin</module> >> <module>archiva-security-common</module> >> </modules> >> -</project> >> \ No newline at end of file >> +</project> >> >> > > -- > Brett Porter > [email protected] > http://brettporter.wordpress.com/ > http://au.linkedin.com/in/brettporter > http://twitter.com/brettporter > > > > > -- Olivier Lamy Talend: http://coders.talend.com http://twitter.com/olamy | http://linkedin.com/in/olamy
