https://github.com/jieryn/libname-conflict-war
I am trying to recreate the issue, that's as far as I've gotten so far. If you run the build and then look in the web module's war, you'll see lots of artifactName+version conflicts, including local to the reactor as well as a 3rd party library. It is my memory that sometimes I would see pure artifactId+version for the "first" dep in the module and the full groupId+artifactId+version for the "second" dep in the module. However that is not presenting in my repo above, it is fully resolving all conflict libs. I'll see if I can nail down which config option is triggering this in my non-public projects. On Mon, Apr 11, 2016 at 3:04 AM, Karl Heinz Marbaise <[email protected]> wrote: > Hi, > > I want to ask something related to your question: > > On 4/10/16 2:12 PM, jieryn wrote: >> >> Where should I look for providing an option to have the fully >> qualified GAV name specified in built WAR files? Sometimes this >> happens automatically when two short jar names would be added to >> WEB-INF/lib, the second one will be added with the fully specified >> GAV. > > > Do you have an example where this happens automatically ? That sounds like a > bug or a non documented feature ;-) ..? > > > Kind regards > Karl Heinz Marbaise > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
