Re: Metadata multiplicity of maven-script-ant plugins

2018-02-06 Thread Martin Gainty
From: Paul Benedict Sent: Tuesday, February 6, 2018 7:00 PM To: users@maven.apache.org Subject: Metadata multiplicity of maven-script-ant plugins I have a question based on these two references: *)

Metadata multiplicity of maven-script-ant plugins

2018-02-06 Thread Paul Benedict
I have a question based on these two references: *) https://maven.apache.org/plugin-tools-archives/plugin-tools-3.2/maven-plugin-plugin/examples/ant-mojo.html *) https://books.sonatype.com/mcookbook/reference/ch04s04.html In each reference, the reader is directed to create one xxx.build.xml and

Re: maven jobs, groovy, git and jenkins pipelines

2018-02-06 Thread Adam Sandor
I think it’s a good idea to encapsulate most of your build in a Maven build instead of using Jenkins plugins. Maven pom artifacts are versioned and can be run in any environment. Jenkins pipelines however give visibility into a long-runnning process, and allow manual checkpoints so they have their