From d0fcf456e60fd12d619a445df02fde6dc8a98f0f Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Sun, 13 Mar 2005 21:12:03 +0000 Subject: [PATCH] o updating readme for it0008 git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163546 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core-it/README.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index 86e4e774c0..91c5bc0681 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -23,7 +23,9 @@ it0007: We specify a parent in the POM and make sure that it is downloaded as part of the process. it0008: Simple goal decoration where a plugin binds to a phase and the plugin must - be downloaded from a remote repository before it can be executed. + be downloaded from a remote repository before it can be executed. This + test also checks to make sure that mojo parameters are aligned to the + project basedir when their type is "java.io.File". it0010: Since the artifact resolution does not use the project builder, we must ensure that the full hierarchy of all dependencies is resolved. This