mirror of
https://github.com/apache/maven-mvnd.git
synced 2025-09-09 15:09:23 +00:00
Run integration tests with an isolated Mavel local repo and settings.xml
This commit is contained in:
6
pom.xml
6
pom.xml
@@ -30,6 +30,7 @@
|
||||
<takariProvisioVersion>0.1.56</takariProvisioVersion>
|
||||
<takariLocalRepositoryVersion>0.11.2</takariLocalRepositoryVersion>
|
||||
<mavenCompilerPluginVersion>3.8.1</mavenCompilerPluginVersion>
|
||||
<mrm.version>1.2.0</mrm.version>
|
||||
<surefire.version>3.0.0-M4</surefire.version>
|
||||
|
||||
</properties>
|
||||
@@ -88,6 +89,11 @@
|
||||
<build>
|
||||
<pluginManagement>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.codehaus.mojo</groupId>
|
||||
<artifactId>mrm-maven-plugin</artifactId>
|
||||
<version>${mrm.version}</version>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-surefire-plugin</artifactId>
|
||||
|
Reference in New Issue
Block a user