How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.mini2Dx</groupId>
<artifactId>artemis-odb-maven-plugin</artifactId>
<version>2.4.0</version>
</plugin>
Choose a version of org.mini2Dx : artemis-odb-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
artemis-odb-maven-plugin-2.4.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.mini2Dx</groupId>
<artifactId>artemis-odb-maven-plugin</artifactId>
<version>2.4.0</version>
</plugin>
Advertisement