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.8.1"   -DinteractiveMode=false 

Details about maven archetype quickstart-webapp

License

License

GroupId

GroupId

org.apache.axis2.archetype
ArtifactId

ArtifactId

quickstart-webapp
Version

Version

1.8.1
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
Source Code Management

Source Code Management

https://gitbox.apache.org/repos/asf?p=axis-axis2-java-core.git;a=summary/modules/tool/archetype/quickstart-webapp

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.8.1 -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.