Re: Strange maven sonar download warning?

2020-08-29 Thread Bernd Eckenfels
Wonder where the questionmark is coming from... is there somewhere in the Pom? -- http://bernd.eckenfels.net Von: Enrico Olivelli Gesendet: Sunday, August 30, 2020 8:24:49 AM An: Maven Users List Betreff: Re: Strange maven sonar download warning? Il Dom 30 Ago

Re: Strange maven sonar download warning?

2020-08-29 Thread Enrico Olivelli
Il Dom 30 Ago 2020, 05:52 Dan Tran ha scritto: > don't see similar warnings when using with sonar-maven-plugin-3.6.x > > -D > > On Sat, Aug 29, 2020 at 8:13 PM Dan Tran wrote: > > > > > Hello to all > > > > I am seeing the bellow warning at my build with no build failure. Wonder > > if anyone e

Re: Strange maven sonar download warning?

2020-08-29 Thread Dan Tran
don't see similar warnings when using with sonar-maven-plugin-3.6.x -D On Sat, Aug 29, 2020 at 8:13 PM Dan Tran wrote: > > Hello to all > > I am seeing the bellow warning at my build with no build failure. Wonder > if anyone else sees the same thing? > > *19:22:30* [WARNING] The POM for > or

Strange maven sonar download warning?

2020-08-29 Thread Dan Tran
Hello to all I am seeing the bellow warning at my build with no build failure. Wonder if anyone else sees the same thing? *19:22:30* [WARNING] The POM for org.sonarsource.scanner.maven:sonar-maven-plugin:jar:?3.7.0.1746 is missing, no dependency information available*19:22:30* [WARNING] Failed

Re: Issue using common Velocity template with version 3.2.0 of Maven Archetype Plugin

2020-08-29 Thread Martin Kanters
Hi Matt, Thanks a lot for your extensive bug report including sample project. Could you please create a bug in Jira? [1] It will make it easier to pick up the issue and assign the potential fix to a future release. Regards, Martin [1] https://issues.apache.org/jira/projects/ARCHETYPE/issues/ Op

Re: Maven enforcer plugin failing with maven 3.6.1 but passing with maven 3.6.3

2020-08-29 Thread Debraj Manna
I am observing the same behavior with maven docker also. It is passing with 3.6.3 but failing with 3.6.1. Used the below commands Debrajs-MacBook-Air:es-plugins debrajmanna$ docker run -it --rm --name es-plugins -v "$(pwd)":/Users/debrajmanna/code/vnera/es-plugins -w /Users/debrajmanna/code/vnera

Re: Maven enforcer plugin failing with maven 3.6.1 but passing with maven 3.6.3

2020-08-29 Thread Debraj Manna
It is failing consistently in our environment. Can you let me know what can cause this difference in behavior? Any other log I can provide that may help in debugging this issue further? On Sat, Aug 29, 2020 at 4:45 PM Karl Heinz Marbaise wrote: > Hi, > > as already mentioned on SO the behaviour

Re: Maven enforcer plugin failing with maven 3.6.1 but passing with maven 3.6.3

2020-08-29 Thread Karl Heinz Marbaise
Hi, as already mentioned on SO the behaviour can't be reproduced with the example project. Tested with Maven 3.6.0, 3.6.1, 3.6.2 and 3.6.3... Kind regards Karl Heinz Marbaise On 29.08.20 08:34, Debraj Manna wrote: Hi In one of my project I am trying to use DependencyConvergence rule with mave

Re: Maven enforcer plugin failing with maven 3.6.1 but passing with maven 3.6.3

2020-08-29 Thread Debraj Manna
Just to be more explicit with maven versions. I tried with maven version 3.6.1, 3.6.3 and 3.5.3. It worked fine only with 3.6.3. On Sat, Aug 29, 2020 at 12:04 PM Debraj Manna wrote: > Hi > > In one of my project I am trying to use DependencyConvergence rule with > maven enforcer plugin. I am obs