MVN

org.apache.synapse : synapse-xar-maven-plugin

Maven & Gradle

May 04, 2023

Apache Synapse - XAR Maven Plugin · Maven 2 plugin to create Synapse extension archives

<plugin>
    <groupId>org.apache.synapse</groupId>
    <artifactId>synapse-xar-maven-plugin</artifactId>
    <version>3.0.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.synapse : synapse-xar-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.0.2

All Versions

Choose a version of org.apache.synapse : synapse-xar-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
synapse-xar-maven-plugin-3.0.2
synapse-xar-maven-plugin-3.0.1
synapse-xar-maven-plugin-3.0.0
2.1.x
synapse-xar-maven-plugin-2.1.0
2.0.x
synapse-xar-maven-plugin-2.0.0

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.apache.synapse</groupId>
    <artifactId>synapse-xar-maven-plugin</artifactId>
    <version>3.0.2</version>
</plugin>