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.databinder</groupId>
<artifactId>data-app</artifactId>
<version>1.0</version>
</plugin>
Choose a version of net.databinder : data-app to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0 |
data-app-1.0
|
||
0.9 |
data-app-0.9
|
||
0.8 |
data-app-0.8
|
||
0.7 |
data-app-0.7
|
||
0.6 |
data-app-0.6
|
||
0.5 |
data-app-0.5
|
||
0.4 |
data-app-0.4
|
||
0.3 |
data-app-0.3
|
||
0.2 |
data-app-0.2
|
||
0.1 |
data-app-0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>net.databinder</groupId>
<artifactId>data-app</artifactId>
<version>1.0</version>
</plugin>
Advertisement