On Tue, 10 Oct 2023, 10:05 Romain Manni-Bucau,
wrote:
> Guess we can delay it of a few years (maybe one more LTS) to avoid to
> import it in bval to drop it later, sounds like useless work, but overall,
> also sounds like java direction for the project.
>
> Le mar. 10 oct. 2023 à 00:36, Matt Bens
Let me know if/when you need a release candidate...
Gary
On Mon, Oct 9, 2023 at 10:05 PM Romain Manni-Bucau
wrote:
>
> Guess we can delay it of a few years (maybe one more LTS) to avoid to
> import it in bval to drop it later, sounds like useless work, but overall,
> also sounds like java direct
Note that changes to the code since 2.0 mean that it no longer
compiles or passes all tests.
Whether it is worth fixing these is unclear to me.
On Tue, 10 Oct 2023 at 13:00, Gary Gregory wrote:
>
> Let me know if/when you need a release candidate...
>
> Gary
>
> On Mon, Oct 9, 2023 at 10:05 PM R
On Mon, Oct 9, 2023 at 7:50 PM sebb wrote:
>
> On Sun, 8 Oct 2023 at 18:52, Gary Gregory wrote:
> >
> > The default goal is always used by GitHub builds
>
> Are you sure about that?
Yes, UNLESS, someone has decided to circumvent the default goal with a
custom goal list in a .github file.
Gary
On Tue, 10 Oct 2023 at 13:05, Gary Gregory wrote:
>
> On Mon, Oct 9, 2023 at 7:50 PM sebb wrote:
> >
> > On Sun, 8 Oct 2023 at 18:52, Gary Gregory wrote:
> > >
> > > The default goal is always used by GitHub builds
> >
> > Are you sure about that?
>
> Yes, UNLESS, someone has decided to circumve
I agree that '--file pom.xml' is superfluous, it probably comes from
something that was generated or from copy pasta.
RE other options, I prefer full option names like: 'mvn -V
--batch-mode --no-transfer-progress' because it makes maintenance and
eyeballing straightforward without requiring Maven-
On Tue, 10 Oct 2023 at 13:52, Gary Gregory wrote:
>
> I agree that '--file pom.xml' is superfluous, it probably comes from
> something that was generated or from copy pasta.
>
> RE other options, I prefer full option names like: 'mvn -V
> --batch-mode --no-transfer-progress' because it makes maint