Create Java project with Maven archetype template-processing-service

Maven archetype for the generation of a GITB-compliant processing service.

Create a Java Project by archetype template-processing-service with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="eu.europa.ec.itb"   -DarchetypeArtifactId="template-processing-service"   -DarchetypeVersion="1.16.1"   -DinteractiveMode=false 

Details about maven archetype template-processing-service

License

License

GroupId

GroupId

eu.europa.ec.itb
ArtifactId

ArtifactId

template-processing-service
Version

Version

1.16.1
Type

Type

maven-archetype
Description

Description

eu.europa.ec.itb:template-processing-service
Maven archetype for the generation of a GITB-compliant processing service.
Project URL

Project URL

https://joinup.ec.europa.eu/solution/interoperability-test-bed/about
Source Code Management

Source Code Management

https://github.com/ISAITB/template-processing-service

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=eu.europa.ec.itb -DarchetypeArtifactId=template-processing-service -DarchetypeVersion=1.16.1 -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.