Re: [ALL] Standardise Maven defaultGoal in components?

2023-10-10 Thread sebb
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

Re: [ALL] Standardise Maven defaultGoal in components?

2023-10-10 Thread Gary Gregory
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-

Re: [ALL] Standardise Maven defaultGoal in components?

2023-10-10 Thread sebb
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

Re: [ALL] Standardise Maven defaultGoal in components?

2023-10-10 Thread Gary Gregory
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

Re: [WEAVER] - move to dormant?

2023-10-10 Thread sebb
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

Re: [WEAVER] - move to dormant?

2023-10-10 Thread Gary Gregory
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

Re: [WEAVER] - move to dormant?

2023-10-10 Thread Lucifer Tan
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