RE: Inclusion of Failsafe plugin by default

2023-12-09 Thread mark.yagnatinsky
It would need to be added to the super pom, I suppose... https://maven.apache.org/ref/3.9.6/maven-model-builder/super-pom.html Note that based on the comment on line 50, I suspect they are not likely to want to do this -Original Message- From: Damiano Albani Sent: Saturday, December 9,

Inclusion of Failsafe plugin by default

2023-12-09 Thread Damiano Albani
Hello, I'm a long-time Maven user but I've just recently discovered that, unless I'm mistaken, the Failsafe plugin isn't part of the default set of plugins which are configured "out of the box". Is this correct? If so, I find this quite strange given that Failsafe is mentioned on

Re: creating a source directory on the fly

2023-12-09 Thread Dave Dyer
That was my first thought too, but unfortunately my build includes a custom build plugin (which I don't control) which does its own ad-hoc parsing of the project structure. So it only works if the project is actually structured in a certain way. At 12:32 PM 12/9/2023, Michael Osipov wrote: >On

Re: creating a source directory on the fly

2023-12-09 Thread Michael Osipov
On 2023/12/06 03:34:58 Dave Dyer wrote: > > I'm trying to tune up my maven build, which requires that I construct > a source directory on the fly by copying from the canonical location. > > The best advice I've found is to use mavin-resources-plugin, but > that's a bit inelegant because it