Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Be able to use custom POM name in “Artifactory release management” #947

Open
HarelYoav opened this issue Aug 11, 2024 · 0 comments
Open
Labels
feature request New feature or request

Comments

@HarelYoav
Copy link

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.

@HarelYoav HarelYoav added the feature request New feature or request label Aug 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant