How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>se.kth.castor</groupId>
<artifactId>sorald</artifactId>
<version>0.8.5</version>
</plugin>
Choose a version of se.kth.castor : sorald to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.8.x |
sorald-0.8.5
|
||
sorald-0.8.4
|
|||
sorald-0.8.3
|
|||
sorald-0.8.2
|
|||
sorald-0.8.1
|
|||
sorald-0.8.0
|
|||
0.7.x |
sorald-0.7.3
|
||
sorald-0.7.2
|
|||
sorald-0.7.1
|
|||
sorald-0.7.0
|
|||
0.6.x |
sorald-0.6.0
|
||
0.5.x |
sorald-0.5.0
|
||
0.4.x |
sorald-0.4.1
|
||
sorald-0.4.0
|
|||
0.3.x |
sorald-0.3.0
|
||
0.2.x |
sorald-0.2.0
|
||
0.1.x |
sorald-0.1.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>se.kth.castor</groupId>
<artifactId>sorald</artifactId>
<version>0.8.5</version>
</plugin>
Advertisement