Skip to content

Commit afaeb7e

Browse files
committed
test: add polyglot extension to test setup
1 parent 6045886 commit afaeb7e

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

src/test/resources/testProjects/multiModuleProject/.mvn/extensions.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,10 @@
55
<artifactId>maven-git-versioning-extension</artifactId>
66
<version>LATEST</version>
77
</extension>
8+
9+
<extension>
10+
<groupId>io.takari.polyglot</groupId>
11+
<artifactId>polyglot-yaml</artifactId>
12+
<version>LATEST</version>
13+
</extension>
814
</extensions>
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
modelEncoding: UTF-8
2+
modelVersion: 4.0.0
3+
4+
groupId: multi-module-project
5+
artifactId: main
6+
version: 0.0.0-LOCAL
7+
packaging: pom

0 commit comments

Comments
 (0)