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.sakaiproject.maven.plugins</groupId>
<artifactId>sakai</artifactId>
<version>1.4.5</version>
</plugin>
Choose a version of org.sakaiproject.maven.plugins : sakai to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4.x |
sakai-1.4.5
|
||
sakai-1.4.4
|
|||
sakai-1.4.3
|
|||
sakai-1.4.2
|
|||
sakai-1.4.1
|
|||
sakai-1.4.0
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.sakaiproject.maven.plugins</groupId>
<artifactId>sakai</artifactId>
<version>1.4.5</version>
</plugin>
Advertisement