Skip to content

Commit

Permalink
fix(gitpod): Creates the missing Maven local repository (#562)
Browse files Browse the repository at this point in the history
  • Loading branch information
gounthar authored Jan 2, 2025
1 parent de0f48a commit 67b3846
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitpod/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@

# Install dependencies and perform initial setup

# Run Maven clean install to ensure all project dependencies are correctly installed
# Run Maven install to ensure all project dependencies are correctly installed
# and the project is built successfully.
mvn clean install -DskipTests
mkdir -p /home/gitpod/.m2/repository && mvn install -DskipTests

# Create a directory for the test plugins and move into it. This directory will serve
# as a workspace for cloning and building Jenkins plugin repositories.
Expand Down

0 comments on commit 67b3846

Please sign in to comment.