Updated README and Jenkinsfile

ccm-docs
Jens Pelzetter 2020-08-16 10:10:53 +02:00
parent a9babd2ceb
commit b8f68c83af
2 changed files with 5 additions and 1 deletions

2
Jenkinsfile vendored
View File

@ -1,7 +1,7 @@
pipeline { pipeline {
agent any agent any
tools { tools {
maven 'apache-maven-3.6.3' maven 'apache-maven-3.6.0'
} }
stages { stages {
stage('Build and Test') { stage('Build and Test') {

View File

@ -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 datasource configuration is provided by the `datasource.properties` file in the
bundle directory. To create one copy the example file and adjust the settings. 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 ## Archetypes
To install the archetypes in your local Maven repository run To install the archetypes in your local Maven repository run