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
License |
License |
---|---|
GroupId | GroupIdit.uniroma2.art.coda |
ArtifactId | ArtifactIdcoda-converter-archetype |
Version | Version1.7.6 |
Type | Typemaven-archetype |
Description |
DescriptionArchetype 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 |
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