Skip to content

Commit 76c41f6

Browse files
committed
Enable tycho-extension
Needed as target platform doesn't have a pom and thus updateTarget doesn't work.
1 parent af6257c commit 76c41f6

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.mvn/extensions.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<extensions>
3+
<extension>
4+
<groupId>org.eclipse.tycho</groupId>
5+
<artifactId>tycho-build</artifactId>
6+
<version>4.0.12</version>
7+
</extension>
8+
</extensions>

0 commit comments

Comments
 (0)