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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаit.uniroma2.art.coda |
| Идентификатор | Идентификаторcoda-converter-archetype |
| Версия | Версия1.7.6 |
| Тип | Типmaven-archetype |
| Описание |
Описание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.
|
| Организация-разработчик |
Организация-разработчик |
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