MVN

net.sf.alchim : spoon-maven-plugin

Maven & Gradle

Apr 20, 2008

Spoon Maven Plugin · A maven plugin to use spoonlet(s) in a maven 2 build. Spoonlets (and dependencies) are downloaded if needed.

<plugin>
    <groupId>net.sf.alchim</groupId>
    <artifactId>spoon-maven-plugin</artifactId>
    <version>0.7.1</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.alchim : spoon-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 0.7.1

All Versions

Choose a version of net.sf.alchim : spoon-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
0.7.x
spoon-maven-plugin-0.7.1
0.7
spoon-maven-plugin-0.7
0.6.x
spoon-maven-plugin-0.6.1
0.6
spoon-maven-plugin-0.6
0.5
spoon-maven-plugin-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>net.sf.alchim</groupId>
    <artifactId>spoon-maven-plugin</artifactId>
    <version>0.7.1</version>
</plugin>