MVN

com.github.zaplatynski : fsm-packagetype

Maven & Gradle

May 08, 2017
4 stars

FSM Maven Package Type · A simple approach to a Maven package type for FirstSpirit modules

<plugin>
    <groupId>com.github.zaplatynski</groupId>
    <artifactId>fsm-packagetype</artifactId>
    <version>2.3.0</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.zaplatynski : fsm-packagetype to add to Maven - Latest Versions:

  • Latest Stable: 2.3.0

All Versions

Choose a version of com.github.zaplatynski : fsm-packagetype to add to Maven - All Versions:

Version Vulnerabilities Updated
2.3.x
fsm-packagetype-2.3.0
2.2.x
fsm-packagetype-2.2.1
fsm-packagetype-2.2.0
2.1.x
fsm-packagetype-2.1.2
fsm-packagetype-2.1.1
2.1
fsm-packagetype-2.1
2.0
fsm-packagetype-2.0
1.0
fsm-packagetype-1.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>com.github.zaplatynski</groupId>
    <artifactId>fsm-packagetype</artifactId>
    <version>2.3.0</version>
</plugin>

Advertisement