Re: How to share the same modules between different profiles

2022-09-30 Thread Arnaud bourree
Hi, Your pom module inherit from your own pom parent which will inherit from sprint boot-starter. Regardes, Arnaud Le ven. 30 sept. 2022, 16:52, Thai Le a écrit : > 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 inheri

Modular path vs. class path determination

2022-09-30 Thread Ceki Gülcü
Hello all, The logback is attempting to migrate to Junit 5. As a consequence of this migration, a handful of tests that were previously successful, now fail. For example, the ch.qos.logback.classic.net.DilutedSMTPAppenderTest recently failed with the following error: java.lang.NoClassDefFoundEr

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 agregator do

Re: How to share the same modules between different profiles

2022-09-30 Thread Thai Le
Here is my aggregator pom (taking out other 67 modules) http://maven.apache.org/POM/4.0.0"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.