You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2014/06/01 18:21:46 UTC

[1/3] git commit: improved javadoc

Repository: maven-integration-testing
Updated Branches:
  refs/heads/master ba8184a03 -> 967a3af9a


improved javadoc

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/c0925cb7
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/c0925cb7
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/c0925cb7

Branch: refs/heads/master
Commit: c0925cb71453e253fca33684036b9864717c5b9f
Parents: ba8184a
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 1 17:49:16 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 1 17:49:16 2014 +0200

----------------------------------------------------------------------
 .../java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java   | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/c0925cb7/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
----------------------------------------------------------------------
diff --git a/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java b/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
index e8e25cf..ea51d08 100644
--- a/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
+++ b/core-it-support/core-it-plugins/maven-it-plugin-touch/src/main/java/org/apache/maven/plugin/coreit/CoreItTouchMojo.java
@@ -30,9 +30,9 @@ import java.io.IOException;
 import java.util.Map;
 
 /**
- * Mojo that touches one <code>touch.txt</code> or more files with configured filenames,
- * or cause failure if desired, and set build final name to '<code>coreitified</code>'
- *
+ * Mojo that creates one <code>touch.txt</code> or more files with configured filenames in <code>target/</code>
+ * directory, or cause failure if desired, and set build final name to '<code>coreitified</code>'
+ * 
  * @goal touch
  * @phase process-sources
  */


[2/3] git commit: upgraded plugin-tools

Posted by hb...@apache.org.
upgraded plugin-tools

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/a60e0338
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/a60e0338
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/a60e0338

Branch: refs/heads/master
Commit: a60e03388f91b6c7f344f3a300f6f3dfd6bdb2d2
Parents: c0925cb
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 1 18:09:34 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 1 18:09:34 2014 +0200

----------------------------------------------------------------------
 core-it-support/core-it-plugins/pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/a60e0338/core-it-support/core-it-plugins/pom.xml
----------------------------------------------------------------------
diff --git a/core-it-support/core-it-plugins/pom.xml b/core-it-support/core-it-plugins/pom.xml
index b0fb9d8..9c6c5f7 100644
--- a/core-it-support/core-it-plugins/pom.xml
+++ b/core-it-support/core-it-plugins/pom.xml
@@ -109,7 +109,7 @@ under the License.
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-plugin-plugin</artifactId>
-          <version>3.2</version>
+          <version>3.3</version>
         </plugin>
       </plugins>
     </pluginManagement>
@@ -120,7 +120,7 @@ under the License.
       <plugin>
         <groupId>org.apache.maven.plugins</groupId>
         <artifactId>maven-plugin-plugin</artifactId>
-        <version>3.2</version>
+        <version>3.3</version>
       </plugin>
     </plugins>
   </reporting>


[3/3] git commit: restored mojo with setter IT

Posted by hb...@apache.org.
restored mojo with setter IT

Project: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/repo
Commit: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/commit/967a3af9
Tree: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/tree/967a3af9
Diff: http://git-wip-us.apache.org/repos/asf/maven-integration-testing/diff/967a3af9

Branch: refs/heads/master
Commit: 967a3af9ade277ac2978b0b04b706b480f9f1f82
Parents: a60e033
Author: Hervé Boutemy <hb...@apache.org>
Authored: Sun Jun 1 18:21:43 2014 +0200
Committer: Hervé Boutemy <hb...@apache.org>
Committed: Sun Jun 1 18:21:43 2014 +0200

----------------------------------------------------------------------
 .../maven/plugin/coreit/CoreItMojoWithSetters.java  | 16 +++++-----------
 1 file changed, 5 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/maven-integration-testing/blob/967a3af9/core-it-support/core-it-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java
----------------------------------------------------------------------
diff --git a/core-it-support/core-it-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java b/core-it-support/core-it-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java
index 86040b3..5c6c9dd 100644
--- a/core-it-support/core-it-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java
+++ b/core-it-support/core-it-plugins/maven-it-plugin-setter/src/main/java/org/apache/maven/plugin/coreit/CoreItMojoWithSetters.java
@@ -40,15 +40,9 @@ public class CoreItMojoWithSetters
     private String outputDirectoryValue;
 
     /**
-     * @parameter
-     */
-    private String foo;
-    /*
-     * was previously
-     * @parameter property="foo"
-     * private String fooValue;
-     * with plugin-tools 2.9, but this feature was removed from plugin-tools 3.0: see MPLUGIN-199
+     * @parameter name="foo"
      */
+    private String fooValue;
 
     /**
      * @parameter
@@ -71,7 +65,7 @@ public class CoreItMojoWithSetters
 
         getLog().info( "setFoo: " + fooValue );
 
-        this.foo = fooValue;
+        this.fooValue = fooValue;
 
         setFooSetterExecuted = true;
     }
@@ -101,12 +95,12 @@ public class CoreItMojoWithSetters
         File outDir = new File( outputDirectoryValue );
 
         // Test parameter setting
-        if ( foo != null && setFooSetterExecuted )
+        if ( fooValue != null && setFooSetterExecuted )
         {
 
             getLog().info( "fooValue != null && setFooSetterExecuted" );
 
-            touch( outDir, foo );
+            touch( outDir, fooValue );
         }
 
         if ( bar != null && setBarSetterExecuted )