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