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.github.wajda</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.44.0.0</version>
</plugin>
Choose a version of com.github.wajda : docker-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.44.x |
docker-maven-plugin-0.44.0.0
|
||
0.40.x |
docker-maven-plugin-0.40.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.wajda</groupId>
<artifactId>docker-maven-plugin</artifactId>
<version>0.44.0.0</version>
</plugin>
Advertisement