parent
59aeeb1577
commit
131fab6346
|
|
@ -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') {
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue