MVN

org.codehaus.xsite : xsite-maven-plugin

Maven & Gradle

Jan 27, 2021
2 stars

XSite Maven Plugin

<plugin>
    <groupId>org.codehaus.xsite</groupId>
    <artifactId>xsite-maven-plugin</artifactId>
    <version>1.4</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.xsite : xsite-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.4
  • Latest Beta: 1.0-beta-9

All Versions

Choose a version of org.codehaus.xsite : xsite-maven-plugin to add to Maven - All 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

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>

Advertisement