Skip to content

Commit

Permalink
GBLD-1309: new ElementHandling: "extended_interpolate"
Browse files Browse the repository at this point in the history
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", "project.build.directory", "project.build.outputDirectory", "project.build.sourceDirectory", "project.build.scriptSourceDirectory", "project.build.testSourceDirectory", "project.reporting.outputDirectory"
Interpolate the parent version
optimization (only the used models are created)
  • Loading branch information
SergeDemoulinGebit committed Nov 21, 2023
1 parent 0822b50 commit 23af2ba
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ public enum ElementHandling {

/** Take the element from the interpolated POM (original POM with variables interpolated). */
interpolate,

/**
* Take the element from the interpolated POM, but resolve the variables with the properties from the effective POM.<nl>
* Don't resolve the following variables "project.basedir", "project.baseUri", "project.build.directory", "project.build.outputDirectory", "project.build.sourceDirectory", "project.build.scriptSourceDirectory", "project.build.testSourceDirectory", "project.reporting.outputDirectory"</nl>
Expand Down

0 comments on commit 23af2ba

Please sign in to comment.