diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java index 7f5074ce36..b7dabec1f3 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java @@ -41,7 +41,7 @@ public class CompileMojo * UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to * disk. * - * @parameter + * @parameter expression="${depres.compileArtifacts}" */ private String compileArtifacts; @@ -50,7 +50,7 @@ public class CompileMojo * this UTF-8 encoded file specifies the absolute path to a class path element. If not specified, the class path * will not be written to disk. * - * @parameter + * @parameter expression="${depres.compileClassPath}" */ private String compileClassPath; diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java index 9df6f969a9..1c39f14d9c 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java @@ -41,7 +41,7 @@ public class RuntimeMojo * UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to * disk. * - * @parameter + * @parameter expression="${depres.runtimeArtifacts}" */ private String runtimeArtifacts; @@ -50,7 +50,7 @@ public class RuntimeMojo * this UTF-8 encoded file specifies the absolute path to a class path element. If not specified, the class path * will not be written to disk. * - * @parameter + * @parameter expression="${depres.runtimeClassPath}" */ private String runtimeClassPath; diff --git a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java index dec1c91fed..0618aa7a96 100644 --- a/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java +++ b/its/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java @@ -41,7 +41,7 @@ public class TestMojo * UTF-8 encoded file specifies an artifact identifier. If not specified, the artifact list will not be written to * disk. * - * @parameter + * @parameter expression="${depres.testArtifacts}" */ private String testArtifacts; @@ -50,7 +50,7 @@ public class TestMojo * this UTF-8 encoded file specifies the absolute path to a class path element. If not specified, the class path * will not be written to disk. * - * @parameter + * @parameter expression="${depres.testClassPath}" */ private String testClassPath;