MVN

org.eclipse.tycho : tycho-bnd-plugin

Maven & Gradle

Aug 21, 2023

Tycho BND Plugin · Builds BND Workspace with Maven

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-bnd-plugin</artifactId>
    <version>4.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.eclipse.tycho : tycho-bnd-plugin to add to Maven - Latest Versions:

  • Latest Stable: 4.0.2

All Versions

Choose a version of org.eclipse.tycho : tycho-bnd-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
4.0.x
tycho-bnd-plugin-4.0.2
tycho-bnd-plugin-4.0.1
tycho-bnd-plugin-4.0.0
3.0.x
tycho-bnd-plugin-3.0.5
tycho-bnd-plugin-3.0.4

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.eclipse.tycho</groupId>
    <artifactId>tycho-bnd-plugin</artifactId>
    <version>4.0.2</version>
</plugin>

Advertisement