repositoties added

This commit is contained in:
Sumedh
2024-08-14 19:51:23 +00:00
parent 8aa33936bc
commit ae4f41bf92
2 changed files with 17 additions and 14 deletions

View File

@@ -10,11 +10,6 @@ build-job:
stage: maven_build
image: maven:3.9.8-amazoncorretto-21-al2023
script:
- mvn dependency:tree
- echo ---------------------------------
- mvn help:effective-settings
- echo ---------------------------------
#- curl -v https://repo.spring.io/snapshot
- echo "Building the project..."
- mvn clean install -DskipTests
- ls target/*.jar