File tree Expand file tree Collapse file tree 2 files changed +0
-31
lines changed
Expand file tree Collapse file tree 2 files changed +0
-31
lines changed Original file line number Diff line number Diff line change 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 >
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 >
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments