MVN

org.sonatype.tycho : target-platform-configuration

Maven & Gradle

Apr 17, 2011
2 usages

Tycho Target Platform Configuration Plugin

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

Latest Version

Choose a version of org.sonatype.tycho : target-platform-configuration to add to Maven - Latest Versions:

  • Latest Stable: 0.11.1

All Versions

Choose a version of org.sonatype.tycho : target-platform-configuration to add to Maven - All Versions:

Version Vulnerabilities Updated
0.11.x
target-platform-configuration-0.11.1
target-platform-configuration-0.11.0
0.10.x
target-platform-configuration-0.10.0
0.9.x
target-platform-configuration-0.9.0
0.8.x
target-platform-configuration-0.8.0
0.7.x
target-platform-configuration-0.7.0
0.6.x
target-platform-configuration-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>target-platform-configuration</artifactId>
    <version>0.11.1</version>
</plugin>

Advertisement