Create Java project with Maven archetype coda-converter-archetype

A Maven Archetype for the generation of a Maven project for a new converter. This archetype can be used either in combination with the Maven command line (utilizing the goal archetype:generate) or inside any IDE suitably integrated with Maven.

Create a Java Project by archetype coda-converter-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DcontractName="My-contractName"   -DcontractURI="My-contractURI"   -DconverterName="My-converterName"   -DconverterURI="My-converterURI"   -DarchetypeGroupId="it.uniroma2.art.coda"   -DarchetypeArtifactId="coda-converter-archetype"   -DarchetypeVersion="1.7.6"   -DinteractiveMode=false 

Required parameters for generate java project:

contractName
validationRegex: none
contractURI
validationRegex: none
converterName
validationRegex: none
converterURI
validationRegex: none

Details about maven archetype coda-converter-archetype

License

License

GroupId

GroupId

it.uniroma2.art.coda
ArtifactId

ArtifactId

coda-converter-archetype
Version

Version

1.7.6
Type

Type

maven-archetype
Description

Description

Archetype of CODA converter projects
A Maven Archetype for the generation of a Maven project for a new converter. This archetype can be used either in combination with the Maven command line (utilizing the goal archetype:generate) or inside any IDE suitably integrated with Maven.
Project Organization

Project Organization

ART Group, University of Rome, Tor Vergata

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=it.uniroma2.art.coda -DarchetypeArtifactId=coda-converter-archetype -DarchetypeVersion=1.7.6 -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.