Author: bentmann
Date: Tue Nov 11 06:02:25 2008
New Revision: 713045

URL: http://svn.apache.org/viewvc?rev=713045&view=rev
Log:
o Extended IT

Modified:
    
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0141Test.java
    
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0141/child/pom.xml

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0141Test.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0141Test.java?rev=713045&r1=713044&r2=713045&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0141Test.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/java/org/apache/maven/it/MavenIT0141Test.java
 Tue Nov 11 06:02:25 2008
@@ -69,6 +69,7 @@
         assertEquals( "http://issue.org/";, props.getProperty( prefix + 
"projectIssueUrl" ) );
         assertEquals( "http://ci.org/";, props.getProperty( prefix + 
"projectCiUrl" ) );
         assertEquals( "child-dist-repo", props.getProperty( prefix + 
"projectDistRepoName" ) );
+        assertEquals( "http://dist.org/";, props.getProperty( prefix + 
"projectDistRepoUrl" ) );
         assertEquals( "http://site.org/";, props.getProperty( prefix + 
"projectDistSiteUrl" ) );
 
         assertEquals( "org.apache.maven.its.it0141", props.getProperty( prefix 
+ "parentGroupId" ) );

Modified: 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0141/child/pom.xml
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0141/child/pom.xml?rev=713045&r1=713044&r2=713045&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0141/child/pom.xml
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-suite/src/test/resources/it0141/child/pom.xml
 Tue Nov 11 06:02:25 2008
@@ -84,6 +84,7 @@
     <projectIssueUrl>${issueManagement.url}</projectIssueUrl>
     <projectCiUrl>${ciManagement.url}</projectCiUrl>
     
<projectDistRepoName>${distributionManagement.repository.name}</projectDistRepoName>
+    
<projectDistRepoUrl>${distributionManagement.repository.url}</projectDistRepoUrl>
     <projectDistSiteUrl>${distributionManagement.site.url}</projectDistSiteUrl>
     <projectBuildOut>${build.outputDirectory}</projectBuildOut>
     <projectSiteOut>${reporting.outputDirectory}</projectSiteOut>


Reply via email to