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.unit8.waitt</groupId>
<artifactId>waitt-maven-plugin</artifactId>
<version>1.2.3</version>
</plugin>
Choose a version of net.unit8.waitt : waitt-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
waitt-maven-plugin-1.3.0-beta1
|
||
1.2.x |
waitt-maven-plugin-1.2.3
|
||
waitt-maven-plugin-1.2.2
|
|||
waitt-maven-plugin-1.2.1
|
|||
waitt-maven-plugin-1.2.0
|
|||
1.1.x |
waitt-maven-plugin-1.1.0
|
||
1.0.x |
waitt-maven-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.unit8.waitt</groupId>
<artifactId>waitt-maven-plugin</artifactId>
<version>1.2.3</version>
</plugin>
Advertisement