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.jasig.maven</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.1.r1174614</version>
</plugin>
Choose a version of org.jasig.maven : maven-site-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
3.1.x |
maven-site-plugin-3.1.r1174614
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jasig.maven</groupId>
<artifactId>maven-site-plugin</artifactId>
<version>3.1.r1174614</version>
</plugin>
Advertisement