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.nuiton.i18n</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<version>2.4.1</version>
</plugin>
Choose a version of org.nuiton.i18n : maven-i18n-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.4.x |
maven-i18n-plugin-2.4.1
|
||
2.4 |
maven-i18n-plugin-2.4
|
||
2.3.x |
maven-i18n-plugin-2.3.2
|
||
maven-i18n-plugin-2.3.1
|
|||
2.3 |
maven-i18n-plugin-2.3
|
||
2.2 |
maven-i18n-plugin-2.2
|
||
2.1 |
maven-i18n-plugin-2.1
|
||
2.0.x |
maven-i18n-plugin-2.0.1
|
||
2.0 |
maven-i18n-plugin-2.0
|
||
1.2.x |
maven-i18n-plugin-1.2.2
|
||
maven-i18n-plugin-1.2.1
|
|||
1.2 |
maven-i18n-plugin-1.2
|
||
1.1 |
maven-i18n-plugin-1.1
|
||
1.0.x |
maven-i18n-plugin-1.0.1
|
||
maven-i18n-plugin-1.0.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.nuiton.i18n</groupId>
<artifactId>maven-i18n-plugin</artifactId>
<version>2.4.1</version>
</plugin>
Advertisement