MVN

io.tesla.maven.plugins : tesla-plugin-plugin

Maven & Gradle

Oct 23, 2013

Tesla Plugin Plugin · The Plugin Plugin is used to create a Maven plugin descriptor for any Mojo's found in the source tree, to include in the JAR. It is also used to generate Xdoc files for the Mojos as well as for updating the plugin registry, the artifact metadata and a generic help goal.

<plugin>
    <groupId>io.tesla.maven.plugins</groupId>
    <artifactId>tesla-plugin-plugin</artifactId>
    <version>0.0.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.tesla.maven.plugins : tesla-plugin-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.0.5

All Versions

Choose a version of io.tesla.maven.plugins : tesla-plugin-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.0.x
tesla-plugin-plugin-0.0.5

How to add a plugin to Maven

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

<plugin>
    <groupId>io.tesla.maven.plugins</groupId>
    <artifactId>tesla-plugin-plugin</artifactId>
    <version>0.0.5</version>
</plugin>