From 8eba14b8e1b4638afda1f56d234e749cf1948e36 Mon Sep 17 00:00:00 2001 From: Jason van Zyl Date: Thu, 23 Sep 2004 17:10:03 +0000 Subject: [PATCH] *** empty log message *** git-svn-id: https://svn.apache.org/repos/asf/maven/components/trunk@163155 13f79535-47bb-0310-9956-ffa450edef68 --- maven-core-it/README.txt | 3 +++ maven-core-it/integration-tests.txt | 1 + 2 files changed, 4 insertions(+) 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