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