mirror of https://github.com/apache/maven.git
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:
parent
a384c8ae99
commit
1ef10c4fe5
|
@ -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" ) );
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue