How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.jflex</groupId>
<artifactId>maven-jflex-plugin</artifactId>
<version>1.4.3-r1</version>
</plugin>
Choose a version of de.jflex : maven-jflex-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
maven-jflex-plugin-1.4.3-r1
|
||
maven-jflex-plugin-1.4.3
|
|||
maven-jflex-plugin-1.4.2-r1
|
|||
maven-jflex-plugin-1.4.2
|
|||
1.0 |
maven-jflex-plugin-1.0
|
||
0.3 |
maven-jflex-plugin-0.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.jflex</groupId>
<artifactId>maven-jflex-plugin</artifactId>
<version>1.4.3-r1</version>
</plugin>
Advertisement