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.berlios.jsunit</groupId>
<artifactId>jsunit-maven2-plugin</artifactId>
<version>1.3</version>
</plugin>
Choose a version of de.berlios.jsunit : jsunit-maven2-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3 |
jsunit-maven2-plugin-1.3
|
||
jsunit-maven2-plugin-1.3-RC1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>de.berlios.jsunit</groupId>
<artifactId>jsunit-maven2-plugin</artifactId>
<version>1.3</version>
</plugin>
Advertisement