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.messapix.ftatr.jfxmobile</groupId>
<artifactId>jfxmobile-maven-plugin</artifactId>
<version>1.0.0-b2</version>
</plugin>