o Extended IT

git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@713045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Benjamin Bentmann 2008-11-11 14:02:25 +00:00
parent a384c8ae99
commit 1ef10c4fe5
2 changed files with 2 additions and 0 deletions

View File

@ -69,6 +69,7 @@ public class MavenIT0141Test
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" ) );

View File

@ -84,6 +84,7 @@ under the License.
<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>