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.portal</groupId>
<artifactId>maven-uportal-plugin</artifactId>
<version>1.0.0-M4</version>
</plugin>
Choose a version of org.jasig.portal : maven-uportal-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.0.x |
maven-uportal-plugin-1.0.0-M4
|
||
maven-uportal-plugin-1.0.0-M3
|
|||
maven-uportal-plugin-1.0.0-M2
|
|||
maven-uportal-plugin-1.0.0-M1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.jasig.portal</groupId>
<artifactId>maven-uportal-plugin</artifactId>
<version>1.0.0-M4</version>
</plugin>
Advertisement