Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
ProB Rodin Plugin
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
general
stups
ProB Rodin Plugin
Commits
1c5dc15c
Commit
1c5dc15c
authored
2 years ago
by
dgelessus
Browse files
Options
Downloads
Patches
Plain Diff
Try updating to Maven 3.3.9
parent
dbf8327e
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Pipeline
#99014
passed
2 years ago
Stage: build
Stage: deploy
Changes
1
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
.gitlab-ci.yml
+5
-5
5 additions, 5 deletions
.gitlab-ci.yml
with
5 additions
and
5 deletions
.gitlab-ci.yml
+
5
−
5
View file @
1c5dc15c
...
@@ -6,12 +6,12 @@ build:
...
@@ -6,12 +6,12 @@ build:
-
apt-get update
-
apt-get update
# perl provides shasum
# perl provides shasum
-
apt-get install --assume-yes curl perl
-
apt-get install --assume-yes curl perl
-
curl --location -o apache-maven-3.
2.5
-bin.tar.gz https://archive.apache.org/dist/maven/maven-3/3.
2.5
/binaries/apache-maven-3.
2.5
-bin.tar.gz
-
curl --location -o apache-maven-3.
3.9
-bin.tar.gz https://archive.apache.org/dist/maven/maven-3/3.
3.9
/binaries/apache-maven-3.
3.9
-bin.tar.gz
-
md5sum --quiet --check - <<< "
b2d88f02bd3a08a9df1f0b0126e
bd8
dc
*apache-maven-3.
2.5
-bin.tar.gz"
-
md5sum --quiet --check - <<< "
516923b3955b6035ba6b0a5b031f
bd8
b
*apache-maven-3.
3.9
-bin.tar.gz"
-
shasum --algorithm 1 --quiet --check - <<< "
41009327d5494e0e8970b25b77ffed8934cd7ca1
*apache-maven-3.
2.5
-bin.tar.gz"
-
shasum --algorithm 1 --quiet --check - <<< "
5b4c117854921b527ab6190615f9435da730ba05
*apache-maven-3.
3.9
-bin.tar.gz"
-
tar -zxvf apache-maven-3.
2.5
-bin.tar.gz
-
tar -zxvf apache-maven-3.
3.9
-bin.tar.gz
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
-
export MAVEN_OPTS="-Xmx512m -XX:MaxPermSize=192m"
-
export M2_HOME=$PWD/apache-maven-3.
2.5
-
export M2_HOME=$PWD/apache-maven-3.
3.9
-
export PATH=$M2_HOME/bin:$PATH
-
export PATH=$M2_HOME/bin:$PATH
-
mvn --version
-
mvn --version
script
:
script
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment