Skip to content

Commit 29e122c

Browse files
authored
Remove mrm-maven-plugin (#828)
1 parent b2fdb7d commit 29e122c

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

pom.xml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -873,26 +873,6 @@
873873
</plugin>
874874

875875
<!-- the following 2 plugins are for integration tests of plugin-pom only -->
876-
<plugin>
877-
<groupId>org.codehaus.mojo</groupId>
878-
<artifactId>mrm-maven-plugin</artifactId>
879-
<version>1.5.0</version>
880-
<inherited>false</inherited>
881-
<executions>
882-
<execution>
883-
<goals>
884-
<goal>start</goal>
885-
<goal>stop</goal>
886-
</goals>
887-
<configuration>
888-
<propertyName>repository.proxy.url</propertyName>
889-
<repositories>
890-
<proxyRepo />
891-
</repositories>
892-
</configuration>
893-
</execution>
894-
</executions>
895-
</plugin>
896876
<plugin>
897877
<artifactId>maven-invoker-plugin</artifactId>
898878
<version>3.6.0</version>
@@ -910,9 +890,6 @@
910890
<cloneProjectsTo>${project.build.directory}/its</cloneProjectsTo>
911891
<localRepositoryPath>${basedir}/target/local-repo</localRepositoryPath>
912892
<settingsFile>src/it/settings.xml</settingsFile>
913-
<filterProperties>
914-
<repository.proxy.url>${repository.proxy.url}</repository.proxy.url>
915-
</filterProperties>
916893
</configuration>
917894
</execution>
918895
</executions>

src/it/settings.xml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -22,14 +22,6 @@ under the License.
2222
<settings xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
2323
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.1.0 http://maven.apache.org/xsd/settings-1.1.0.xsd"
2424
xmlns="http://maven.apache.org/SETTINGS/1.1.0">
25-
<mirrors>
26-
<mirror>
27-
<id>mrm-maven-plugin</id>
28-
<name>Mock Repository Manager</name>
29-
<url>@repository.proxy.url@</url>
30-
<mirrorOf>*</mirrorOf>
31-
</mirror>
32-
</mirrors>
3325
<profiles>
3426
<profile>
3527
<id>it-repo</id>

0 commit comments

Comments
 (0)