From d5afd72f9c0d6e178311ac8ecda4b3ecbb718ff4 Mon Sep 17 00:00:00 2001 From: "stjepan.cvitanovic" Date: Wed, 11 Jun 2025 12:54:28 +0200 Subject: [PATCH] Update .github/workflows/maven-publish.yml Dodano -DpomFile=pom.xml -DgeneratePom=false na upload u nexus snapshot repo --- .github/workflows/maven-publish.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/maven-publish.yml b/.github/workflows/maven-publish.yml index 09c8e1d..bb6ec43 100644 --- a/.github/workflows/maven-publish.yml +++ b/.github/workflows/maven-publish.yml @@ -118,7 +118,7 @@ jobs: -Durl=https://devops.pravilanovait.hr/nexus/repository/maven-snapshots \ -Dpackaging=$PACKAGING -DgroupId=$GROUP_ID -DartifactId=$ARTIFACT_ID \ -Dversion=$VERSION -DrepositoryId=local-nexus \ - -Dfile=target/$FINAL_NAME.$PACKAGING + -Dfile=target/$FINAL_NAME.$PACKAGING -DpomFile=pom.xml -DgeneratePom=false fi else echo "Version $VERSION is not snapshot version, not uploading to local-nexus snapshots"