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.junithelper</groupId>
<artifactId>maven-junithelper-plugin</artifactId>
<version>1.12</version>
</plugin>
Choose a version of org.junithelper : maven-junithelper-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.12 |
maven-junithelper-plugin-1.12
|
||
1.11 |
maven-junithelper-plugin-1.11
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.junithelper</groupId>
<artifactId>maven-junithelper-plugin</artifactId>
<version>1.12</version>
</plugin>
Advertisement