MVN

org.acplt.remotetea : remotetea-maven-plugin

Maven & Gradle

Jan 31, 2023

Remote Tea : ONC/RPC Maven plugin · A Maven Plugin providing access to the source generator (jrpcgen) in the Maven life cycle phase 'generate-sources'.

<plugin>
    <groupId>org.acplt.remotetea</groupId>
    <artifactId>remotetea-maven-plugin</artifactId>
    <version>1.1.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.acplt.remotetea : remotetea-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.1.5

All Versions

Choose a version of org.acplt.remotetea : remotetea-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.1.x
remotetea-maven-plugin-1.1.5
remotetea-maven-plugin-1.1.4
remotetea-maven-plugin-1.1.3
remotetea-maven-plugin-1.1.2
remotetea-maven-plugin-1.1.1

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.acplt.remotetea</groupId>
    <artifactId>remotetea-maven-plugin</artifactId>
    <version>1.1.5</version>
</plugin>