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 2020/02/13 22:11:36 UTC

[maven-filtering] 26/44: fix documentation add missing mavenSession parameter

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

hboutemy pushed a commit to annotated tag maven-filtering-1.0-alpha-1
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git

commit 983c91165574f0d88bdefffc9b77b0c1b271cb75
Author: Oliver Lamy <ol...@apache.org>
AuthorDate: Mon Feb 25 22:02:17 2008 +0000

    fix documentation add missing mavenSession parameter
    
    git-svn-id: https://svn.apache.org/repos/asf/maven/sandbox/trunk/shared/maven-filtering@631016 13f79535-47bb-0310-9956-ffa450edef68
---
 src/site/apt/usage.apt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/apt/usage.apt b/src/site/apt/usage.apt
index 142c364..3c28ce5 100755
--- a/src/site/apt/usage.apt
+++ b/src/site/apt/usage.apt
@@ -47,7 +47,7 @@ encoding can be null platform default will be used
 
 nonFilteredFileExtensions : is a List of String which file extensions to not apply filtering (default List contains jpg,jpeg,gif,bmp,png)
 
-mavenResourcesFiltering.filterResources( resources, outputDirectory, mavenProject, encoding, filtersFile, nonFilteredFileExtensions );
+mavenResourcesFiltering.filterResources( resources, outputDirectory, mavenProject, encoding, filtersFile, nonFilteredFileExtensions, mavenSession );
 
 +-----+