From b8f68c83af98bce498841cdfea529ccba9683014 Mon Sep 17 00:00:00 2001 From: Jens Pelzetter Date: Sun, 16 Aug 2020 10:10:53 +0200 Subject: [PATCH] Updated README and Jenkinsfile --- Jenkinsfile | 2 +- README.md | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1834ab2a2..0081a14b9 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -1,7 +1,7 @@ pipeline { agent any tools { - maven 'apache-maven-3.6.3' + maven 'apache-maven-3.6.0' } stages { stage('Build and Test') { diff --git a/README.md b/README.md index b414d0220..c99cffc42 100644 --- a/README.md +++ b/README.md @@ -93,6 +93,10 @@ datasource. At the moment only PostgreSQL is supported as database. The datasource configuration is provided by the `datasource.properties` file in the bundle directory. To create one copy the example file and adjust the settings. +You also have to create a wildfly.properties file which contains some settings +for the Wildfly server, for isntance the port the Wildfly server binds to. An +example file is provided. + ## Archetypes To install the archetypes in your local Maven repository run