How to build multimodule projects with nodejs projects and java project as module susing exec-maven-plugin

2023-09-07 Thread Thai Le
oglevel error --- Is there a way to tell maven to not look for the dependency A when building B but still let the reactor know that A has to be built before B Regards Thai Le

Re: jar aggregator projects

2022-11-08 Thread Thai Le
them into an aggregation > pom when the need arises. Most plugin configuration I have applies to all > my modules. > > Kind regards, > Delany > > > On Fri, 4 Nov 2022 at 16:08, Thai Le wrote: > > > I'm curious about the usecase of this. > > > > Tha

Re: jar aggregator projects

2022-11-04 Thread Thai Le
I'm curious about the usecase of this. Thai Le On Fri, Nov 4, 2022, 09:30 Delany wrote: > Hi. Why can I only have pom aggregator projects and not jar aggregator > projects? > Is this still the case in Maven 4? > > Thanks, > Delany >

Re: How to share the same modules between different profiles

2022-09-30 Thread Thai Le
Thank you, this makes sense to me now that I added the profiles to all the pom of the modules. Most of our modules are inherited from spring-boot-starter so it is not possible to add the profiles there. Thai Le On Fri, 30 Sept 2022 at 02:26, Arnaud bourree wrote: > Hi, > > Your pom

Re: How to share the same modules between different profiles

2022-09-30 Thread Thai Le
ofiles defined at aggregator are not passed down to the module. The only way i am able to make it work is to add the profiles to all the poms of the modules. On Wed, 28 Sept 2022 at 18:06, Delany wrote: > Shouldn't matter. Please give full pom. > Delany > > On Wed, 28 Sep 2022, 23:

Re: How to share the same modules between different profiles

2022-09-28 Thread Thai Le
28 Sep 2022, 21:32 Thai Le, wrote: > > > Hello, > > > > I have an aggregator pom with 70 modules to be built. > > > > 4.0.0 > > company > > packaging-pom > > 1 > > pom > >70 modules listed here > > > > Rec

How to share the same modules between different profiles

2022-09-28 Thread Thai Le
. Is there other ways to share the same modules between multiple profiles without duplicating them ? Regards Thai Le

strange log in maven install

2022-07-08 Thread Thai Le
Hello, I am using maven 3.8.2 on docker to build our projects and store the output to a text file to do some validation. From time to time, i got this in the log: [INFO] --< org.springframework.boot:nccs-dispatcher >-- [INFO] Building nccs-dispatcher