Run integration tests with an isolated Mavel local repo and settings.xml

This commit is contained in:
Peter Palaga
2020-05-29 10:45:21 +02:00
parent 2706747138
commit ea6079b06b
10 changed files with 244 additions and 26 deletions

View File

@@ -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>