-
Notifications
You must be signed in to change notification settings - Fork 23
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
Unable to upload bom using version 1.9.1 #438
Comments
What version of Dependency Track server are you connecting to? Could be a difference an API that the later version of the plugin is using. |
We are using version 4.9.1 |
FYI we'll upgrade to the latest dependency track version and report back (will be in a couple of days). |
We've upgraded Dependency Track to version 4.12.3 (latestt) and using version plugin version
Switching back to plugin version |
OK thanks for letting me know. Must have been one of the recent changes.
Just asking as the error you show is a 404 - was the config definitely
right in the plugin after you updated? A 404 suggests there was something
up....
…On Tue, 4 Feb 2025 at 23:34, Sander Wartenberg ***@***.***> wrote:
We've upgraded Dependency Track to version 4.12.3 (latestt) and using
version plugin version 1.9.1 we now get a 404:
[INFO] SSL Verification enabled: true
[DEBUG] bomLocation not supplied so using: /builds/pz/openburgerzaken/services/usermanagementservice/boot/target/bom.xml
[INFO] Update Project Parent : false
[INFO] Project Name: OPENburgerzaken UserManagementService
[INFO] Project Version: 1.0.8-SNAPSHOT
[INFO] Project is latest: true
[INFO] Project Tags:
[INFO] Parent UUID: null
[INFO] Parent Name: usermanagementservice
[INFO] Parent Version: null
[INFO] PollingConfig[attempts=20,enabled=true,pause=1,timeUnit=SECONDS]
[DEBUG] Current working directory: /builds/pz/openburgerzaken/services/usermanagementservice
[DEBUG] looking for bom.xml at /builds/pz/openburgerzaken/services/usermanagementservice/boot/target/bom.xml
[ERROR] Failure integrating with Dependency Track: 404 Not Found
[DEBUG] Error occurred during upload
io.github.pmckeown.dependencytrack.DependencyTrackException: Failure integrating with Dependency Track: 404 Not Found
Switching back to plugin version 1.7.0 is still working as expected.
—
Reply to this email directly, view it on GitHub
<#438 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AAEMLELVWILLWK7ALOLOF4T2OCJTBAVCNFSM6AAAAABWASCJYCVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDMMZTGUYDENBRGQ>
.
You are receiving this because you commented.Message ID:
***@***.***>
|
I did not change the config between |
io.github.pmckeown:dependency-track-maven-plugin:1.9.1:upload-bom
keeps failing with the error:Reverting back to version
1.7.0
fixes the issue.I tried the following configuration options but they all fail with the same error:
Update parent set to true
Update parent set to false
Update parent set to false and no parent version, override default maven parent name
Update parent set to false and no parent version, default maven parent name
Update parent set to false and parent values empty strings
Update parent set to false and parent name and version empty strings
The text was updated successfully, but these errors were encountered: