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>
Choose a version of com.github.zaplatynski : fsm-packagetype to add to Maven - Latest 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
|
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