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@712156 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
82bb71b872
commit
0d78b6725a
|
@ -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://site.org/", props.getProperty( prefix + "projectDistSiteUrl" ) );
|
||||
|
||||
assertEquals( "org.apache.maven.its.it0141", props.getProperty( prefix + "parentGroupId" ) );
|
||||
assertEquals( "parent", props.getProperty( prefix + "parentArtifactId" ) );
|
||||
|
|
|
@ -60,6 +60,11 @@ under the License.
|
|||
<name>child-dist-repo</name>
|
||||
<url>http://dist.org/</url>
|
||||
</repository>
|
||||
<site>
|
||||
<id>maven-core-it</id>
|
||||
<name>child-site</name>
|
||||
<url>http://site.org/</url>
|
||||
</site>
|
||||
</distributionManagement>
|
||||
|
||||
<properties>
|
||||
|
@ -79,6 +84,7 @@ under the License.
|
|||
<projectIssueUrl>${issueManagement.url}</projectIssueUrl>
|
||||
<projectCiUrl>${ciManagement.url}</projectCiUrl>
|
||||
<projectDistRepoName>${distributionManagement.repository.name}</projectDistRepoName>
|
||||
<projectDistSiteUrl>${distributionManagement.site.url}</projectDistSiteUrl>
|
||||
<projectBuildOut>${build.outputDirectory}</projectBuildOut>
|
||||
<projectSiteOut>${reporting.outputDirectory}</projectSiteOut>
|
||||
<parentGroupId>${parent.groupId}</parentGroupId>
|
||||
|
|
Loading…
Reference in New Issue