We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e743fb commit af067aeCopy full SHA for af067ae
spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml
@@ -0,0 +1,8 @@
1
+<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
2
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
+ xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
4
+ http://maven.apache.org/xsd/settings-1.0.0.xsd">
5
+
6
+ <localRepository>${foo}/repository</localRepository>
7
8
+</settings>
0 commit comments