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
This commit is contained in:
John Dennis Casey 2004-08-10 18:03:39 +00:00
parent 00ed8a3213
commit 3ca11e44b6
1 changed files with 2 additions and 1 deletions

View File

@ -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.