How maven assembly plugin auto-resolves classpath conflicts (example case)

2018-05-22 Thread Michał Siatkowski
Hello. I have found this to be an issue while migrating a project from Maven to SBT. SBT is only here for reference since it reports what I think should be reported. To describe the problem I have created an example project with dependencies that I found to behave differently, depending on the

Atlas-create-jira-plugin (Build failed)

2018-05-22 Thread Denisa Claudia
Hello, I am trying to create a jira plugin, but the build is failing. I think I need to add some proxy configuration in settings.xml. In my company, we have a automatic proxy configuration script and there is no proxy host/ip configuration. In these case how do I setup the proxy configuration in

Re: maven-license plugin's license-list

2018-05-22 Thread jieryn
The plugin ships with a bunch of licenses it can use to control the license information in your source files. You can always add more licenses (two files) and have the plugin keep your license up to date with the ones you specify. On Tue, May 22, 2018 at 1:00 PM, Désilets, Alain

Re: maven-license plugin's license-list

2018-05-22 Thread Désilets , Alain
Thx Thomas. Good thing I checked! Alain - To unsubscribe, e-mail: users-unsubscr...@maven.apache.org For additional commands, e-mail: users-h...@maven.apache.org

Re: maven-license plugin's license-list

2018-05-22 Thread Thomas Broyer
No, AFAICT, it's the list of all licences known to the plugin, irrespective of "applicability" and/or your dependencies. On Tue, May 22, 2018 at 5:20 PM Désilets, Alain < alain.desil...@nrc-cnrc.gc.ca> wrote: > This may sound a bit nit-picky, but I need to be 100% about this... > > > I am using

maven-license plugin's license-list

2018-05-22 Thread Désilets , Alain
This may sound a bit nit-picky, but I need to be 100% about this... I am using the maven-license plugin to figure out under which Open Source license (if any) under which I have to license my code. I am running the 'license-list' goal, and it produces a report that looks like this: =