Maven on z/OS Unix Systems Services

2020-09-10 Thread AS
Hi, Does anyone have experience or has installed Maven on the IBM z/OS platform? Specifically the binary tar.gz archive file? thanks

Re: Return a custom error message from the repository

2020-09-10 Thread Hervé BOUTEMY
Hello, Maven uses HTTP ReasonPhrase: see MNG-6584 [1] Notice that ReasonPhrase support has been removed in HTTP/2, then we should define a new strategy: waiting for contributors from different horizons to be interested in working on that to define (and this time properly document) a new strate

Re: Parameter priority for a Maven Plugin

2020-09-10 Thread Stuart McCulloch
If you configure a constant value in your POM then that takes precedence over values from the command-line. If you want to make the value configurable on the command-line and have a default value in your POM then the recommended approach is to introduce a property: some-default-value

Parameter priority for a Maven Plugin

2020-09-10 Thread Oliver B. Fischer
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Dear all, I always believed that the commandline parameters for a Maven plugin have a higher priority then the values configured in the configuration element of a plugin configuration. But now I have the problem, that we can't overwrite the plug