MVN

org.eclipse.tycho : tycho-gpg-plugin

Maven & Gradle

Aug 21, 2023
150 stars

Tycho GPG plugin · A plugin to produce GPG signatures for p2 artifacts

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

Latest Version

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

  • Latest Stable: 4.0.2

All Versions

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

Version Vulnerabilities Updated
4.0.x
tycho-gpg-plugin-4.0.2
tycho-gpg-plugin-4.0.1
tycho-gpg-plugin-4.0.0
3.0.x
tycho-gpg-plugin-3.0.5
tycho-gpg-plugin-3.0.4
tycho-gpg-plugin-3.0.3
tycho-gpg-plugin-3.0.2
tycho-gpg-plugin-3.0.1
tycho-gpg-plugin-3.0.0
2.7.x
tycho-gpg-plugin-2.7.5
tycho-gpg-plugin-2.7.4
tycho-gpg-plugin-2.7.3
tycho-gpg-plugin-2.7.2
tycho-gpg-plugin-2.7.1
tycho-gpg-plugin-2.7.0
2.6.x
tycho-gpg-plugin-2.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.eclipse.tycho</groupId>
    <artifactId>tycho-gpg-plugin</artifactId>
    <version>4.0.2</version>
</plugin>

Advertisement