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 232
232
<artifactId >maven-checkstyle-plugin</artifactId >
233
233
</plugin >
234
234
<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 >
244
237
</plugin >
245
238
</plugins >
246
239
</build >
Original file line number Diff line number Diff line change 1
1
# does not work for some reason of invoker
2
2
# invoker.mavenOpts = -Dcmd.test.property=MagicValue42
3
- invoker.systemPropertiesFile = invoker.properties
3
+ invoker.userPropertiesFile = invoker.properties
4
4
cmd.test.property = MagicValue42
Original file line number Diff line number Diff line change 11
11
import org .apache .maven .model .Model ;
12
12
import org .apache .maven .model .building .ModelBuildingRequest ;
13
13
import org .apache .maven .model .building .ModelProblemCollector ;
14
- import org .apache .maven .model .interpolation .StringSearchModelInterpolator ;
14
+ import org .apache .maven .model .interpolation .StringVisitorModelInterpolator ;
15
15
import org .codehaus .plexus .interpolation .ValueSource ;
16
16
17
17
@ Named
18
- public class ExtendedStringSearchModelInterpolator extends StringSearchModelInterpolator
18
+ public class ExtendedStringSearchModelInterpolator extends StringVisitorModelInterpolator
19
19
implements ExtendedModelInterpolator {
20
20
21
21
private static final List <String > NOT_INTERPOLATABLES = Stream .of (
You can’t perform that action at this time.
0 commit comments