Author: jvanzyl
Date: Thu Jun 28 12:40:16 2007
New Revision: 551680

URL: http://svn.apache.org/viewvc?view=rev&rev=551680
Log: (empty)

Added:
    maven/core-integration-testing/trunk/core-integration-tests/src/main/
    maven/core-integration-testing/trunk/core-integration-tests/src/main/java/
    
maven/core-integration-testing/trunk/core-integration-tests/src/main/java/org/
    
maven/core-integration-testing/trunk/core-integration-tests/src/main/java/org/apache/
    
maven/core-integration-testing/trunk/core-integration-tests/src/main/java/org/apache/maven/
    
maven/core-integration-testing/trunk/core-integration-tests/src/main/java/org/apache/maven/integrationtests/
    
maven/core-integration-testing/trunk/core-integration-tests/src/main/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java
      - copied unchanged from r546718, 
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java
    
maven/core-integration-testing/trunk/core-integration-tests/src/main/java/org/apache/maven/integrationtests/IntegrationTestSuite.java
      - copied unchanged from r546718, 
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java
Removed:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/AbstractMavenIntegrationTestCase.java
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/java/org/apache/maven/integrationtests/IntegrationTestSuite.java
Modified:
    
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/test.sh

Modified: 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/test.sh
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/test.sh?view=diff&rev=551680&r1=551679&r2=551680
==============================================================================
--- 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/test.sh
 (original)
+++ 
maven/core-integration-testing/trunk/core-integration-tests/src/test/resources/MNG-2289/test.sh
 Thu Jun 28 12:40:16 2007
@@ -14,6 +14,9 @@
 # Run the compile phase for the child project. This will bring down 
commons-logging 1.0.1
 ( cd issue; $mvn compile )
 # Deploy the parent POM with an update version of the commons-logging 
dependency -> 1.0.2
+
+read
+
 ( cd parent ; $mvn -f pom2.xml deploy )
 # Move the original commons-loggings deps out of the way
 mv $repo/commons-logging $repo/commons-logging-1.0.1


Reply via email to