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.israfil.mojo</groupId>
<artifactId>maven-flex2-plugin</artifactId>
<version>1.3</version>
</plugin>
Choose a version of net.israfil.mojo : maven-flex2-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
maven-flex2-plugin-1.3
|
||
1.2 |
maven-flex2-plugin-1.2
|
||
1.1 |
maven-flex2-plugin-1.1
|
||
1.0 |
maven-flex2-plugin-1.0
|
||
maven-flex2-plugin-1.0-alpha-2
|
|||
maven-flex2-plugin-1.0-alpha-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.israfil.mojo</groupId>
<artifactId>maven-flex2-plugin</artifactId>
<version>1.3</version>
</plugin>
Advertisement