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
Problem Description:
When using the Artifactory Maven plugin we could notice that the Build Object name is not getting updated properly in Artifactory.
Updated the pom.xml file of the contextUrl with Artifactory URL(http://artifactoryurlport/artifactory) and changed the artifactid as multi-test ,build name as ${project.artifactId}-${project.version} where Build Name will come as project artifactid with the project version.
CD to the project directory and run mvn deploy -Dusername=admin -Dpassword=password -Dbuildnumber=4.
After the Build is successful we could see that the build object in the Artifactory UI is not updated correctly and showing as multi1-2.17-SNAPSHOT instead of multi-test:2.17-SNAPSHOT since my artifact id is “multi-test”.
I have also attached the screenshots for your [http://g.recordit.co/xWKEKUIjeP.gif]
Expected behavior:
When there is a modification performed on the artifact id in the pom.xml the build object name also should be updated accordingly using Maven Artifactory Plugin in Artifactory.
Workaround:
No
Customer pain level: 1 (Low)
The text was updated successfully, but these errors were encountered:
Problem Description:
When using the Artifactory Maven plugin we could notice that the Build Object name is not getting updated properly in Artifactory.
Steps to reproduce:
I have also attached the screenshots for your [http://g.recordit.co/xWKEKUIjeP.gif]
Expected behavior:
When there is a modification performed on the artifact id in the pom.xml the build object name also should be updated accordingly using Maven Artifactory Plugin in Artifactory.
Workaround:
No
Customer pain level: 1 (Low)
The text was updated successfully, but these errors were encountered: