Update .gitlab-ci.yml file
This commit is contained in:
@@ -10,8 +10,10 @@ build-job:
|
|||||||
stage: maven_build
|
stage: maven_build
|
||||||
image: maven:3.9.8-amazoncorretto-21-al2023
|
image: maven:3.9.8-amazoncorretto-21-al2023
|
||||||
script:
|
script:
|
||||||
- cat /root/.m2/settings.xml
|
- mvn dependency:tree
|
||||||
|
- echo ---------------------------------
|
||||||
- mvn help:effective-settings
|
- mvn help:effective-settings
|
||||||
|
- echo ---------------------------------
|
||||||
#- curl -v https://repo.spring.io/snapshot
|
#- curl -v https://repo.spring.io/snapshot
|
||||||
- echo "Building the project..."
|
- echo "Building the project..."
|
||||||
- mvn clean install -o -DskipTests
|
- mvn clean install -o -DskipTests
|
||||||
|
|||||||
Reference in New Issue
Block a user