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.apache.sling</groupId>
<artifactId>maven-jspc-plugin</artifactId>
<version>2.0.8</version>
</plugin>
Choose a version of org.apache.sling : maven-jspc-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2.0.x |
maven-jspc-plugin-2.0.8
|
||
maven-jspc-plugin-2.0.6
|
|||
maven-jspc-plugin-2.0.4-incubator
|
|||
maven-jspc-plugin-2.0.2-incubator
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.apache.sling</groupId>
<artifactId>maven-jspc-plugin</artifactId>
<version>2.0.8</version>
</plugin>
Advertisement