Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
NeqModPlus
Indriya P2
Commits
53426790
Commit
53426790
authored
Apr 04, 2022
by
Kai-Holger Brassel
Browse files
Use correct maven goal
parent
8a05b950
Pipeline
#6091
failed with stage
in 20 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
53426790
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment