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"