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 >

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]

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/

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

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

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

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

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

2020-08-29 Thread Debraj Manna
Hi In one of my project I am trying to use DependencyConvergence rule with maven enforcer plugin. I am observing that if I use maven 3.6.1 then the enforcer is failing with the below error but the same has been working fine with maven 3.6.3. Can someone let me know if this expected? If yes can