MVN

org.apache.axis2 : simple-server-maven-plugin

Maven & Gradle

Jul 13, 2022

Apache Axis2 Simple HTTP server Maven Plugin · The Axis2 Plugin for Maven that allows to run simple HTTP server.

<plugin>
    <groupId>org.apache.axis2</groupId>
    <artifactId>simple-server-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.axis2 : simple-server-maven-plugin to add to Maven - Latest Versions:

  • Latest Stable: 1.8.2

All Versions

Choose a version of org.apache.axis2 : simple-server-maven-plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
1.8.x
simple-server-maven-plugin-1.8.2
simple-server-maven-plugin-1.8.1
simple-server-maven-plugin-1.8.0
1.7.x
simple-server-maven-plugin-1.7.9
simple-server-maven-plugin-1.7.8
simple-server-maven-plugin-1.7.7
simple-server-maven-plugin-1.7.6
simple-server-maven-plugin-1.7.5
simple-server-maven-plugin-1.7.4
simple-server-maven-plugin-1.7.3
simple-server-maven-plugin-1.7.2
simple-server-maven-plugin-1.7.1
simple-server-maven-plugin-1.7.0
1.6.x
simple-server-maven-plugin-1.6.4

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.axis2</groupId>
    <artifactId>simple-server-maven-plugin</artifactId>
    <version>1.8.2</version>
</plugin>