Skip to content
Snippets Groups Projects
Commit 469e31ee authored by Eskudero Gurrutxaga, Ibon's avatar Eskudero Gurrutxaga, Ibon
Browse files

added maven deploy with no javadoc

parent 1c86d3a5
Branches
No related tags found
No related merge requests found
deploy:
stage: deploy
image: $ACR_URL/maven:latest
tags:
- docker
script:
- cp $MAVEN_SETTINGS_XML $CI_PROJECT_DIR/.m2/settings.xml
- mvn $MAVEN_CLI_OPTS -f $POM_FILE -s $MAVEN_SETTINGS_XML clean $MAVEN_GENERATE_JAVADOC source:jar deploy
only:
- tags
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment