#

maven

Maven build tool and plugin configuration

ProgrammingSpring Boot multi-module: load @Configuration in JAR

Ensure @Configuration and @Primary beans from dependencies load in Spring Boot fat JARs by packaging shared modules as plain JARs and fixing mainClass.

1 answer 1 view
ProgrammingFix Maven Compiler Plugin Java 25 syntax error (3.14.1)

Maven Compiler Plugin 3.14.1 fails on Java 25 module imports (JEP 511) with provides directives. Upgrade to 3.15.0 or fork javac/use compiler args to fix.

1 answer 1 view