Create Java project with Maven archetype quickstart-webapp

Maven archetype for creating a Axis2 web Service as a webapp

Create a Java Project by archetype quickstart-webapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.apache.axis2.archetype"   -DarchetypeArtifactId="quickstart-webapp"   -DarchetypeVersion="1.7.9"   -DinteractiveMode=false 

Details about maven archetype quickstart-webapp

License

License

GroupId

GroupId

org.apache.axis2.archetype
ArtifactId

ArtifactId

quickstart-webapp
Version

Version

1.7.9
Type

Type

maven-archetype
Description

Description

Axis2 quickstart-web archetype
Maven archetype for creating a Axis2 web Service as a webapp
Project Organization

Project Organization

The Apache Software Foundation

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.apache.axis2.archetype -DarchetypeArtifactId=quickstart-webapp -DarchetypeVersion=1.7.9 -DinteractiveMode=false

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.