How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.nec.webotx</groupId>
<artifactId>ms-uberjar-maven-plugin</artifactId>
<version>11.1</version>
</plugin>
Choose a version of com.nec.webotx : ms-uberjar-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
11.1 |
ms-uberjar-maven-plugin-11.1
|
||
10.4 |
ms-uberjar-maven-plugin-10.4
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.nec.webotx</groupId>
<artifactId>ms-uberjar-maven-plugin</artifactId>
<version>11.1</version>
</plugin>
Advertisement