How to add a plugin to Maven
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.perforce</groupId>
<artifactId>p4maven-mojo</artifactId>
<version>2011.1.297684</version>
</plugin>
Choose a version of com.perforce : p4maven-mojo to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
2011.1.x |
p4maven-mojo-2011.1.297684
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>com.perforce</groupId>
<artifactId>p4maven-mojo</artifactId>
<version>2011.1.297684</version>
</plugin>
Advertisement