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.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
Choose a version of org.codehaus.xsite : xsite-maven-plugin to add to Maven - Latest Versions:
Version | Vulnerabilities | Updated | |
---|---|---|---|
1.4 |
xsite-maven-plugin-1.4
|
||
1.3 |
xsite-maven-plugin-1.3
|
||
1.2.x |
xsite-maven-plugin-1.2.3
|
||
xsite-maven-plugin-1.2.2
|
|||
xsite-maven-plugin-1.2.1
|
|||
1.2 |
xsite-maven-plugin-1.2
|
||
1.1.x |
xsite-maven-plugin-1.1.2
|
||
xsite-maven-plugin-1.1.1
|
|||
1.1 |
xsite-maven-plugin-1.1
|
||
1.0 |
xsite-maven-plugin-1.0
|
||
xsite-maven-plugin-1.0-beta-9
|
|||
xsite-maven-plugin-1.0-beta-8
|
|||
xsite-maven-plugin-1.0-beta-7
|
|||
xsite-maven-plugin-1.0-beta-6
|
|||
xsite-maven-plugin-1.0-beta-5
|
|||
xsite-maven-plugin-1.0-beta-4
|
|||
xsite-maven-plugin-1.0-beta-3
|
|||
xsite-maven-plugin-1.0-beta-2
|
|||
xsite-maven-plugin-1.0-beta-1
|
Add the maven plugin to the pom.xml
file information in this tag as follows:
<plugin>
<groupId>org.codehaus.xsite</groupId>
<artifactId>xsite-maven-plugin</artifactId>
<version>1.4</version>
</plugin>
Advertisement