Update .forgejo/workflows/release.yml
This commit is contained in:
parent
f6267abdd5
commit
d1801774c0
1 changed files with 2 additions and 2 deletions
|
@ -84,8 +84,8 @@ jobs:
|
|||
echo "Disk usage:"
|
||||
du -sh ~/.m2/repository || echo "No .m2 directory found"
|
||||
echo " "
|
||||
echo "BUILD Outputs ************************* (without clean in : mvn clean package ...) "
|
||||
mvn package -Pprod -DskipTests -Dmaven.download.parallel=false -Dmaven.repo.local=/root/.m2/repository -s .forgejo/workflows/ci-settings.xml
|
||||
echo "BUILD Outputs ************************* (with mvn -X) "
|
||||
mvn -X clean package -Pprod -DskipTests -Dmaven.download.parallel=false -Dmaven.repo.local=/root/.m2/repository -s .forgejo/workflows/ci-settings.xml
|
||||
container:
|
||||
image: maven:3.9-eclipse-temurin-17
|
||||
volumes:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue