Maven Artifacts not consumable after Introducing ci-friendly approach - revision tag

2020-06-11 Thread Hanish Bansal
Hi All, We have maven Multi Module Project, where we have recently implemented version control process as mentioned in below documentation but after introducing it we are not able to compile child projects independently because of dependency failure.

Re: [ANN] Apache Maven WAR Plugin 3.3.0 Released

2020-06-11 Thread Maxim Solodovnik
Done: https://issues.apache.org/jira/browse/MWAR-434 Thanks :)) On Wed, 10 Jun 2020 at 23:42, Hervé BOUTEMY wrote: > Hello, > > No: please open a Jira issue with sample project, expected + effective > result > so we can fix and add an IT to avoid future regressions > > Regards, > > Hervé > > Le

Re: How to exclude certain dependencies from being added to the Class-Path in maven?

2020-06-11 Thread Tomo Suzuki
I see that you accepted the answer. Nice. On Thu, Jun 11, 2020 at 8:29 AM wrote: > Hello, > > > > I would like to know how to exclude certain dependencies from being added > to the Class-Path using maven. I posted a detailed StackOverflow question > here:

How to exclude certain dependencies from being added to the Class-Path in maven?

2020-06-11 Thread bullywiihacks
Hello, I would like to know how to exclude certain dependencies from being added to the Class-Path using maven. I posted a detailed StackOverflow question here: https://stackoverflow.com/questions/62173831 Thank you very much for any kind of help 