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.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.8.3</version>
</plugin>
Choose a version of com.zenjava : javafx-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.8.x |
javafx-maven-plugin-8.8.3
|
||
javafx-maven-plugin-8.8.2
|
|||
javafx-maven-plugin-8.8.1
|
|||
javafx-maven-plugin-8.8.0
|
|||
8.7.x |
javafx-maven-plugin-8.7.0
|
||
8.6.x |
javafx-maven-plugin-8.6.0
|
||
8.5.x |
javafx-maven-plugin-8.5.0
|
||
8.4.x |
javafx-maven-plugin-8.4.0
|
||
8.3.x |
javafx-maven-plugin-8.3.0
|
||
8.2.x |
javafx-maven-plugin-8.2.0
|
||
8.1.x |
javafx-maven-plugin-8.1.5
|
||
javafx-maven-plugin-8.1.4
|
|||
javafx-maven-plugin-8.1.3
|
|||
javafx-maven-plugin-8.1.2
|
|||
javafx-maven-plugin-8.1.1
|
|||
javafx-maven-plugin-8.1.0
|
|||
2.0 |
javafx-maven-plugin-2.0
|
||
1.5 |
javafx-maven-plugin-1.5
|
||
1.4 |
javafx-maven-plugin-1.4
|
||
1.3 |
javafx-maven-plugin-1.3
|
||
1.2 |
javafx-maven-plugin-1.2
|
||
1.1 |
javafx-maven-plugin-1.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.zenjava</groupId>
<artifactId>javafx-maven-plugin</artifactId>
<version>8.8.3</version>
</plugin>
Advertisement