Create Java project with Maven archetype maven-archetype-sipapp

Archetype providing a default layout to start building SIP Servlets Applications.

Create a Java Project by archetype maven-archetype-sipapp with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.mobicents.servlet.sip.archetypes"   -DarchetypeArtifactId="maven-archetype-sipapp"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Details about maven archetype maven-archetype-sipapp

License

License

GroupId

GroupId

org.mobicents.servlet.sip.archetypes
ArtifactId

ArtifactId

maven-archetype-sipapp
Version

Version

1.1
Type

Type

maven-archetype
Description

Description

SIP Servlets Application Archetype
Archetype providing a default layout to start building SIP Servlets Applications.
Project URL

Project URL

https://code.google.com/p/sipservlets.archetypes
Source Code Management

Source Code Management

https://code.google.com/p/sipservlets.archetypes/

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.mobicents.servlet.sip.archetypes -DarchetypeArtifactId=maven-archetype-sipapp -DarchetypeVersion=1.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.