mirror of https://github.com/apache/maven.git
[MNG-4070] [regression] Parent POMs cannot be resolved when their id values are surrounded by whitespace
o Extended IT to check settings as well git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@751081 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
ece2650bb7
commit
7ad16e1a4d
|
@ -21,12 +21,17 @@ under the License.
|
|||
|
||||
<settings>
|
||||
<profiles>
|
||||
<!-- NOTE: The ugly formatting is essential part of this test! -->
|
||||
<profile>
|
||||
<id>maven-core-it-repo</id>
|
||||
<id>
|
||||
maven-core-it-repo
|
||||
</id>
|
||||
<repositories>
|
||||
<repository>
|
||||
<id>maven-core-it</id>
|
||||
<url>@baseurl@/repo</url>
|
||||
<url>
|
||||
@baseurl@/repo
|
||||
</url>
|
||||
<releases>
|
||||
<checksumPolicy>ignore</checksumPolicy>
|
||||
</releases>
|
||||
|
@ -38,6 +43,6 @@ under the License.
|
|||
</profile>
|
||||
</profiles>
|
||||
<activeProfiles>
|
||||
<activeProfile>maven-core-it-repo</activeProfile>
|
||||
<activeProfile> maven-core-it-repo </activeProfile>
|
||||
</activeProfiles>
|
||||
</settings>
|
||||
|
|
Loading…
Reference in New Issue