add back the forhead dependency for cases when the unit tests are forked

git-svn-id: https://svn.apache.org/repos/asf/maven/maven-1/plugins/trunk@226498 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
brett
2005-07-30 11:52:29 +00:00
parent f8a47011df
commit a7a941b2fd

View File

@@ -23,7 +23,7 @@
<id>maven-artifact-plugin</id>
<name>Maven Artifact Plugin</name>
<!-- WARNING: some dependency checks will break if we get to 1.10, need to go to 2.0 from there -->
<currentVersion>1.6</currentVersion>
<currentVersion>1.6.1-SNAPSHOT</currentVersion>
<description>Tools to manage artifacts and deployment. Requires Maven 1.1.</description>
<shortDescription>Tools to manage artifacts and deployment</shortDescription>
<url>http://maven.apache.org/reference/plugins/artifact/</url>
@@ -183,6 +183,12 @@
<artifactId>commons-jexl</artifactId>
<version>1.0-beta-1</version>
</dependency>
<!-- Used in the bootstrap -->
<dependency>
<groupId>forehead</groupId>
<artifactId>forehead</artifactId>
<version>1.0-beta-5</version>
</dependency>
</dependencies>
<build>
<unitTestSourceDirectory>src/test/java</unitTestSourceDirectory>