How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jspc-maven-plugin</artifactId>
<version>1.4.6</version>
</plugin>
Choose a version of org.codehaus.mojo : jspc-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
jspc-maven-plugin-1.4.6
|
||
jspc-maven-plugin-1.4.5
|
|||
jspc-maven-plugin-1.4.4
|
|||
jspc-maven-plugin-1.4.3
|
|||
jspc-maven-plugin-1.4.2
|
|||
jspc-maven-plugin-1.4.1
|
|||
1.4 |
jspc-maven-plugin-1.4
|
||
1.3 |
jspc-maven-plugin-1.3
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.mojo</groupId>
<artifactId>jspc-maven-plugin</artifactId>
<version>1.4.6</version>
</plugin>
Advertisement