Skip to content

Commit a990720

Browse files
committed
add tycho maven build support for bnd
This adds support building bnd with Eclipse Tycho 4.0.13 See https://tycho.eclipseprojects.io/doc/4.0.13/BndBuild.html e.g. build inside the repo root with: `mvn clean verify` Signed-off-by: Christoph Rueger <chrisrueger@gmail.com>
1 parent 5d699c7 commit a990720

2 files changed

Lines changed: 9 additions & 0 deletions

File tree

.mvn/extensions.xml

Lines changed: 8 additions & 0 deletions
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>${tycho-version}</version>
7+
</extension>
8+
</extensions>

.mvn/maven.config

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
-Dtycho-version=4.0.13

0 commit comments

Comments
 (0)