blob: 9de05173d62bc51375c037723026999bbce0c183 [file] [log] [blame]
<project>
<modelVersion>4.0.0</modelVersion>
<name>Maven Integration Test :: it0085</name>
<groupId>org.apache.maven.its.it0085</groupId>
<artifactId>maven-it-it0085</artifactId>
<description>Verify that system-scoped dependencies get resolved with system scope
when they are resolved transitively via another (non-system)
dependency. Inherited scope should not apply in the case of
system-scoped dependencies, no matter where they are.</description>
<version>1.0</version>
<packaging>pom</packaging>
<modules>
<module>dep</module>
<module>war</module>
</modules>
<dependencyManagement>
<dependencies>
<dependency>
<groupId>org.apache.maven.its.it0085</groupId>
<artifactId>pom-dep</artifactId>
<version>1.4.2</version>
<scope>system</scope>
<systemPath>${basedir}/pom.xml</systemPath>
</dependency>
</dependencies>
</dependencyManagement>
</project>