MVN

org.sonatype.tycho : maven-tycho-plugin

Maven & Gradle

Apr 17, 2011
2 usages

Tycho Maven Plugin · The maven-tycho-plugin provides tools for integrating Maven, Eclipse and OSGi.

<plugin>
    <groupId>org.sonatype.tycho</groupId>
    <artifactId>maven-tycho-plugin</artifactId>
    <version>0.11.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.sonatype.tycho : maven-tycho-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.11.1

All Versions

Choose a version of org.sonatype.tycho : maven-tycho-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
maven-tycho-plugin-0.11.1
maven-tycho-plugin-0.11.0
0.10.x
maven-tycho-plugin-0.10.0
0.9.x
maven-tycho-plugin-0.9.0
0.8.x
maven-tycho-plugin-0.8.0
0.7.x
maven-tycho-plugin-0.7.0
0.6.x
maven-tycho-plugin-0.6.0

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.sonatype.tycho</groupId>
    <artifactId>maven-tycho-plugin</artifactId>
    <version>0.11.1</version>
</plugin>