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
Currently we make a difference between mono module project and non mono module projects.
We should make it consistent and only use one way to go.
This means from my point of view:
Use configuration for maven-scm-publish-plugin like this:
@khmarbaise on the second point (automatic site publish during release): this can't work for multi-module builds, because such build require site:stage during initial build then another build to do the scm-publish (from staging area)
this is why there is the optimisation on mono-module builds, that don't require this staging extra step...
I can't force you to prefer one single way to run site, then avoiding the mono-module optimisation, but I must avoid failure during release
Currently we make a difference between mono module project and non mono module projects.
We should make it consistent and only use one way to go.
This means from my point of view:
maven-scm-publish-plugin
like this:Consequences
<scmpublish.content>target/staging/${project.artifactId}</scmpublish.content>
The text was updated successfully, but these errors were encountered: