Re: maven-shade-plugin not including dependencies

2022-06-28 Thread Alain Désilets
On Sun, Jun 26, 2022 at 9:49 AM Alexander Kriegisch < alexan...@kriegisch.name> wrote: > > Firstly, you are not crerating a test JAR but a regular JAR with > application classes, so of course test-scoped dependencies like JUnit > are not going to be contained in the uber JAR. > Oh, right.

Maven ignoring JUnit5 tests when run from command line

2020-11-24 Thread Alain Désilets
x", version: "10.14.6", arch: "x86_64", family: "mac" Thx. Alain Désilets [INFO] Scanning for projects... [INFO] [INFO] -< ca.nrc.spikes:spike-junit >-- [INFO] Building spike-junit 1.0.0-S

Re: maven-license-plugin: what does 'license-list' actually produce?

2020-05-06 Thread Alain Désilets
On Wed, May 6, 2020 at 7:10 PM Greg Chabala wrote: > Ah, like what you get from the standard dependency report? E.g. > > https://maven.apache.org/plugins/maven-dependency-plugin/dependencies.html#Licenses Yes! Thx, that's exactly what I was looking for. Alain

Re: maven-license-plugin: what does 'license-list' actually produce?

2020-05-06 Thread Alain Désilets
On Wed, May 6, 2020 at 6:48 PM Greg Chabala wrote: > Ah, I see. I believe it's closer to (A), but I would describe it as 'the > list of licenses that the plugin knows to exist in the universe'. > Really? Not terribly useful. I can probably accurate version of that info from wikipedia. > > I

Re: maven-license-plugin: what does 'license-list' actually produce?

2020-05-06 Thread Alain Désilets
der which I coul distribute the projet Or (B) the union of all the licenses of a dependancy that the project depends on > > > On Wed, May 6, 2020 at 3:03 PM Alain Désilets > wrote: > > > The output of the license-list goal and the plugin documentation say that > > th

maven-license-plugin: what does 'license-list' actually produce?

2020-05-06 Thread Alain Désilets
confirm that my understanding is correct? Thx. Alain Désilets