File tree Expand file tree Collapse file tree 3 files changed +5
-12
lines changed
it/projects/cmd-property-substituion
main/java/org/codehaus/mojo/flatten/extendedinterpolation Expand file tree Collapse file tree 3 files changed +5
-12
lines changed Original file line number Diff line number Diff line change 232232 <artifactId >maven-checkstyle-plugin</artifactId >
233233 </plugin >
234234 <plugin >
235- <groupId >org.apache.maven.plugins</groupId >
236- <artifactId >maven-compiler-plugin</artifactId >
237- <dependencies >
238- <dependency >
239- <groupId >org.eclipse.sisu</groupId >
240- <artifactId >org.eclipse.sisu.inject</artifactId >
241- <version >0.9.0.M3</version >
242- </dependency >
243- </dependencies >
235+ <groupId >org.eclipse.sisu</groupId >
236+ <artifactId >sisu-maven-plugin</artifactId >
244237 </plugin >
245238 </plugins >
246239 </build >
Original file line number Diff line number Diff line change 11# does not work for some reason of invoker
22# invoker.mavenOpts = -Dcmd.test.property=MagicValue42
3- invoker.systemPropertiesFile = invoker.properties
3+ invoker.userPropertiesFile = invoker.properties
44cmd.test.property = MagicValue42
Original file line number Diff line number Diff line change 1111import org .apache .maven .model .Model ;
1212import org .apache .maven .model .building .ModelBuildingRequest ;
1313import org .apache .maven .model .building .ModelProblemCollector ;
14- import org .apache .maven .model .interpolation .StringSearchModelInterpolator ;
14+ import org .apache .maven .model .interpolation .StringVisitorModelInterpolator ;
1515import org .codehaus .plexus .interpolation .ValueSource ;
1616
1717@ Named
18- public class ExtendedStringSearchModelInterpolator extends StringSearchModelInterpolator
18+ public class ExtendedStringSearchModelInterpolator extends StringVisitorModelInterpolator
1919 implements ExtendedModelInterpolator {
2020
2121 private static final List <String > NOT_INTERPOLATABLES = Stream .of (
You can’t perform that action at this time.
0 commit comments