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.sergeybudnik</groupId>
<artifactId>smart.config</artifactId>
<version>3.7.0</version>
</plugin>
Choose a version of com.github.sergeybudnik : smart.config to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.7.x |
smart.config-3.7.0
|
||
3.6.x |
smart.config-3.6.1
|
||
smart.config-3.6.0
|
|||
3.5.x |
smart.config-3.5.0
|
||
3.4.x |
smart.config-3.4.1
|
||
smart.config-3.4.0
|
|||
3.2.x |
smart.config-3.2.1
|
||
smart.config-3.2.0
|
|||
3.1.x |
smart.config-3.1.0
|
||
3.0.x |
smart.config-3.0.0
|
||
2.0.x |
smart.config-2.0.1
|
||
smart.config-2.0.0
|
|||
1.0.x |
smart.config-1.0.6
|
||
smart.config-1.0.4
|
|||
smart.config-1.0.3
|
|||
smart.config-1.0.2
|
|||
smart.config-1.0.1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.github.sergeybudnik</groupId>
<artifactId>smart.config</artifactId>
<version>3.7.0</version>
</plugin>
Advertisement