Browse Source

Merge branch '1.2.x'

pull/2843/merge
Andy Wilkinson 11 years ago
parent
commit
a6a8d0b221
  1. 8
      spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml

8
spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2/settings.xml

@ -0,0 +1,8 @@ @@ -0,0 +1,8 @@
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0
http://maven.apache.org/xsd/settings-1.0.0.xsd">
<localRepository>${foo}/repository</localRepository>
</settings>
Loading…
Cancel
Save