MVN

fr.inria.gforge.spoon : spoon-maven-plugin

Maven & Gradle

Jul 14, 2023
16 stars

Spoon maven plugin · A maven plugin to run spoon on a target project.

<plugin>
    <groupId>fr.inria.gforge.spoon</groupId>
    <artifactId>spoon-maven-plugin</artifactId>
    <version>3.7</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of fr.inria.gforge.spoon : spoon-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.7

All Versions

Choose a version of fr.inria.gforge.spoon : spoon-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.7
spoon-maven-plugin-3.7
3.6
spoon-maven-plugin-3.6
3.5
spoon-maven-plugin-3.5
3.4.x
spoon-maven-plugin-3.4.2
spoon-maven-plugin-3.4.1
3.4
spoon-maven-plugin-3.4
3.3
spoon-maven-plugin-3.3
3.2
spoon-maven-plugin-3.2
3.1
spoon-maven-plugin-3.1
3.0
spoon-maven-plugin-3.0
2.8
spoon-maven-plugin-2.8
2.7
spoon-maven-plugin-2.7
2.5
spoon-maven-plugin-2.5
2.4.x
spoon-maven-plugin-2.4.1
2.4
spoon-maven-plugin-2.4
2.3
spoon-maven-plugin-2.3
2.2
spoon-maven-plugin-2.2
2.1
spoon-maven-plugin-2.1
2.0
spoon-maven-plugin-2.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>fr.inria.gforge.spoon</groupId>
    <artifactId>spoon-maven-plugin</artifactId>
    <version>3.7</version>
</plugin>

Advertisement