Description
After updating artifactory-maven-plugin the success message changed:
Old (good):
Build-info successfully deployed. Browse it in Artifactory under https://artifactory.../ui/builds/${buildName}/${buildNumber}
New (ugly):
.../artifactory/webapp/builds/${buildName}/${buildNumber}
The /ui/builds/ path is the current recommended UI in Artifactory 7+
There is no way to configure this message or the URL template
Many teams now have to add extra maven-antrun-plugin just to print the correct link at the very end.
Suggestion:
Add optional parameter in <buildInfo>:
<buildInfo>
...
<browseUrlTemplate>https://artifactory.../ui/builds/{buildName}/{buildNumber}</browseUrlTemplate>
</buildInfo>
or simply make default /ui/builds/ again.
Expected behavior
https://artifactory.../ui/builds/${buildName}/${buildNumber}
Versions
- Maven Artifactory plugin version: 3.6.1+
- Operating system: Linux, Win
- Artifactory Version: 7+
Description
After updating
artifactory-maven-pluginthe success message changed:Old (good):
Build-info successfully deployed. Browse it in Artifactory under https://artifactory.../ui/builds/${buildName}/${buildNumber}
New (ugly):
.../artifactory/webapp/builds/${buildName}/${buildNumber}
The
/ui/builds/path is the current recommended UI in Artifactory 7+There is no way to configure this message or the URL template
Many teams now have to add extra
maven-antrun-pluginjust to print the correct link at the very end.Suggestion:
Add optional parameter in
<buildInfo>:or simply make default /ui/builds/ again.
Expected behavior
https://artifactory.../ui/builds/${buildName}/${buildNumber}
Versions