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.cedarsoft.maven</groupId>
<artifactId>instrumentation-plugin</artifactId>
<version>1.1</version>
</plugin>
Choose a version of com.cedarsoft.maven : instrumentation-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.1 |
instrumentation-plugin-1.1
|
||
1.0.x |
instrumentation-plugin-1.0.2
|
||
instrumentation-plugin-1.0.0
|
|||
0.7.x |
instrumentation-plugin-0.7.2
|
||
instrumentation-plugin-0.7.1
|
|||
instrumentation-plugin-0.7.0
|
|||
0.6.x |
instrumentation-plugin-0.6.3
|
||
instrumentation-plugin-0.6.2
|
|||
instrumentation-plugin-0.6.1
|
|||
0.6 |
instrumentation-plugin-0.6
|
||
0.5 |
instrumentation-plugin-0.5
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.cedarsoft.maven</groupId>
<artifactId>instrumentation-plugin</artifactId>
<version>1.1</version>
</plugin>
Advertisement