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
This works well but the preview on search.maven.org does not resolve the property that is defined in the same POM file. Instead, ${repository.url} is shown in the preview.
Ideally, the variable should be substituted, at least if the property is defined in the same POM file.
The text was updated successfully, but these errors were encountered:
For my project, I allow release builds from a CI server what requires me to substitute the SCM URL what I do as:
This works well but the preview on search.maven.org does not resolve the property that is defined in the same POM file. Instead, ${repository.url} is shown in the preview.
Ideally, the variable should be substituted, at least if the property is defined in the same POM file.
The text was updated successfully, but these errors were encountered: