Create Java project with Maven archetype exadatum-travis-sonatype-archetype

An archetype to generate exadatum open source module to be deployed to maven central via travis CI and sonatype

Create a Java Project by archetype exadatum-travis-sonatype-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="com.exadatum.xsuite.xmaven"   -DarchetypeArtifactId="exadatum-travis-sonatype-archetype"   -DarchetypeVersion="1.0.4"   -DinteractiveMode=false 

Details about maven archetype exadatum-travis-sonatype-archetype

License

License

GroupId

GroupId

com.exadatum.xsuite.xmaven
ArtifactId

ArtifactId

exadatum-travis-sonatype-archetype
Version

Version

1.0.4
Type

Type

maven-archetype
Description

Description

Exadatum Travis Sonatype Archetype
An archetype to generate exadatum open source module to be deployed to maven central via travis CI and sonatype
Project Organization

Project Organization

Exadatum Software Services Pvt. Ltd.

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=com.exadatum.xsuite.xmaven -DarchetypeArtifactId=exadatum-travis-sonatype-archetype -DarchetypeVersion=1.0.4 -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.