How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>StubGenerator</artifactId>
<version>8.2</version>
</plugin>
Choose a version of int.esa.ccsds.mo : StubGenerator to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
8.2 |
StubGenerator-8.2
|
||
8.1 |
StubGenerator-8.1
|
||
8.0 |
StubGenerator-8.0
|
||
1.7 |
StubGenerator-1.7
|
||
1.5 |
StubGenerator-1.5
|
||
1.4 |
StubGenerator-1.4
|
||
1.3 |
StubGenerator-1.3
|
||
1.2 |
StubGenerator-1.2
|
||
1.1 |
StubGenerator-1.1
|
||
1.0 |
StubGenerator-1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>int.esa.ccsds.mo</groupId>
<artifactId>StubGenerator</artifactId>
<version>8.2</version>
</plugin>
Advertisement