maven/maven-1.x-integration/pom.xml

26 lines
714 B
XML

<?xml version="1.0" encoding="ISO-8859-1"?>
<project>
<modelVersion>4.0.0</modelVersion>
<parent>
<groupId>maven</groupId>
<artifactId>maven-component</artifactId>
<version>2.0-SNAPSHOT</version>
</parent>
<groupId>maven</groupId>
<artifactId>maven-1.x-integration</artifactId>
<name>Maven 1.x Compatibility</name>
<version>2.0-SNAPSHOT</version>
<inceptionYear>2004</inceptionYear>
<package>org.apache.maven.legacy</package>
<!-- TODO: is there a way around this using classworlds? -->
<dependencies>
<dependency>
<groupId>forehead</groupId>
<artifactId>forehead</artifactId>
<version>1.0-beta-5</version>
</dependency>
</dependencies>
</project>