Skip to content

Commit af067ae

Browse files
committed
Add files that were accidentally omitted from 5e743fb
See gh-3274
1 parent 5e743fb commit af067ae

File tree

1 file changed

+8
-0
lines changed
  • spring-boot-cli/src/test/resources/maven-settings/property-interpolation/.m2

1 file changed

+8
-0
lines changed
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)