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
What problem are you trying to solve? Why? Or describe the use case.
When the same project should built differently for each OS type (Windows, RHEL 8), we are using a different POM file for each build.
Currently in Maven Project, the “Artifactory release management” does not have the option to specify custom POM name, and when creating a “RELEASE” the job is failed as it is trying to locate “pom.xml” and not the Root POM name under the “Build”
[RELEASE] Chֹanging POMs to release version ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker (https://jenkins.io/redirect/report-an-issue). java.lang.IllegalArgumentException: Couldn't find pom file: /var/lib/jenkins/workspace/maven-project/pom.xml
Feature description:
Add the option to specify a custom POM name in the “Artifactory release management” section, or use the Root POM name that is already specified under the build section.
What is the expected behavior?
The RELEASE should be able to locate the custom POM name.
The text was updated successfully, but these errors were encountered:
What problem are you trying to solve? Why? Or describe the use case.
When the same project should built differently for each OS type (Windows, RHEL 8), we are using a different POM file for each build.
Currently in Maven Project, the “Artifactory release management” does not have the option to specify custom POM name, and when creating a “RELEASE” the job is failed as it is trying to locate “pom.xml” and not the Root POM name under the “Build”
[RELEASE] Chֹanging POMs to release version ERROR: Processing failed due to a bug in the code. Please report this to the issue tracker (https://jenkins.io/redirect/report-an-issue). java.lang.IllegalArgumentException: Couldn't find pom file: /var/lib/jenkins/workspace/maven-project/pom.xml
Feature description:
Add the option to specify a custom POM name in the “Artifactory release management” section, or use the Root POM name that is already specified under the build section.
What is the expected behavior?
The RELEASE should be able to locate the custom POM name.
The text was updated successfully, but these errors were encountered: