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 2017/12/20 09:36:17 UTC

[maven-invoker-plugin] 10/22: add some @since

This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to annotated tag maven-invoker-plugin-1.1
in repository https://gitbox.apache.org/repos/asf/maven-invoker-plugin.git

commit 04441c3e94a2fea77dea9be9ab813d2dc3c6a082
Author: Oliver Lamy <ol...@apache.org>
AuthorDate: Sat Nov 17 21:37:34 2007 +0000

    add some @since
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/plugins/trunk/maven-invoker-plugin@596005 13f79535-47bb-0310-9956-ffa450edef68
---
 src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java b/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java
index 90b00c4..280b22e 100644
--- a/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java
+++ b/src/main/java/org/apache/maven/plugin/invoker/InvokerMojo.java
@@ -68,6 +68,7 @@ public class InvokerMojo
      * build using profiles.
      *
      * @parameter default-value="false"
+     * @since 1.1
      */
     private boolean skipInvocation;
 
@@ -106,6 +107,7 @@ public class InvokerMojo
      * Directory to which projects should be cloned prior to execution.
      *
      * @parameter
+     * @since 1.1
      */
     private File cloneProjectsTo;
 
@@ -201,6 +203,7 @@ public class InvokerMojo
     /**
      * List of profileId's to explicitly trigger in the build.
      * @parameter
+     * @since 1.1
      */
     private List profiles;
 

-- 
To stop receiving notification emails like this one, please contact
"commits@maven.apache.org" <co...@maven.apache.org>.