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.datathings</groupId>
<artifactId>greycat-mavenplugin</artifactId>
<version>10</version>
</plugin>
Choose a version of com.datathings : greycat-mavenplugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
10 |
greycat-mavenplugin-10
|
||
9 |
greycat-mavenplugin-9
|
||
8.4 |
greycat-mavenplugin-8.4
|
||
8.3 |
greycat-mavenplugin-8.3
|
||
8.2 |
greycat-mavenplugin-8.2
|
||
8.1 |
greycat-mavenplugin-8.1
|
||
8 |
greycat-mavenplugin-8
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.datathings</groupId>
<artifactId>greycat-mavenplugin</artifactId>
<version>10</version>
</plugin>
Advertisement