Create Java project with Maven archetype openl-simple-project-archetype

OpenL Tablets rules engine and related frameworks

Create a Java Project by archetype openl-simple-project-archetype with Command Line:

mvn archetype:generate   -DgroupId="com.mycompany.app"   -DartifactId="my-app-id"   -DarchetypeGroupId="org.openl.rules"   -DarchetypeArtifactId="openl-simple-project-archetype"   -DarchetypeVersion="5.26.0"   -DinteractiveMode=false 

Details about maven archetype openl-simple-project-archetype

License

License

GroupId

GroupId

org.openl.rules
ArtifactId

ArtifactId

openl-simple-project-archetype
Version

Version

5.26.0
Type

Type

maven-archetype
Description

Description

OpenL Simple Project archetype
OpenL Tablets rules engine and related frameworks
Project URL

Project URL

https://openl-tablets.org
Project Organization

Project Organization

OpenL Tablets

How to add to project

mvn archetype:generate -DgroupId=<com.mycompany.app> -DartifactId=<my-app>  -DarchetypeGroupId=org.openl.rules -DarchetypeArtifactId=openl-simple-project-archetype -DarchetypeVersion=5.26.0 -DinteractiveMode=false

Dependencies

test (4)

Group / Artifact Type Version
org.openl.rules : openl-maven-plugin jar 5.26.0
org.slf4j : slf4j-simple jar 1.7.36
junit : junit jar 4.13.2
org.mockito : mockito-core jar 4.4.0

Project Modules

There are no modules declared in this project.