Create Java project with Maven archetype udf-archetype

Parent for the archtype projects

Create a Java Project by archetype udf-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dudf-name="My-udf-name"   -Dmethod-name="My-method-name"   -Dreturn-type="My-return-type"   -Dmethod-args="My-method-args"   -Dteiid-version="My-teiid-version"   -DarchetypeGroupId="org.teiid.arche-types"   -DarchetypeArtifactId="udf-archetype"   -DarchetypeVersion="12.0.0"   -DinteractiveMode=false 

Required parameters for generate java project:

udf-name
validationRegex: none
method-name
validationRegex: none
return-type
validationRegex: none
method-args
validationRegex: none
teiid-version
validationRegex: none

Details about maven archetype udf-archetype

License

License

GroupId

GroupId

org.teiid.arche-types
ArtifactId

ArtifactId

udf-archetype
Version

Version

12.0.0
Type

Type

maven-archetype
Description

Description

Parent for the archtype projects

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.teiid.arche-types -DarchetypeArtifactId=udf-archetype -DarchetypeVersion=12.0.0 -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.