Skip to content
Snippets Groups Projects
Commit dc2d60c8 authored by Bernhard Johannes Berger's avatar Bernhard Johannes Berger
Browse files

Install core.plugins before building stuff.

parent e53a28d9
No related branches found
No related tags found
No related merge requests found
Pipeline #233179 failed
......@@ -31,6 +31,7 @@ variables:
# pom.xml to build
LANGUAGES_POM: "src/languages/de.evoal.languages.releng.parent/pom.xml"
EVOAL_POM: "src/core/de.evoal.releng.parent/pom.xml"
PLUGIN_POM: "src/core/de.evoal.core.plugin/pom.xml"
MIRROR_POM: "src/mirror/pom.xml"
#before_script:
......@@ -103,6 +104,7 @@ evoal:compile:
- docker
image: $EVOAL_IMAGE
script:
- mvn $MAVEN_CLI_OPTS -f $PLUGIN_POM install
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM compile
only:
changes:
......@@ -117,6 +119,7 @@ evoal:unit:
- docker
image: $EVOAL_IMAGE
script:
- mvn $MAVEN_CLI_OPTS -f $PLUGIN_POM install
- mvn $MAVEN_CLI_OPTS -f $EVOAL_POM verify
only:
changes:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment