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.joda</groupId>
<artifactId>joda-beans-maven-plugin</artifactId>
<version>1.3.2</version>
</plugin>
Choose a version of org.joda : joda-beans-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.3.x |
joda-beans-maven-plugin-1.3.2
|
||
joda-beans-maven-plugin-1.3.1
|
|||
joda-beans-maven-plugin-1.3.0
|
|||
1.2.x |
joda-beans-maven-plugin-1.2.2
|
||
joda-beans-maven-plugin-1.2.1
|
|||
joda-beans-maven-plugin-1.2.0
|
|||
1.1 |
joda-beans-maven-plugin-1.1
|
||
1.0 |
joda-beans-maven-plugin-1.0
|
||
0.7.x |
joda-beans-maven-plugin-0.7.3
|
||
joda-beans-maven-plugin-0.7.2
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.joda</groupId>
<artifactId>joda-beans-maven-plugin</artifactId>
<version>1.3.2</version>
</plugin>
Advertisement