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
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:
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
The text was updated successfully, but these errors were encountered:
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-coreWhen 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
The text was updated successfully, but these errors were encountered: