You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sj...@apache.org on 2022/08/30 20:41:05 UTC

[maven-dependency-plugin] 02/04: [MDEP-782] Add since to strip type JavaDoc

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

sjaranowski pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-dependency-plugin.git

commit d753f423110091da9c33eec07aa0f84765a98909
Author: Jasper Kamerling <ja...@alliander.com>
AuthorDate: Tue Aug 30 09:52:19 2022 +0200

    [MDEP-782] Add since to strip type JavaDoc
---
 .../dependency/fromDependencies/AbstractFromDependenciesMojo.java       | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractFromDependenciesMojo.java b/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractFromDependenciesMojo.java
index b5fcfe59..aad0cb63 100644
--- a/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractFromDependenciesMojo.java
+++ b/src/main/java/org/apache/maven/plugins/dependency/fromDependencies/AbstractFromDependenciesMojo.java
@@ -47,6 +47,8 @@ public abstract class AbstractFromDependenciesMojo
 
     /**
      * Strip artifact type during copy
+     *
+     * @since 3.4.0
      */
     @Parameter( property = "mdep.stripType", defaultValue = "false" )
     protected boolean stripType = false;