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
When I have a pom.xml that has dependencies declared (see example below) and I run the mvn artifactory:publish -Dpublish.record.all.dependencies=true (with the other required flags enabled too)
it is not adding the dependencies to the buildInfo record in artifactory.
Note: I tested this with 3.6.0, 3.6.1, and 3.6.2 of the build-info plugin and none of them seem to work.
Describe the bug
When I have a pom.xml that has dependencies declared (see example below) and I run the
mvn artifactory:publish -Dpublish.record.all.dependencies=true
(with the other required flags enabled too)it is not adding the dependencies to the buildInfo record in artifactory.
Note: I tested this with 3.6.0, 3.6.1, and 3.6.2 of the build-info plugin and none of them seem to work.
See source code link for config option here: https://github.com/jfrog/build-info/blob/master/build-info-extractor/src/main/java/org/jfrog/build/extractor/clientConfiguration/ClientConfigurationFields.java#L38C39-L38C62
example pom:
Current behavior
publishes buildInfo but no dependencies included.
Reproduction steps
No response
Expected behavior
publishes dependencies with artifact modules in buildInfo similar to 2.x plugin behavior
Artifactory Maven plugin version
3.6.x
Operating system type and version
windows and RHE
JFrog Artifactory version
7.63.14
Maven version
3.9.6
The text was updated successfully, but these errors were encountered: