From 3ca11e44b60667ad5999930f3278fd71128c44e4 Mon Sep 17 00:00:00 2001 From: John Dennis Casey Date: Tue, 10 Aug 2004 18:03:39 +0000 Subject: [PATCH] o Added comment to integration tests README describing it0006 (goal decoration integration test) git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@162956 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core-it/README.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index 057d0b1ec4..0ca3d09ae1 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -19,7 +19,8 @@ it0004: The simplest of pom installation. We have a pom and we install it in it0005: The simplest of pom installation. We have a snapshot pom and we install it in local repository. -it0006: +it0006: Simple goal decoration. We introduce a preGoal and a postGoal to the + 'compiler:compile' goal. it0007: We specify a parent in the POM and make sure that it is downloaded as part of the process.