Create Java project with Maven archetype opentravel-ws-archetype

JiBX schema - schema-utilities parent

Create a Java Project by archetype opentravel-ws-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.jibx.schema.config"   -DarchetypeArtifactId="opentravel-ws-archetype"   -DarchetypeVersion="1.0.3"   -DinteractiveMode=false 

Details about maven archetype opentravel-ws-archetype

License

License

BSD
GroupId

GroupId

org.jibx.schema.config
ArtifactId

ArtifactId

opentravel-ws-archetype
Version

Version

1.0.3
Type

Type

maven-archetype
Description

Description

org.jibx.schema.org.opentravel._2011B.touractivity.ws.service-archetype
JiBX schema - schema-utilities parent
Project Organization

Project Organization

jibx.org

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.jibx.schema.config -DarchetypeArtifactId=opentravel-ws-archetype -DarchetypeVersion=1.0.3 -DinteractiveMode=false

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.8.2

Project Modules

There are no modules declared in this project.