Author: bentmann
Date: Wed Oct  1 14:11:13 2008
New Revision: 700928

URL: http://svn.apache.org/viewvc?rev=700928&view=rev
Log:
o Added support for configuration from CLI

Modified:
    
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java
    
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java
    
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java

Modified: 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java?rev=700928&r1=700927&r2=700928&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/CompileMojo.java
 Wed Oct  1 14:11:13 2008
@@ -41,7 +41,7 @@
      * 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 @@
      * 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;
 

Modified: 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java?rev=700928&r1=700927&r2=700928&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/RuntimeMojo.java
 Wed Oct  1 14:11:13 2008
@@ -41,7 +41,7 @@
      * 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 @@
      * 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;
 

Modified: 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java
URL: 
http://svn.apache.org/viewvc/maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java?rev=700928&r1=700927&r2=700928&view=diff
==============================================================================
--- 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java
 (original)
+++ 
maven/core-integration-testing/trunk/core-it-support/core-it-plugins/maven-it-plugin-dependency-resolution/src/main/java/org/apache/maven/plugin/coreit/TestMojo.java
 Wed Oct  1 14:11:13 2008
@@ -41,7 +41,7 @@
      * 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 @@
      * 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;
 


Reply via email to