How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.apigee.trireme</groupId>
<artifactId>rhino-compiler</artifactId>
<version>0.9.4</version>
</plugin>
Choose a version of io.apigee.trireme : rhino-compiler to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
0.9.x |
rhino-compiler-0.9.4
|
||
rhino-compiler-0.9.3
|
|||
rhino-compiler-0.9.2
|
|||
rhino-compiler-0.9.1
|
|||
rhino-compiler-0.9.0
|
|||
0.8.x |
rhino-compiler-0.8.9
|
||
rhino-compiler-0.8.8
|
|||
rhino-compiler-0.8.7
|
|||
rhino-compiler-0.8.6
|
|||
rhino-compiler-0.8.5.1
|
|||
rhino-compiler-0.8.5
|
|||
rhino-compiler-0.8.4
|
|||
rhino-compiler-0.8.3
|
|||
rhino-compiler-0.8.2
|
|||
rhino-compiler-0.8.1
|
|||
rhino-compiler-0.8.0
|
|||
0.7.x |
rhino-compiler-0.7.5
|
||
rhino-compiler-0.7.4
|
|||
rhino-compiler-0.7.3
|
|||
rhino-compiler-0.7.2
|
|||
rhino-compiler-0.7.1
|
|||
rhino-compiler-0.7.0
|
|||
0.6.x |
rhino-compiler-0.6.9
|
||
rhino-compiler-0.6.8
|
|||
rhino-compiler-0.6.7
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>io.apigee.trireme</groupId>
<artifactId>rhino-compiler</artifactId>
<version>0.9.4</version>
</plugin>
Advertisement