SergeDemoulinGebit
SergeDemoulinGebit
new ElementHandling: "extended_interpolate" - Take the element from the interpolated POM, but resolve the variables with the properties from the effective POM. - Don't resolve the following variables "project.basedir", "project.baseUri",...
I need an interpolation that interpolates properties that are defined in the parent pom too. With the standard interpolation the following issue appends: - a pom contains an expression with...
I need an interpolation that do not interpolate ${project.basedir} and ${project.baseUri} This properties contains absolute paths of the directory in which the pom.xml is located. This paths are not relevant...
Use the jdk defined in the toolchain configuration (if it exist is a GraalVM jdk). A property "enforceToolchain" with default false was added in the Mojos to enforce that a...