blob: 3c9c5701569d81c0ea63642e860357730812cd75 [file] [log] [blame]
<?xml version="1.0" encoding="UTF-8"?>
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>org.apache.maven.its.mng2668</groupId>
<artifactId>test-project</artifactId>
<version>1.0-SNAPSHOT</version>
<packaging>pom</packaging>
<name>Maven Integration Test :: MNG-2539</name>
<description>Verify that dependencies of plugins are considered by the project sorter for a reactor build.</description>
<modules>
<!-- NOTE: project goes first but the project sorter should recognize that tools needs to be build first -->
<module>project</module>
<module>tools</module>
</modules>
</project>