How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.efaps</groupId>
<artifactId>efaps-maven-plugin</artifactId>
<version>4.2.0</version>
</plugin>
Choose a version of org.efaps : efaps-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
4.2.x |
efaps-maven-plugin-4.2.0
|
||
4.0.x |
efaps-maven-plugin-4.0.0-8.1.9.v20130131
|
||
3.1.x |
efaps-maven-plugin-3.1.0-8.1.8.v20121106
|
||
3.0.x |
efaps-maven-plugin-3.0.3-8.1.4.v20120524
|
||
efaps-maven-plugin-3.0.1-8.1.2.v20120308
|
|||
efaps-maven-plugin-3.0.0-8.1.2.v20120308
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.efaps</groupId>
<artifactId>efaps-maven-plugin</artifactId>
<version>4.2.0</version>
</plugin>
Advertisement