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.objectlab</groupId>
<artifactId>maven-qalab-plugin</artifactId>
<version>1.0</version>
</plugin>
Choose a version of net.objectlab : maven-qalab-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.1 |
maven-qalab-plugin-2.1
|
||
2.0 |
maven-qalab-plugin-2.0
|
||
1.0 |
maven-qalab-plugin-1.0
|
||
0.9.x |
maven-qalab-plugin-0.9.1
|
||
maven-qalab-plugin-0.9.0
|
|||
0.8.x |
maven-qalab-plugin-0.8.0
|
||
0.7.x |
maven-qalab-plugin-0.7.2
|
||
maven-qalab-plugin-0.7.1
|
|||
0.7 |
maven-qalab-plugin-0.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.objectlab</groupId>
<artifactId>maven-qalab-plugin</artifactId>
<version>1.0</version>
</plugin>
Advertisement