Guillaume Nodet

Results 422 comments of Guillaume Nodet

> Where are we with this one? I rebased on top of master and forced pushed. I have the following result when trying with 4.0.0-rc-4: ``` ~/tmp/acme-quarkus-app> mvn -V clean...

The release publishing scripts for [homebrew](https://github.com/apache/maven-mvnd/blob/master/build/publish-on-homebrew.sh) and [sdkman](https://github.com/apache/maven-mvnd/blob/master/build/publish-on-sdkman.sh) have to be adjusted as well.

Too many conflicts. We can use `mvn --up` if we want to switch.

> This seems overly complicated. Why not just defer to an external script/command? If the script/command exits normally, then the profile is activated. If it exits with an error code,...

> > Because > > > > * a script is not portable across OS > > You can certainly write non-portable scripts/executables. But that's not what I suggested. I...

We may need to take into accounts https://issues.apache.org/jira/browse/MNG-6943 and somehow make the selected toolchain available for additional checks.

> We may need to take into accounts https://issues.apache.org/jira/browse/MNG-6943 and somehow make the selected toolchain available for additional checks. Profiles are activated quite early, while toolchains are selected later in...

@trustin do you have any plan to work on a new release of `os-maven-plugin` ?

> > Chesterton's Fence. Do we know why this was here? Maybe it's just old pre Java 1.5 code that we don;t need at all any more. Are there performance...