Create Java project with Maven archetype pricefx-starter

Archetype for creating new Pricefx configuration projects.

Create a Java Project by archetype pricefx-starter with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -Dgitignore="My-gitignore"   -Dgitattributes="My-gitattributes"   -DarchetypeGroupId="net.pricefx"   -DarchetypeArtifactId="pricefx-starter"   -DarchetypeVersion="1.1"   -DinteractiveMode=false 

Required parameters for generate java project:

gitignore
validationRegex: none
gitattributes
validationRegex: none

Details about maven archetype pricefx-starter

License

License

GroupId

GroupId

net.pricefx
ArtifactId

ArtifactId

pricefx-starter
Version

Version

1.1
Type

Type

maven-archetype
Description

Description

Archetype - pricefx-starter
Archetype for creating new Pricefx configuration projects.
Project URL

Project URL

https://pricefx.com
Project Organization

Project Organization

pricefx.com
Source Code Management

Source Code Management

https://gitlab.pricefx.eu/training/pricefx-starter

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=net.pricefx -DarchetypeArtifactId=pricefx-starter -DarchetypeVersion=1.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.