Commit 53426790 authored by Kai-Holger Brassel's avatar Kai-Holger Brassel
Browse files

Use correct maven goal

parent 8a05b950
Pipeline #6091 failed with stage
in 20 seconds
......@@ -8,7 +8,7 @@ pages:
image: maven:3.8.4-eclipse-temurin-17-alpine
script:
- mvn --version
- mvn clean install # build p2 repo
- mvn p2:site # build p2 repo
- rm -rf $RELEASE_DIR
- mkdir -p $RELEASE_DIR
- cp -r de.hft-stuttgart.indriya.p2site/target/repository/* $RELEASE_DIR
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment