mirror of https://github.com/apache/maven.git
o Moved repository declarations to settings
git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@750828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
0b4d159c37
commit
e7b87bc4f9
|
@ -54,6 +54,9 @@ public class MavenITmng3284UsingCachedPluginsTest
|
||||||
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
Verifier verifier = new Verifier( testDir.getAbsolutePath() );
|
||||||
verifier.setAutoclean( false );
|
verifier.setAutoclean( false );
|
||||||
verifier.deleteArtifacts( "org.apache.maven.its.mng3284" );
|
verifier.deleteArtifacts( "org.apache.maven.its.mng3284" );
|
||||||
|
verifier.filterFile( "settings-template.xml", "settings.xml", "UTF-8", verifier.newDefaultFilterProperties() );
|
||||||
|
verifier.getCliOptions().add( "--settings" );
|
||||||
|
verifier.getCliOptions().add( "settings.xml" );
|
||||||
verifier.executeGoal( "validate" );
|
verifier.executeGoal( "validate" );
|
||||||
verifier.verifyErrorFreeLog();
|
verifier.verifyErrorFreeLog();
|
||||||
verifier.resetStreams();
|
verifier.resetStreams();
|
||||||
|
|
|
@ -32,31 +32,6 @@ under the License.
|
||||||
|
|
||||||
<name>Maven Integration Test :: MNG-3284 :: Module A</name>
|
<name>Maven Integration Test :: MNG-3284 :: Module A</name>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
<releases>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
<releases>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
@ -1,13 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><metadata>
|
|
||||||
<groupId>org.apache.maven.its.mng3284</groupId>
|
|
||||||
<artifactId>maven-it-plugin-version</artifactId>
|
|
||||||
<version>0.1</version>
|
|
||||||
<versioning>
|
|
||||||
<latest>0.1</latest>
|
|
||||||
<release>0.1</release>
|
|
||||||
<versions>
|
|
||||||
<version>0.1</version>
|
|
||||||
</versions>
|
|
||||||
<lastUpdated>20081024153135</lastUpdated>
|
|
||||||
</versioning>
|
|
||||||
</metadata>
|
|
|
@ -32,31 +32,6 @@ under the License.
|
||||||
|
|
||||||
<name>Maven Integration Test :: MNG-3284 :: Module B</name>
|
<name>Maven Integration Test :: MNG-3284 :: Module B</name>
|
||||||
|
|
||||||
<repositories>
|
|
||||||
<repository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
<releases>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</snapshots>
|
|
||||||
</repository>
|
|
||||||
</repositories>
|
|
||||||
<pluginRepositories>
|
|
||||||
<pluginRepository>
|
|
||||||
<id>maven-core-it</id>
|
|
||||||
<url>file:///${basedir}/repo</url>
|
|
||||||
<releases>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</releases>
|
|
||||||
<snapshots>
|
|
||||||
<checksumPolicy>ignore</checksumPolicy>
|
|
||||||
</snapshots>
|
|
||||||
</pluginRepository>
|
|
||||||
</pluginRepositories>
|
|
||||||
|
|
||||||
<build>
|
<build>
|
||||||
<plugins>
|
<plugins>
|
||||||
<plugin>
|
<plugin>
|
||||||
|
|
|
@ -1,9 +0,0 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><metadata>
|
|
||||||
<plugins>
|
|
||||||
<plugin>
|
|
||||||
<name>Maven Integration Test Plugin :: Version</name>
|
|
||||||
<prefix>itversion</prefix>
|
|
||||||
<artifactId>maven-it-plugin-version</artifactId>
|
|
||||||
</plugin>
|
|
||||||
</plugins>
|
|
||||||
</metadata>
|
|
|
@ -1,4 +1,5 @@
|
||||||
<?xml version="1.0" encoding="UTF-8"?><metadata>
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<metadata>
|
||||||
<groupId>org.apache.maven.its.mng3284</groupId>
|
<groupId>org.apache.maven.its.mng3284</groupId>
|
||||||
<artifactId>maven-it-plugin-version</artifactId>
|
<artifactId>maven-it-plugin-version</artifactId>
|
||||||
<version>0.2</version>
|
<version>0.2</version>
|
||||||
|
@ -7,6 +8,7 @@
|
||||||
<release>0.2</release>
|
<release>0.2</release>
|
||||||
<versions>
|
<versions>
|
||||||
<version>0.2</version>
|
<version>0.2</version>
|
||||||
|
<version>0.1</version>
|
||||||
</versions>
|
</versions>
|
||||||
<lastUpdated>20081024153034</lastUpdated>
|
<lastUpdated>20081024153034</lastUpdated>
|
||||||
</versioning>
|
</versioning>
|
|
@ -0,0 +1,55 @@
|
||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
|
||||||
|
<!--
|
||||||
|
Licensed to the Apache Software Foundation (ASF) under one
|
||||||
|
or more contributor license agreements. See the NOTICE file
|
||||||
|
distributed with this work for additional information
|
||||||
|
regarding copyright ownership. The ASF licenses this file
|
||||||
|
to you under the Apache License, Version 2.0 (the
|
||||||
|
"License"); you may not use this file except in compliance
|
||||||
|
with the License. You may obtain a copy of the License at
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/LICENSE-2.0
|
||||||
|
|
||||||
|
Unless required by applicable law or agreed to in writing,
|
||||||
|
software distributed under the License is distributed on an
|
||||||
|
"AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
|
||||||
|
KIND, either express or implied. See the License for the
|
||||||
|
specific language governing permissions and limitations
|
||||||
|
under the License.
|
||||||
|
-->
|
||||||
|
|
||||||
|
<settings>
|
||||||
|
<profiles>
|
||||||
|
<profile>
|
||||||
|
<id>maven-core-it-repo</id>
|
||||||
|
<repositories>
|
||||||
|
<repository>
|
||||||
|
<id>maven-core-it</id>
|
||||||
|
<url>@baseurl@/repo</url>
|
||||||
|
<releases>
|
||||||
|
<checksumPolicy>ignore</checksumPolicy>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</repository>
|
||||||
|
</repositories>
|
||||||
|
<pluginRepositories>
|
||||||
|
<pluginRepository>
|
||||||
|
<id>maven-core-it</id>
|
||||||
|
<url>@baseurl@/repo</url>
|
||||||
|
<releases>
|
||||||
|
<checksumPolicy>ignore</checksumPolicy>
|
||||||
|
</releases>
|
||||||
|
<snapshots>
|
||||||
|
<enabled>false</enabled>
|
||||||
|
</snapshots>
|
||||||
|
</pluginRepository>
|
||||||
|
</pluginRepositories>
|
||||||
|
</profile>
|
||||||
|
</profiles>
|
||||||
|
<activeProfiles>
|
||||||
|
<activeProfile>maven-core-it-repo</activeProfile>
|
||||||
|
</activeProfiles>
|
||||||
|
</settings>
|
Loading…
Reference in New Issue