You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am running a Jenkins job for a maven project using the JFrog Jenkins plugin to deploy properties for each artifact. This works fine when using the Maven deploy plugin. When performing a Maven release the properties are not set for each artifact in Artifactory. I am using the wrapper:
The build completes successfully and the artifact is released to Maven release repository (dev-release-local), but the custom properties are not set in Artifactory. However, when I manually set the pom version to a non-SNAPSHOT version (1.0) in the project and use jf(['mvn', 'deploy', '-Ddeploy.testProp=prop')], the build finishes successfully and the artifact is published to dev-release-local with the custom properties set in Artifactory. Is there an issue with how I am implementing the JFrog wrapper during a Maven release? Or is the functionality of setting custom properties during the Maven release:perform goal not properly implemented or supported?
JFrog CLI Version: 2.56.1
The text was updated successfully, but these errors were encountered:
I am running a Jenkins job for a maven project using the JFrog Jenkins plugin to deploy properties for each artifact. This works fine when using the Maven deploy plugin. When performing a Maven release the properties are not set for each artifact in Artifactory. I am using the wrapper:
The build completes successfully and the artifact is released to Maven release repository (dev-release-local), but the custom properties are not set in Artifactory. However, when I manually set the pom version to a non-SNAPSHOT version (1.0) in the project and use jf(['mvn', 'deploy', '-Ddeploy.testProp=prop')], the build finishes successfully and the artifact is published to dev-release-local with the custom properties set in Artifactory. Is there an issue with how I am implementing the JFrog wrapper during a Maven release? Or is the functionality of setting custom properties during the Maven release:perform goal not properly implemented or supported?
JFrog CLI Version: 2.56.1
The text was updated successfully, but these errors were encountered: