diff --git a/maven-core-it/README.txt b/maven-core-it/README.txt index a9ee90837a..30374136a4 100644 --- a/maven-core-it/README.txt +++ b/maven-core-it/README.txt @@ -27,6 +27,9 @@ it0007: We specify a parent in the POM and make sure that it is downloaded as it0008: Simple goal decoration where a preGoal belongs to a plugin that must be downloaded from a remote repository before it can be executed. + +it0009: Simple goal decoration where a postGoal belongs to a plugin that must + be downloaded from a remote repository before it can be executed. ------------------------------------------------------------------------------- diff --git a/maven-core-it/integration-tests.txt b/maven-core-it/integration-tests.txt index 6da22c548e..0820e33138 100644 --- a/maven-core-it/integration-tests.txt +++ b/maven-core-it/integration-tests.txt @@ -7,3 +7,4 @@ it0005 it0006 it0007 it0008 +it0009