From 2152ce5102bbbbf665402af7a800ce2a72c98f22 Mon Sep 17 00:00:00 2001 From: Benjamin Bentmann Date: Wed, 1 Oct 2008 21:11:13 +0000 Subject: [PATCH] o Added support for configuration from CLI git-svn-id: https://svn.apache.org/repos/asf/maven/core-integration-testing/trunk@700928 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/maven/plugin/coreit/CompileMojo.java | 4 ++-- .../main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java | 4 ++-- .../main/java/org/apache/maven/plugin/coreit/TestMojo.java | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) 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;