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

Maven multi-module build property issue #349

Open
jatheisenii opened this issue Jun 12, 2020 · 0 comments
Open

Maven multi-module build property issue #349

jatheisenii opened this issue Jun 12, 2020 · 0 comments
Labels
maven bug Create a report to help us improve

Comments

@jatheisenii
Copy link

We are using version 6.11.6 rev 61106900 of artifactory with version 3.5 of the maven artifactory plugin. We are doing standard maven build using clean deploy on the command line for a maven project that is a multi module project. When the artifacts get deployed, all artifacts have properties of build.name, build.version, build.number and my custom property that are all from the first module that is built from the project. For example:

My example pom:

4.0.0 example-parent com.example 3.2.0 com..example.multimodule multimodule 2.5.0-SNAPSHOT pom example-3rdparty-bom example-bom example-parent example-core

When this project is built, the artifacts that are uploaded, all of them have properties of build.name=example-3rdparty-bom and the version and number are all from that first module, not from the project itself, which in this case is: multimodule

@jatheisenii jatheisenii added the maven bug Create a report to help us improve label Jun 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
maven bug Create a report to help us improve
Projects
None yet
Development

No branches or pull requests

1 participant