[maven-war-plugin] branch MWAR-453 updated (a73af6f -> bbe269e)

2022-04-29 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to branch MWAR-453
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git


from a73af6f  [MWAR-453] Require Java 8
 add bf5a235  Update plugin
 add 35cec22  Merge pull request #20 from apache/update-plugin
 add f3aead9  [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 
when filtered.
 add f0ccbbf  Fix suggestions from code review by @michael-o.
 add 136f2df  Update maven-shared-utils to version 3.3.4.
 add 41f4875  Merge remote-tracking branch 'origin/update-plugin'
 add 6abd29b  Merge branch 'master' into master
 add f8fd1a2  [MWAR-454] Upgrade Parent to 36
 add e10a0e6  [MWAR-452] One page about Skinny WARs
 add bbe269e  Merge branch 'master' into MWAR-453

No new revisions were added by this update.

Summary of changes:
 pom.xml| 107 ++--
 src/it/MWAR-128/{prebuild.groovy => setup.groovy}  |   0
 .../{MWAR-352_custom-webXml => MWAR-450}/pom.xml   |  15 ++-
 .../src/main/webapp/WEB-INF/classes/log4j.xml} |  16 ++-
 .../src/main/webapp}/WEB-INF/classes/my.properties |   0
 .../src/main/webapp/WEB-INF/classes/myfile.txt}|   2 +-
 .../src/main/webapp/WEB-INF/web.xml|   0
 .../web => MWAR-450}/src/main/webapp/index.jsp |   0
 .../verify.bsh |  62 +---
 .../apache/maven/plugins/war/AbstractWarMojo.java  |  25 -
 .../war/packaging/AbstractWarPackagingTask.java|  32 +-
 .../plugins/war/packaging/WarPackagingContext.java |   8 ++
 src/site/apt/examples/skinny-wars.apt.vm   | 112 -
 src/site/apt/index.apt.vm  |   2 +-
 src/site/site.xml  |   2 +-
 15 files changed, 144 insertions(+), 239 deletions(-)
 rename src/it/MWAR-128/{prebuild.groovy => setup.groovy} (100%)
 copy src/it/{MWAR-352_custom-webXml => MWAR-450}/pom.xml (72%)
 copy src/it/{MWAR-311/src/main/webapp/WEB-INF/web.xml => 
MWAR-450/src/main/webapp/WEB-INF/classes/log4j.xml} (59%)
 copy src/it/{web-resources-filtering-delimiter/web/src/main/webresources => 
MWAR-450/src/main/webapp}/WEB-INF/classes/my.properties (100%)
 copy src/it/{MWAR-167/invoker.properties => 
MWAR-450/src/main/webapp/WEB-INF/classes/myfile.txt} (94%)
 copy src/it/{web-resources-filtering-delimiter/web => 
MWAR-450}/src/main/webapp/WEB-INF/web.xml (100%)
 copy src/it/{web-resources-filtering-delimiter/web => 
MWAR-450}/src/main/webapp/index.jsp (100%)
 mode change 100755 => 100644
 copy src/it/{web-resources-filtering-delimiter => MWAR-450}/verify.bsh (69%)
 delete mode 100644 src/site/apt/examples/skinny-wars.apt.vm



[maven-war-plugin] 01/01: Merge branch 'master' into master

2022-04-25 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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

commit 6abd29bfa95cd2c78ae206bac9595328201e4a77
Merge: 35cec22 41f4875
Author: Dennis Lundberg 
AuthorDate: Mon Apr 25 15:32:28 2022 +0200

Merge branch 'master' into master

 pom.xml|  4 +-
 src/it/MWAR-450/pom.xml| 55 +
 .../src/main/webapp/WEB-INF/classes/log4j.xml  | 30 +++
 .../src/main/webapp/WEB-INF/classes/my.properties  | 18 +
 .../src/main/webapp/WEB-INF/classes/myfile.txt | 18 +
 src/it/MWAR-450/src/main/webapp/WEB-INF/web.xml| 26 ++
 src/it/MWAR-450/src/main/webapp/index.jsp  | 23 ++
 src/it/MWAR-450/verify.bsh | 94 ++
 .../apache/maven/plugins/war/AbstractWarMojo.java  | 25 +-
 .../war/packaging/AbstractWarPackagingTask.java| 32 +++-
 .../plugins/war/packaging/WarPackagingContext.java |  8 ++
 11 files changed, 327 insertions(+), 6 deletions(-)



[maven-war-plugin] branch master updated (35cec22 -> 6abd29b)

2022-04-25 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git


from 35cec22  Merge pull request #20 from apache/update-plugin
 add f3aead9  [MWAR-450] ISO-8859-1 properties files get changed into UTF-8 
when filtered.
 add f0ccbbf  Fix suggestions from code review by @michael-o.
 add 136f2df  Update maven-shared-utils to version 3.3.4.
 add 41f4875  Merge remote-tracking branch 'origin/update-plugin'
 new 6abd29b  Merge branch 'master' into master

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml|  4 +-
 .../{MWAR-352_custom-webXml => MWAR-450}/pom.xml   | 15 --
 .../src/main/webapp/WEB-INF/classes/log4j.xml} | 16 --
 .../src/main/webapp}/WEB-INF/classes/my.properties |  0
 .../src/main/webapp/WEB-INF/classes/myfile.txt}|  2 +-
 .../src/main/webapp/WEB-INF/web.xml|  0
 .../web => MWAR-450}/src/main/webapp/index.jsp |  0
 .../verify.bsh | 62 +-
 .../apache/maven/plugins/war/AbstractWarMojo.java  | 25 +++--
 .../war/packaging/AbstractWarPackagingTask.java| 32 ++-
 .../plugins/war/packaging/WarPackagingContext.java |  8 +++
 11 files changed, 111 insertions(+), 53 deletions(-)
 copy src/it/{MWAR-352_custom-webXml => MWAR-450}/pom.xml (72%)
 copy src/it/{MWAR-311/src/main/webapp/WEB-INF/web.xml => 
MWAR-450/src/main/webapp/WEB-INF/classes/log4j.xml} (59%)
 copy src/it/{web-resources-filtering-delimiter/web/src/main/webresources => 
MWAR-450/src/main/webapp}/WEB-INF/classes/my.properties (100%)
 copy src/it/{MWAR-167/invoker.properties => 
MWAR-450/src/main/webapp/WEB-INF/classes/myfile.txt} (94%)
 copy src/it/{web-resources-filtering-delimiter/web => 
MWAR-450}/src/main/webapp/WEB-INF/web.xml (100%)
 copy src/it/{web-resources-filtering-delimiter/web => 
MWAR-450}/src/main/webapp/index.jsp (100%)
 mode change 100755 => 100644
 copy src/it/{web-resources-filtering-delimiter => MWAR-450}/verify.bsh (69%)



[maven-war-plugin] 01/01: Merge pull request #20 from apache/update-plugin

2022-04-25 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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

commit 35cec220825a5e97d3a70792d15601a10311a3d0
Merge: 4355af5 bf5a235
Author: Dennis Lundberg 
AuthorDate: Mon Apr 25 15:12:40 2022 +0200

Merge pull request #20 from apache/update-plugin

[MWAR-444] Update plugin (requires Maven 3.2.5+)

 pom.xml | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)




[maven-war-plugin] branch master updated (4355af5 -> 35cec22)

2022-04-25 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to branch master
in repository https://gitbox.apache.org/repos/asf/maven-war-plugin.git


from 4355af5  Add Shared GitHub Actions
 add bf5a235  Update plugin
 new 35cec22  Merge pull request #20 from apache/update-plugin

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 pom.xml | 36 ++--
 1 file changed, 18 insertions(+), 18 deletions(-)



[maven] branch master updated: Fix Checkstyle violation.

2021-01-11 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
 new eb43b9b  Fix Checkstyle violation.
eb43b9b is described below

commit eb43b9be114e9fc2ccaa21d25fac8110fdf75331
Author: Dennis Lundberg 
AuthorDate: Mon Jan 11 16:51:26 2021 +0100

Fix Checkstyle violation.
---
 .../java/org/apache/maven/artifact/versioning/ComparableVersion.java   | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git 
a/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
 
b/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
index 6da2768..24c7886 100644
--- 
a/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
+++ 
b/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
@@ -822,7 +822,8 @@ public class ComparableVersion
 + ( ( compare == 0 ) ? "==" : ( ( compare < 0 ) ? "<" : 
">" ) ) + ' ' + version );
 }
 
-System.out.println( ( i++ ) + ". " + version + " -> " + 
c.getCanonical() + "; tokens: " + c.items.toListString() );
+System.out.println( ( i++ ) + ". " + version + " -> " + 
c.getCanonical()
++ "; tokens: " + c.items.toListString() );
 
 prev = c;
 }



[maven] branch master updated: [MNG-6967] Improve the command line output from maven-artifact. - Clearly separate version from tokens in command line output.

2021-01-11 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven.git


The following commit(s) were added to refs/heads/master by this push:
 new 9166805  [MNG-6967] Improve the command line output from 
maven-artifact. - Clearly separate version from tokens in command line output.
9166805 is described below

commit 9166805a068ff176c237e9f340234f5132d6b4dd
Author: Dennis Lundberg 
AuthorDate: Mon Jan 11 15:23:24 2021 +0100

[MNG-6967] Improve the command line output from maven-artifact.
- Clearly separate version from tokens in command line output.
---
 .../java/org/apache/maven/artifact/versioning/ComparableVersion.java| 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
 
b/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
index 9a436f0..6da2768 100644
--- 
a/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
+++ 
b/maven-artifact/src/main/java/org/apache/maven/artifact/versioning/ComparableVersion.java
@@ -822,7 +822,7 @@ public class ComparableVersion
 + ( ( compare == 0 ) ? "==" : ( ( compare < 0 ) ? "<" : 
">" ) ) + ' ' + version );
 }
 
-System.out.println( ( i++ ) + ". " + version + " -> " + 
c.getCanonical() + "   " + c.items.toListString() );
+System.out.println( ( i++ ) + ". " + version + " -> " + 
c.getCanonical() + "; tokens: " + c.items.toListString() );
 
 prev = c;
 }



svn commit: r1880761 - in /maven/website/components: plugins-archives/maven-resources-plugin-3.2.0/ plugins/maven-resources-plugin/

2020-08-11 Thread dennisl
Author: dennisl
Date: Tue Aug 11 08:24:02 2020
New Revision: 1880761

Log:
Publish maven-resources-plugin 3.2.0 documentation

Added:
maven/website/components/plugins-archives/maven-resources-plugin-3.2.0/
  - copied from r1880760, 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/
maven/website/components/plugins/maven-resources-plugin/
  - copied from r1880760, 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/



svn commit: r1880760 - in /maven/website/components: shared-archives/maven-filtering-3.2.0/ shared/maven-filtering/

2020-08-11 Thread dennisl
Author: dennisl
Date: Tue Aug 11 08:22:42 2020
New Revision: 1880760

Log:
Publish maven-filtering 3.2.0 documentation

Added:
maven/website/components/shared-archives/maven-filtering-3.2.0/
  - copied from r1880759, 
maven/website/components/shared-archives/maven-filtering-LATEST/
maven/website/components/shared/maven-filtering/
  - copied from r1880759, 
maven/website/components/shared-archives/maven-filtering-LATEST/



svn commit: r40945 - /release/maven/plugins/

2020-08-11 Thread dennisl
Author: dennisl
Date: Tue Aug 11 08:16:07 2020
New Revision: 40945

Log:
maven-resources-plugin-3.2.0.

Added:
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip   
(with props)
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.asc   
(with props)

release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.sha512   
(with props)
Removed:
release/maven/plugins/maven-resources-plugin-3.1.0-source-release.zip
release/maven/plugins/maven-resources-plugin-3.1.0-source-release.zip.asc
release/maven/plugins/maven-resources-plugin-3.1.0-source-release.zip.sha512

Added: release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip
==
Binary file - no diff available.

Propchange: 
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip
--
svn:mime-type = application/zip

Added: release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.asc
==
--- release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.asc 
(added)
+++ release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.asc 
Tue Aug 11 08:16:07 2020
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iEYEABEKAAYFAl8qz9cACgkQM81nM69exFIOsgCglYZTLW9JZCGV13q7+P/C+uba
+UaIAoJU+GkMtnqLTQlijODLIdpy+3B/+
+=dPtW
+-END PGP SIGNATURE-

Propchange: 
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.asc
--
svn:eol-style = native

Added: 
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.sha512
==
--- 
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.sha512 
(added)
+++ 
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.sha512 
Tue Aug 11 08:16:07 2020
@@ -0,0 +1 @@
+ca920a510de6195d563c49617920823562aaa9be56cc8ca8f87fa9473d65814a6f4ce33f32ccdb7c9115162f8a560cded3deb2cc32bd4b8649a8e57ccc4fb020
\ No newline at end of file

Propchange: 
release/maven/plugins/maven-resources-plugin-3.2.0-source-release.zip.sha512
--
svn:eol-style = native




svn commit: r40944 - /release/maven/shared/

2020-08-11 Thread dennisl
Author: dennisl
Date: Tue Aug 11 08:15:12 2020
New Revision: 40944

Log:
maven-filtering-3.2.0

Added:
release/maven/shared/maven-filtering-3.2.0-source-release.zip   (with props)
release/maven/shared/maven-filtering-3.2.0-source-release.zip.asc   (with 
props)
release/maven/shared/maven-filtering-3.2.0-source-release.zip.sha512   
(with props)
Removed:
release/maven/shared/maven-filtering-3.1.1-source-release.zip
release/maven/shared/maven-filtering-3.1.1-source-release.zip.asc
release/maven/shared/maven-filtering-3.1.1-source-release.zip.sha512

Added: release/maven/shared/maven-filtering-3.2.0-source-release.zip
==
Binary file - no diff available.

Propchange: release/maven/shared/maven-filtering-3.2.0-source-release.zip
--
svn:mime-type = application/zip

Added: release/maven/shared/maven-filtering-3.2.0-source-release.zip.asc
==
--- release/maven/shared/maven-filtering-3.2.0-source-release.zip.asc (added)
+++ release/maven/shared/maven-filtering-3.2.0-source-release.zip.asc Tue Aug 
11 08:15:12 2020
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iEYEABEKAAYFAl8qzggACgkQM81nM69exFIBvwCfa+4+uUeZPCoKFTjj4S/9nXJo
+Wd0AoNEO93Q6iBe/Hxdiu/REmzX1KpFV
+=VmLs
+-END PGP SIGNATURE-

Propchange: release/maven/shared/maven-filtering-3.2.0-source-release.zip.asc
--
svn:eol-style = native

Added: release/maven/shared/maven-filtering-3.2.0-source-release.zip.sha512
==
--- release/maven/shared/maven-filtering-3.2.0-source-release.zip.sha512 (added)
+++ release/maven/shared/maven-filtering-3.2.0-source-release.zip.sha512 Tue 
Aug 11 08:15:12 2020
@@ -0,0 +1 @@
+6cb730fbf9d5a2f3dbf951547d3b2720989906001a1844cfd38367a579f7a11d073807d68d4a907d083daa4295154fa135205dabba94f21ab73afca3022fbe7b
\ No newline at end of file

Propchange: release/maven/shared/maven-filtering-3.2.0-source-release.zip.sha512
--
svn:eol-style = native




svn commit: r1880609 [36/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectBuildStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectBuildStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectBuildStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,673 +1,673 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-MavenProjectBuildStub (Apache Maven Resources Plugin 3.1.0 Test 
API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources.stub
-Class 
MavenProjectBuildStub
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true;
 title="class or interface in 
org.apache.maven.project">org.apache.maven.project.MavenProject
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing.stubs">org.apache.maven.plugin.testing.stubs.MavenProjectStub
-
-
-org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-
-org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable
-
-
-Direct Known Subclasses:
-MavenProjectResourcesStub
-
-
-
-public class MavenProjectBuildStub
-extends MavenProjectBasicStub
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Build.html?is-external=true;
 title="class or interface in org.apache.maven.model">Build
-build
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-buildDirectory
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/util/HashMap.html?is-external=true;
 title="class or interface in java.util">HashMaphttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String,https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-dataMap
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-directoryList
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/util/ArrayList.html?is-external=true;
 title="class or interface in java.util">ArrayListhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-fileList
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-outputDirectory
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-resourcesDirectory
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-srcDirectory
-
-
-protected 

svn commit: r1880609 [28/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/BasicPropertyUtilsTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/BasicPropertyUtilsTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/BasicPropertyUtilsTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,498 +1,498 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-BasicPropertyUtilsTest (Apache Maven Resources Plugin 3.1.0 Test 
API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class 
BasicPropertyUtilsTest
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-junit.framework.Assert
-
-
-junit.framework.TestCase
-
-
-org.codehaus.plexus.PlexusTestCase
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">org.apache.maven.plugin.testing.AbstractMojoTestCase
-
-
-org.apache.maven.plugins.resources.AbstractPropertyUtilsTest
-
-
-org.apache.maven.plugins.resources.BasicPropertyUtilsTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-junit.framework.Test
-
-
-
-public class BasicPropertyUtilsTest
-extends AbstractPropertyUtilsTest
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-propFileName
-
-
-protected static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-validationFileName
-
-
-
-
-
-
-Fields inherited from classorg.apache.maven.plugins.resources.AbstractPropertyUtilsTest
-propertyFile,
 validationFile,
 validationProp
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-BasicPropertyUtilsTest()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
-getPropertyFile()
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File
-getValidationFile()
-
-
-void
-testBasicLoadProperty_FF()
-load property test case can be adjusted by modifying the 
basic.properties and basic_validation properties
-
-
-
-void
-testBasicLoadProperty_TF()
-load property test case can be adjusted by modifying the 
basic.properties and basic_validation properties
-
-
-
-void
-testBasicLoadProperty_TT()
-load property test case can be adjusted by modifying the 
basic.properties and basic_validation properties
-
-
-
-void
-testNonExistentProperty()
-load property test case can be adjusted by modifying the 
basic.properties and basic_validation properties
-
-
-
-
-
-
-
-Methods inherited from classorg.apache.maven.plugins.resources.AbstractPropertyUtilsTest
-setUp,
 validateProperties
-
-
-
-
-
-Methods inherited from classorg.apache.maven.plugin.testing.http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase

svn commit: r1880609 [45/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectResourcesStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectResourcesStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectResourcesStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,138 +1,138 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-MavenProjectResourcesStub xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources.stub;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.io.File;
-23  
-24  import org.apache.maven.model.Resource;
-25  
-26  public class 
MavenProjectResourcesStub
-27  extends MavenProjectBuildStub
-28  {
-29  
-30  private File baseDir;
-31  
-32  public MavenProjectResourcesStub(
 String id )
-33  throws Exception
-34  {
-35  super( id );
-36  
setupResources();
-37  
setupTestResources();
-38  }
-39  
-40  public void 
addInclude( String pattern )
-41  {
-42  ( (Resource) 
build.getResources().get( 0 ) ).addInclude( pattern );
-43  }
-44  
-45  public void 
addExclude( String pattern )
-46  {
-47  ( (Resource) 
build.getResources().get( 0 ) ).addExclude( pattern );
-48  }
-49  
-50  public void 
addTestInclude( String pattern )
-51  {
-52  ( (Resource) 
build.getTestResources().get( 0 ) ).addInclude( pattern );
-53  }
-54  
-55  public void 
addTestExclude( String pattern )
-56  {
-57  ( (Resource) 
build.getTestResources().get( 0 ) ).addExclude( pattern );
-58  }
-59  
-60  public void 
setTargetPath( String path )
-61  {
-62  ( (Resource) 
build.getResources().get( 0 ) ).setTargetPath( path );
-63  }
-64  
-65  public void 
setTestTargetPath( String path )
-66  {
-67  ( (Resource) 
build.getTestResources().get( 0 ) ).setTargetPath( path );
-68  }
-69  
-70  public void 
setDirectory( String dir )
-71  {
-72  ( (Resource) 
build.getResources().get( 0 ) ).setDirectory( dir );
-73  }
-74  
-75  public void 
setTestDirectory( String dir )
-76  {
-77  ( (Resource) 
build.getTestResources().get( 0 ) ).setDirectory( dir );
-78  }
-79  
-80  public void 
setResourceFiltering( int nIndex, boolean filter )
-81  {
-82  if ( build.getResources().size()  nIndex )
-83  {
-84  ( 
(Resource) build.getResources().get( nIndex ) ).setFiltering( filter );
-85  }
-86  }
-87  
-88  private void 
setupResources()
-89  {
-90  Resource 
resource = new Resource();
-91  
-92  // see MavenProjectBasicStub for details
-93  // of getBasedir
-94  
-95  // setup default resources
-96  
resource.setDirectory( getBasedir().getPath() + "/src/main/resources" );
-97  
resource.setFiltering( false );
-98  
resource.setTargetPath( null );
-99  
build.addResource( resource );
-100 }
-101 
-102 private void 
setupTestResources()
-103 {
-104 Resource 
resource = new Resource();
-105 
-106 // see MavenProjectBasicStub for details
-107 // of getBasedir
-108 
-109 // setup default test resources
-110 
resource.setDirectory( getBasedir().getPath() + "/src/test/resources" );
-111 
resource.setFiltering( false );
-112 
resource.setTargetPath( null );
-113 
build.addTestResource( resource );
-114 }
-115 
-116 public File getBaseDir()
-117 {
-118 return baseDir == null ? super.getBasedir() : baseDir;
-119 }
-120 
-121 public void 
setBaseDir( File baseDir )

svn commit: r1880609 [4/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/HelpMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/HelpMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/HelpMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,315 +1,315 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-HelpMojo (Apache Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-var methods = {"i0":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class HelpMojo
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo
-
-
-org.apache.maven.plugins.resources.HelpMojo
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">ContextEnabled, http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo
-
-
-
-https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugins.annotations">@Mojo(https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--;
 title="class or interface in 
org.apache.maven.plugins.annotations">name="help",
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresProject--;
 title="class or interface in 
org.apache.maven.plugins.annotations">requiresProject=false,
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe--;
 title="class or interface in 
org.apache.maven.plugins.annotations">threadSafe=true)
-public class HelpMojo
-extends http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">AbstractMojo
-Display help information on maven-resources-plugin.
- Call mvn resources:help -Ddetail=true -Dgoal=goal-name 
to display parameter details.
-
-Author:
-maven-plugin-tools
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from interfaceorg.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE;
 title="class or interface in org.apache.maven.plugin">ROLE
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-HelpMojo()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-execute()
-
-
-
-
-
-
-Methods inherited from classorg.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">AbstractMojo
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true#getLog--;
 title="class or interface in org.apache.maven.plugin">getLog, 

svn commit: r1880609 [37/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectResourcesStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectResourcesStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectResourcesStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,490 +1,490 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-MavenProjectResourcesStub (Apache Maven Resources Plugin 3.1.0 Test 
API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources.stub
-Class 
MavenProjectResourcesStub
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true;
 title="class or interface in 
org.apache.maven.project">org.apache.maven.project.MavenProject
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing.stubs">org.apache.maven.plugin.testing.stubs.MavenProjectStub
-
-
-org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-
-org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-
-org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable
-
-
-
-public class MavenProjectResourcesStub
-extends MavenProjectBuildStub
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from 
classorg.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-build,
 buildDirectory,
 dataMap,
 directoryList,
 fileList,
 outputDirectory,
 resourcesDirectory,
 srcDirect
 ory, targetDirectory,
 targetResourceDirectory,
 targetTestResourcesDirectory,
 testOutputDirectory,
 testResourcesDirectory
-
-
-
-
-
-Fields inherited from 
classorg.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-description,
 identifier,
 properties,
 testRootDir
-
-
-
-
-
-Fields inherited from classorg.apache.maven.project.http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true;
 title="class or interface in org.apache.maven.project">MavenProject
-http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true#EMPTY_PROJECT_ARTIFACT_ID;
 title="class or interface in 
org.apache.maven.project">EMPTY_PROJECT_ARTIFACT_ID, http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true#EMPTY_PROJECT_GROUP_ID;
 title="class or interface in 
org.apache.maven.project">EMPTY_PROJECT_GROUP_ID, http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true#EMPTY_PROJECT_VERSION;
 title="class or interface in 
org.apache.maven.project">EMPTY_PROJECT_VERSION
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-MavenProjectResourcesStub(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid)
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-addExclude(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in 
java.lang">Stringpattern)
-
-
-void

svn commit: r1880609 [22/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/surefire-report.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/surefire-report.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/surefire-report.html
 Wed Aug  5 15:33:50 2020
@@ -1,374 +1,373 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  Surefire Report
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Surefire Report
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-
-Surefire 
Report
-Checkstyle
-Source Xref
-Test Source Xref
-Tag 
List
-Javadoc
-Test Javadoc
-FindBugs
-Sonar
-Plugin Documentation
-Invoker Build Results
-
-
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-//
-
-
-Surefire Report
-
-Summary
-[Summary] [Package List] 
[Test Cases]
-
-
-Tests
-Errors 
-Failures
-Skipped
-Success Rate
-Time
-
-24
-0
-0
-0
-100%
-2.139
-Note: failures are anticipated and checked for with assertions while errors 
are unanticipated.
-
-Package List
-[Summary] [Package List] 
[Test Cases]
-
-
-Package
-Tests
-Errors 
-Failures
-Skipped
-Success Rate
-Time
-
-org.apache.maven.plugins.resources
-24
-0
-0
-0
-100%
-2.139
-Note: package statistics are 

svn commit: r1880609 [21/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/resources-mojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/resources-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/resources-mojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,768 +1,797 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  resources:resources
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-resources:resources
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-  
-
-resources:resources
-  
-Full name:
-  
-org.apache.maven.plugins:maven-resources-plugin:3.1.0:resources
-  
-Description:
-  
-Copy resources for the main source code to the main output
-directory. Always uses the project.build.resources element to
-specify the resources to copy.
-  
-Attributes:
-  
-
-
-Requires a Maven project to be executed.
-
-Binds by default to the http://maven.apache.org/ref/current/maven-core/lifecycles.html;>lifecycle 
phase: process-resources.
-  
-  
-
-Required Parameters
-
-
-  
-
-
-Name
-
-Type
-
-Since
-
-Description
-  
-  
-
-
-outputDirectory
-
-File
-
--
-
-The output directory into which to copy the resources.Default 
value is: ${project.build.outputDirectory}.
-  
-
-  
-  
-
-Optional Parameters
-
-
-  
-
-
-Name
-
-Type
-
-Since
-
-Description
-  
-  
-
-
-addDefaultExcludes
-
-boolean
-
-3.0.0
-
-By default files like .gitignore,
-.cvsignore etc. are excluded which means they will not
-being copied. If you need them for a particular reason you can do
-that by settings this to 

svn commit: r1880609 [33/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/class-use/ItFilter.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/class-use/ItFilter.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/class-use/ItFilter.html
 Wed Aug  5 15:33:50 2020
@@ -1,125 +1,125 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.maven.plugins.resources.filters.ItFilter 
(Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Uses of 
Classorg.apache.maven.plugins.resources.filters.ItFilter
-
-No usage of 
org.apache.maven.plugins.resources.filters.ItFilter
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.maven.plugins.resources.filters.ItFilter 
(Apache Maven Resources Plugin 3.2.0 Test API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.maven.plugins.resources.filters.ItFilter
+
+No usage of 
org.apache.maven.plugins.resources.filters.ItFilter
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20012020 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/package-frame.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/package-frame.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/package-frame.html
 Wed Aug  5 15:33:50 2020
@@ -1,20 +1,20 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-org.apache.maven.plugins.resources.filters (Apache Maven Resources 
Plugin 3.1.0 Test API)
-
-
-
-
-org.apache.maven.plugins.resources.filters
-
-Classes
-
-ItFilter
-
-
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+org.apache.maven.plugins.resources.filters (Apache Maven Resources 
Plugin 3.2.0 Test API)
+
+
+
+
+org.apache.maven.plugins.resources.filters
+
+Classes
+
+ItFilter
+
+
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/filters/package-summary.html

svn commit: r1880609 [44/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectBuildStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectBuildStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectBuildStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,327 +1,312 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-MavenProjectBuildStub xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources.stub;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.io.File;
-23  import java.io.FileOutputStream;
-24  import java.io.IOException;
-25  import java.util.ArrayList;
-26  import java.util.HashMap;
-27  
-28  import org.apache.maven.model.Build;
-29  import org.codehaus.plexus.util.FileUtils;
-30  
-31  public class 
MavenProjectBuildStub
-32  extends MavenProjectBasicStub
-33  {
-34  protected Build build;
-35  
-36  protected String srcDirectory;
-37  
-38  protected String targetDirectory;
-39  
-40  protected String buildDirectory;
-41  
-42  protected String outputDirectory;
-43  
-44  protected String testOutputDirectory;
-45  
-46  protected String resourcesDirectory;
-47  
-48  protected String testResourcesDirectory;
-49  
-50  protected String targetResourceDirectory;
-51  
-52  protected String targetTestResourcesDirectory;
-53  
-54  protected ArrayListString fileList;
-55  
-56  protected ArrayListString directoryList;
-57  
-58  protected HashMapString, String dataMap;
-59  
-60  public MavenProjectBuildStub(
 String key )
-61  throws Exception
-62  {
-63  super( key );
-64  
-65  build = 
new Build();
-66  fileList = 
new ArrayListString();
-67  directoryList 
= new ArrayListString();
-68  dataMap = 
new HashMapString, String();
-69  setupBuild();
-70  }
-71  
-72  public void 
addDirectory( String name )
-73  {
-74  if ( isValidPath( name ) )
-75  {
-76  
directoryList.add( name );
-77  }
-78  }
-79  
-80  public void 
setOutputDirectory( String dir )
-81  {
-82  
outputDirectory = buildDirectory + "/" + dir;
-83  
build.setOutputDirectory( outputDirectory );
-84  }
-85  
-86  public void 
addFile( String name )
-87  {
-88  if ( isValidPath( name ) )
-89  {
-90  
fileList.add( name );
-91  }
-92  }
-93  
-94  public void 
addFile( String name, String data )
-95  {
-96  File fileName 
= new File( name );
-97  
-98  addFile( name 
);
-99  dataMap.put( 
fileName.getName(), data );
-100 }
-101 
-102 public String getOutputDirectory()
-103 {
-104 return outputDirectory;
-105 }
-106 
-107 public String getTestOutputDirectory()
-108 {
-109 return testOutputDirectory;
-110 }
-111 
-112 public String getResourcesDirectory()
-113 {
-114 return resourcesDirectory;
-115 }
-116 
-117 public String getTestResourcesDirectory()
-118 {
-119 return testResourcesDirectory;
-120 }
-121 
-122 public Build getBuild()
-123 {
-124 return build;
-125 }
-126 
-127 /**
-128  * returns true if the path is relative
-129  * and false if absolute
-130  * also returns false if it is relative to
-131  * the parent
-132  *
-133  * @param path
-134  * @return
-135  */
-136 private boolean isValidPath( String path )
-137 {
-138 boolean bRetVal = true;
-139 
-140 if ( path.startsWith( "c:" ) || path.startsWith( ".." ) || path.startsWith( "/" ) || 

svn commit: r1880609 [19/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/plugin-management.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/plugin-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/plugin-management.html
 Wed Aug  5 15:33:50 2020
@@ -1,307 +1,312 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  Project Plugin 
Management
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Project Plugin Management
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-
-About
-Summary
-Dependency Information
-Team
-Source Code Management
-Issue Management
-Mailing Lists
-Dependency Management
-Dependencies
-Dependency Convergence
-CI Management
-Plugin 
Management
-Plugins
-Distribution Management
-
-
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-Project Plugin Management
-
-
-GroupId
-ArtifactId
-Version
-
-org.apache.maven.plugins
-http://maven.apache.org/plugins/maven-antrun-plugin/;>maven-antrun-plugin
-1.8
-
-org.apache.maven.plugins
-https://maven.apache.org/plugins/maven-assembly-plugin/;>maven-assembly-plugin
-3.0.0
-
-org.apache.maven.plugins
-https://maven.apache.org/plugins/maven-changes-plugin/;>maven-changes-plugin
-2.12.1
-
-org.apache.maven.plugins
-https://maven.apache.org/plugins/maven-checkstyle-plugin/;>maven-checkstyle-plugin
-3.0.0
-
-org.apache.maven.plugins
-http://maven.apache.org/plugins/maven-clean-plugin/;>maven-clean-plugin
-3.0.0
-
-org.apache.maven.plugins
-https://maven.apache.org/plugins/maven-compiler-plugin/;>maven-compiler-plugin
-3.7.0
-
-org.apache.maven.plugins
-http://maven.apache.org/plugins/maven-dependency-plugin/;>maven-dependency-plugin
-2.10
-
-org.apache.maven.plugins
-http://maven.apache.org/plugins/maven-deploy-plugin/;>maven-deploy-plugin
-2.8.2
-
-org.apache.maven.plugins

svn commit: r1880609 [24/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testResources-mojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testResources-mojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testResources-mojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,792 +1,821 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  
resources:testResources
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-resources:testResources
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-  
-
-resources:testResources
-  
-Full name:
-  
-org.apache.maven.plugins:maven-resources-plugin:3.1.0:testResources
-  
-Description:
-  
-Copy resources for the test source code to the test output
-directory. Always uses the project.build.testResources element to
-specify the resources to copy.
-  
-Attributes:
-  
-
-
-Requires a Maven project to be executed.
-
-Binds by default to the http://maven.apache.org/ref/current/maven-core/lifecycles.html;>lifecycle 
phase: process-test-resources.
-  
-  
-
-Required Parameters
-
-
-  
-
-
-Name
-
-Type
-
-Since
-
-Description
-  
-  
-
-
-outputDirectory
-
-File
-
--
-
-The output directory into which to copy the resources.Default 
value is: ${project.build.testOutputDirectory}.
-  
-  
-
-
-resources
-
-List
-
--
-
-The list of resources we want to transfer.Default value is: 
${project.testResources}.
-  
-
-  
-  
-
-Optional Parameters
-
-
-  
-
-
-Name
-
-Type
-
-Since
-
-Description
-  
-  
-
-
-addDefaultExcludes
- 

svn commit: r1880609 [16/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/include-exclude.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/include-exclude.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/include-exclude.html
 Wed Aug  5 15:33:50 2020
@@ -1,247 +1,253 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-
-
-Apache Maven Resources Plugin  Including and excluding 
files and directories
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Including and excluding files and directories
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource 
directories
-Filtering
-Including and 
excluding files and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-Including and 
excluding files and directories
-When specifying a resource directory, every file within that directory may 
not be used. Thus, we may have to specify only the files that we want to 
include or specify the files that we want to exclude.
-To include a resource, we only need to add an includes 
element.
-project
-  ...
-  nameMy Resources Plugin Practice Project/name
-  ...
-  build
-...
-resources
-  resource
-directory[your directory]/directory
-includes
-  include[resource file #1]/include
-  include[resource file #2]/include
-  include[resource file #3]/include
-  ...
-  include[resource file #n]/include
-/includes
-  /resource
-  ...
-/resources
-...
-  /build
-  ...
-/project
-And to exclude a resource, we only need to add an excludes 
element.
-project
-  ...
-  nameMy Resources Plugin Practice Project/name
-  ...
-  build
-...
-resources
-  resource
-directory[your directory]/directory
-excludes
-  exclude[non-resource file #1]/exclude
-  exclude[non-resource file #2]/exclude
-  exclude[non-resource file #3]/exclude
-  ...
-  exclude[non-resource file #n]/exclude
-

svn commit: r1880609 [5/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/Resource.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/Resource.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/Resource.html
 Wed Aug  5 15:33:50 2020
@@ -1,284 +1,284 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Resource (Apache Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class Resource
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/PatternSet.html?is-external=true;
 title="class or interface in 
org.apache.maven.model">org.apache.maven.model.PatternSet
-
-
-http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/FileSet.html?is-external=true;
 title="class or interface in 
org.apache.maven.model">org.apache.maven.model.FileSet
-
-
-http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true;
 title="class or interface in 
org.apache.maven.model">org.apache.maven.model.Resource
-
-
-org.apache.maven.plugins.resources.Resource
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable, https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/InputLocationTracker.html?is-external=true;
 title="class or interface in 
org.apache.maven.model">InputLocationTracker
-
-
-
-public class Resource
-extends http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true;
 title="class or interface in org.apache.maven.model">Resource
-
-Since:
-2.3
-Author:
-Olivier Lamy
-See Also:
-Serialized
 Form
-
-
-
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-Resource()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-
-
-
-Methods inherited from classorg.apache.maven.model.http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true;
 title="class or interface in org.apache.maven.model">Resource
-http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#clone--;
 title="class or interface in org.apache.maven.model">clone, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#getFiltering--;
 title="class or interface in org.apache.maven.model">getFiltering, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#getMergeId--;
 title="class or interface in org.apache.maven.model">getMergeId, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#getTargetPath--;
 title="class or interface in org.apache.maven.model">getTargetPath, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#initMergeId--;
 title="class or interface in org.apache.maven.model">initMergeId, http://maven.apache.org/maven-
 
model/apidocs/org/apache/maven/model/Resource.html?is-external=true#isFiltering--"
 title="class or interface in org.apache.maven.model">isFiltering, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#setFiltering-boolean-;
 title="class or interface in org.apache.maven.model">setFiltering, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#setFiltering-java.lang.String-;
 title="class or interface in org.apache.maven.model">setFiltering, http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true#setMergeId-java.lang.String-;
 title="class or interface 

svn commit: r1880609 [32/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/class-use/CopyResourcesMojoTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/class-use/CopyResourcesMojoTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/class-use/CopyResourcesMojoTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,125 +1,125 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.maven.plugins.resources.CopyResourcesMojoTest 
(Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Uses of 
Classorg.apache.maven.plugins.resources.CopyResourcesMojoTest
-
-No usage of 
org.apache.maven.plugins.resources.CopyResourcesMojoTest
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.maven.plugins.resources.CopyResourcesMojoTest 
(Apache Maven Resources Plugin 3.2.0 Test API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.maven.plugins.resources.CopyResourcesMojoTest
+
+No usage of 
org.apache.maven.plugins.resources.CopyResourcesMojoTest
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20012020 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/class-use/PropertyUtilsExceptionTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/class-use/PropertyUtilsExceptionTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/class-use/PropertyUtilsExceptionTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,125 +1,125 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 
org.apache.maven.plugins.resources.PropertyUtilsExceptionTest (Apache Maven 
Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree

svn commit: r1880609 [15/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/encoding.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/encoding.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/encoding.html
 Wed Aug  5 15:33:50 2020
@@ -1,163 +1,166 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-
-
-Apache Maven Resources Plugin  Specifying a character 
encoding scheme
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Specifying a character encoding scheme
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a 
character encoding scheme
-Specifying resource 
directories
-Filtering
-Including and 
excluding files and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-Specifying a 
character encoding scheme
-A character encoding scheme such as ASCII, UTF-8 or 
UTF-16 can be chosen to be used for the reading and writing of 
files.
-The best practice is to https://maven.apache.org/general.html#encoding-warning;>define 
encoding for copying filtered resources via the property 
${project.build.sourceEncoding} which should be defined in the pom 
properties section like this:
-project ...
- ...
- properties
-   
project.build.sourceEncodingUTF-8/project.build.sourceEncoding
-   ...
- /properties
- ..
-/project
-By using the above property maven-resources-plugin will 
automatically use this encoding.
-Occasionally you need to change the encoding explicitly for different 
purposes. This can be done by defining the encoding via the configuration like 
this: 
-project
-  ...
-  build
-plugins
-  plugin
-groupIdorg.apache.maven.plugins/groupId
-artifactIdmaven-resources-plugin/artifactId
-version3.1.0/version
-configuration
-  ...
-  encodingUTF-8/encoding
-  ...
-/configuration
-  /plugin
-/plugins
-...
-  /build
-  ...
-/project
-
-  
-
-
-
-  
-
-Copyright 20012018
-https://www.apache.org/;>The Apache Software Foundation.
-All 

svn commit: r1880609 [48/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/ResourcesMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/ResourcesMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/ResourcesMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,602 +1,613 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-ResourcesMojo xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.io.File;
-23  import java.util.ArrayList;
-24  import java.util.Collection;
-25  import java.util.Collections;
-26  import java.util.LinkedHashSet;
-27  import java.util.List;
-28  import java.util.Properties;
-29  
-30  import org.apache.maven.execution.MavenSession;
-31  import org.apache.maven.model.Resource;
-32  import org.apache.maven.plugin.AbstractMojo;
-33  import 
org.apache.maven.plugin.MojoExecutionException;
-34  import 
org.apache.maven.plugins.annotations.Component;
-35  import 
org.apache.maven.plugins.annotations.LifecyclePhase;
-36  import org.apache.maven.plugins.annotations.Mojo;
-37  import 
org.apache.maven.plugins.annotations.Parameter;
-38  import org.apache.maven.project.MavenProject;
-39  import 
org.apache.maven.shared.filtering.MavenFilteringException;
-40  import 
org.apache.maven.shared.filtering.MavenResourcesExecution;
-41  import 
org.apache.maven.shared.filtering.MavenResourcesFiltering;
-42  import org.codehaus.plexus.PlexusConstants;
-43  import org.codehaus.plexus.PlexusContainer;
-44  import 
org.codehaus.plexus.component.repository.exception.ComponentLookupException;
-45  import org.codehaus.plexus.context.Context;
-46  import 
org.codehaus.plexus.context.ContextException;
-47  import 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable;
-48  import org.codehaus.plexus.util.ReaderFactory;
-49  import org.codehaus.plexus.util.StringUtils;
-50  
-51  /**
-52   * Copy resources for the main source code to the 
main output directory. Always uses the project.build.resources element
-53   * to specify the resources to copy.
-54   *
-55   * @author a 
href="michal.mac...@dimatics.com"Michal Maczka/a
-56   * @author a href="mailto:ja...@maven.org; 
target="alexandria_uri">mailto:ja...@maven.org"Jason van 
Zyl/a
-57   * @author Andreas Hoheneder
-58   * @author William Ferguson
-59   */
-60  @Mojo( name = "resources", defaultPhase = 
LifecyclePhase.PROCESS_RESOURCES, requiresProject = true, threadSafe = true )
-61  public class 
ResourcesMojo
-62  extends AbstractMojo
-63  implements Contextualizable
-64  {
-65  
-66  /**
-67   * The character encoding scheme to be applied 
when filtering resources.
-68   */
-69  @Parameter( 
defaultValue = "${project.build.sourceEncoding}" )
-70  protected String encoding;
-71  
-72  /**
-73   * The output directory into which to copy the 
resources.
-74   */
-75  @Parameter( 
defaultValue = "${project.build.outputDirectory}", required = 
true )
-76  private File outputDirectory;
-77  
-78  /**
-79   * The list of resources we want to 
transfer.
-80   */
-81  @Parameter( 
defaultValue = "${project.resources}", required 
= true, readonly = true )
-82  private ListResource resources;
-83  
-84  /**
-85   *
-86   */
-87  @Parameter( 
defaultValue = "${project}", readonly = true, required = true )
-88  protected MavenProject project;
-89  
-90  /**
-91   * The list of additional filter properties 
files to be used along with System and project properties, which would
-92   * be used for the filtering.
-93   * @see ResourcesMojo#filters
-94   *
-95   * @since 2.4
-96   */
-97  

svn commit: r1880609 [46/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/HelpMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/HelpMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/HelpMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,471 +1,471 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-HelpMojo xref
-
-
-
-View
 Javadoc
-1   
-2   package org.apache.maven.plugins.resources;
-3   
-4   import org.apache.maven.plugin.AbstractMojo;
-5   import 
org.apache.maven.plugin.MojoExecutionException;
-6   import org.apache.maven.plugins.annotations.Mojo;
-7   import 
org.apache.maven.plugins.annotations.Parameter;
-8   
-9   import org.w3c.dom.Document;
-10  import org.w3c.dom.Element;
-11  import org.w3c.dom.Node;
-12  import org.w3c.dom.NodeList;
-13  import org.xml.sax.SAXException;
-14  
-15  import javax.xml.parsers.DocumentBuilder;
-16  import javax.xml.parsers.DocumentBuilderFactory;
-17  import 
javax.xml.parsers.ParserConfigurationException;
-18  import java.io.IOException;
-19  import java.io.InputStream;
-20  import java.util.ArrayList;
-21  import java.util.List;
-22  
-23  /**
-24   * Display help information on 
maven-resources-plugin.br
-25   * Call codemvn resources:help -Ddetail=true 
-Dgoal=lt;goal-namegt;/code to display parameter details.
-26   * @author maven-plugin-tools
-27   */
-28  @Mojo( name = "help", requiresProject = false, threadSafe = true )
-29  public class 
HelpMojo
-30  extends AbstractMojo
-31  {
-32  /**
-33   * If codetrue/code, display all 
settable properties for each goal.
-34   *
-35   */
-36  @Parameter( 
property = "detail", defaultValue = "false" )
-37  private boolean detail;
-38  
-39  /**
-40   * The name of the goal for which to show help. 
If unspecified, all goals will be displayed.
-41   *
-42   */
-43  @Parameter( 
property = "goal" )
-44  private java.lang.String goal;
-45  
-46  /**
-47   * The maximum length of a display line, should 
be positive.
-48   *
-49   */
-50  @Parameter( 
property = "lineLength", defaultValue = "80" )
-51  private int 
lineLength;
-52  
-53  /**
-54   * The number of spaces per indentation level, 
should be positive.
-55   *
-56   */
-57  @Parameter( 
property = "indentSize", defaultValue = "2" )
-58  private int 
indentSize;
-59  
-60  // groupId/artifactId/plugin-help.xml
-61  private static final 
String PLUGIN_HELP_PATH =
-62  
"/META-INF/maven/org.apache.maven.plugins/maven-resources-plugin/plugin-help.xml";
-63  
-64  private static final 
int DEFAULT_LINE_LENGTH = 80;
-65  
-66  private Document build()
-67  throws MojoExecutionException
-68  {
-69  
getLog().debug( "load plugin-help.xml: " + 
PLUGIN_HELP_PATH );
-70  InputStream 
is = null;
-71  try
-72  {
-73  is = 
getClass().getResourceAsStream( PLUGIN_HELP_PATH );
-74  
DocumentBuilderFactory dbFactory = DocumentBuilderFactory.newInstance();
-75  
DocumentBuilder dBuilder = dbFactory.newDocumentBuilder();
-76  return dBuilder.parse( is );
-77  }
-78  catch ( IOException e )
-79  {
-80  throw new 
MojoExecutionException( e.getMessage(), e );
-81  }
-82  catch ( ParserConfigurationException e )
-83  {
-84  throw new 
MojoExecutionException( e.getMessage(), e );
-85  }
-86  catch ( SAXException e )
-87  {
-88  throw new 
MojoExecutionException( e.getMessage(), e );
-89  }
-90  finally
-91  {
-92  if ( is != null )
-93  {
-94  
try
-95  {
-96  
is.close();
-97  }
-98  
catch ( IOException e )
-99  {
-100 
throw new MojoExecutionException( e.getMessage(), e );
-101 }
-102 }
-103 }
-104 }
-105 
-106 /**
-107  * {@inheritDoc}
-108  */
-109 public void 
execute()
-110 throws MojoExecutionException
-111 {
-112 if ( lineLength = 0 )
-113 {
-114 
getLog().warn( "The parameter 'lineLength' should be 
positive, using '80' as default." );
-115 
lineLength = DEFAULT_LINE_LENGTH;
-116 }
-117 if ( indentSize = 0 )
-118 {
-119 
getLog().warn( "The parameter 'indentSize' should be 
positive, using '2' as default." );
-120 
indentSize = 2;
-121 }
-122 
-123 Document 
doc 

svn commit: r1880609 [34/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/package-use.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/package-use.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/package-use.html
 Wed Aug  5 15:33:50 2020
@@ -1,160 +1,160 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Package org.apache.maven.plugins.resources (Apache Maven 
Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Uses of Packageorg.apache.maven.plugins.resources
-
-
-
-
-
-Packages that use org.apache.maven.plugins.resources
-
-Package
-Description
-
-
-
-org.apache.maven.plugins.resources
-
-
-
-
-
-
-
-
-
-Classes in org.apache.maven.plugins.resources
 used by org.apache.maven.plugins.resources
-
-Class and Description
-
-
-
-AbstractPropertyUtilsTest
-Base class for propertyutils test case
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Package org.apache.maven.plugins.resources (Apache Maven 
Resources Plugin 3.2.0 Test API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of Packageorg.apache.maven.plugins.resources
+
+
+
+
+
+Packages that use org.apache.maven.plugins.resources
+
+Package
+Description
+
+
+
+org.apache.maven.plugins.resources
+
+
+
+
+
+
+
+
+
+Classes in org.apache.maven.plugins.resources
 used by org.apache.maven.plugins.resources
+
+Class and Description
+
+
+
+AbstractPropertyUtilsTest
+Base class for propertyutils test case
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20012020 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
 
\ No newline at end of file




svn commit: r1880609 [14/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/binaries-filtering.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/binaries-filtering.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/binaries-filtering.html
 Wed Aug  5 15:33:50 2020
@@ -1,155 +1,157 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-
-
-Apache Maven Resources Plugin  Binaries Filtering
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Binaries Filtering
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource 
directories
-Filtering
-Including and 
excluding files and directories
-Escape Filtering
-Copy Resources
-Binaries 
Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-Binary filtering
-The plugin will prevent binary files filtering without adding some 
excludes configuration for the following file extensions jpg, 
jpeg, gif, bmp and png.
-If you like to add supplemental file extensions this can simply achieved by 
using a configuration like the following:
-project
-  ...
-  build
-plugins
-  plugin
-groupIdorg.apache.maven.plugins/groupId
-artifactIdmaven-resources-plugin/artifactId
-version3.1.0/version
-configuration
-  ...
-  nonFilteredFileExtensions
-
nonFilteredFileExtensionpdf/nonFilteredFileExtension
-
nonFilteredFileExtensionswf/nonFilteredFileExtension
-  /nonFilteredFileExtensions
-  ...
-/configuration
-  /plugin
-/plugins
-...
-  /build
-  ...
-/project
-
-  
-
-
-
-  
-
-Copyright 20012018
-https://www.apache.org/;>The Apache Software Foundation.
-All rights reserved.
-
-  
-
-  
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+
+
+Apache Maven Resources Plugin  Binaries Filtering
+
+
+
+
+
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-140879-1']);
+  

svn commit: r1880609 [9/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/overview-tree.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/overview-tree.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/overview-tree.html
 Wed Aug  5 15:33:50 2020
@@ -1,160 +1,160 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Class Hierarchy (Apache Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Hierarchy For All Packages
-Package Hierarchies:
-
-org.apache.maven.plugins.resources
-
-
-
-Class Hierarchy
-
-java.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">Object
-
-org.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">AbstractMojo (implements 
org.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">ContextEnabled, 
org.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo)
-
-org.apache.maven.plugins.resources.HelpMojo
-org.apache.maven.plugins.resources.ResourcesMojo (implements 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable)
-
-org.apache.maven.plugins.resources.CopyResourcesMojo
-org.apache.maven.plugins.resources.TestResourcesMojo
-
-
-
-
-org.apache.maven.plugins.resources.MavenBuildTimestamp
-org.apache.maven.model.http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/PatternSet.html?is-external=true;
 title="class or interface in org.apache.maven.model">PatternSet (implements java.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, 
org.apache.maven.model.http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/InputLocationTracker.html?is-external=true;
 title="class or interface in org.apache.maven.model">InputLocationTracker, 
java.io.https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
-
-org.apache.maven.model.http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/FileSet.html?is-external=true;
 title="class or interface in org.apache.maven.model">FileSet (implements java.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, java.io.https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
-
-org.apache.maven.model.http://maven.apache.org/maven-model/apidocs/org/apache/maven/model/Resource.html?is-external=true;
 title="class or interface in org.apache.maven.model">Resource (implements java.lang.https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable, java.io.https://docs.oracle.com/javase/8/docs/api/java/io/Serializable.html?is-external=true;
 title="class or interface in java.io">Serializable)
-
-org.apache.maven.plugins.resources.Resource
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Class Hierarchy (Apache Maven Resources Plugin 3.2.0 API)
+
+
+
+
+
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-ABCDEFGHIMNOPRSTU
-
-
-A
-
-addDefaultExcludes
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-By default files like .gitignore, 
.cvsignore etc.
-
-
-
-
-
-B
-
-BUILD_TIMESTAMP_FORMAT_PROPERTY
 - Static variable in class org.apache.maven.plugins.resources.MavenBuildTimestamp
-
-The property name.
-
-buildFilters
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-The list of additional filter properties files to be used 
along with System and project properties, which would
- be used for the filtering.
-
-
-
-
-
-C
-
-contextualize(Context)
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-CopyResourcesMojo - Class in org.apache.maven.plugins.resources
-
-Copy resources of the configured plugin attribute 
resources
-
-CopyResourcesMojo()
 - Constructor for class org.apache.maven.plugins.resources.CopyResourcesMojo
-
-
-
-
-
-D
-
-DEFAULT_BUILD_TIME_ZONE
 - Static variable in class org.apache.maven.plugins.resources.MavenBuildTimestamp
-
-The default time zone Etc/UTC.
-
-DEFAULT_BUILD_TIMESTAMP_FORMAT
 - Static variable in class org.apache.maven.plugins.resources.MavenBuildTimestamp
-
-ISO 8601-compliant timestamp for machine readability
-
-delimiters
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-
- Set of delimiters for expressions to filter within the resources.
-
-
-
-
-
-E
-
-encoding
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-The character encoding scheme to be applied when filtering 
resources.
-
-escapeString
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-Expressions preceded with this string won't be 
interpolated.
-
-escapeWindowsPaths
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-Whether to escape backslashes and colons in windows-style 
paths.
-
-execute()
 - Method in class org.apache.maven.plugins.resources.HelpMojo
-execute()
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-execute()
 - Method in class org.apache.maven.plugins.resources.TestResourcesMojo
-executeUserFilterComponents(MavenResourcesExecution)
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-
-
-
-
-
-F
-
-filters
 - Variable in class org.apache.maven.plugins.resources.ResourcesMojo
-
-
- The list of extra filter properties files to be used along with System 
properties, project properties, and filter
- properties files specified in the POM build/filters section, which should be 
used for the filtering during the
- current mojo execution.
-
-formattedTimestamp()
 - Method in class org.apache.maven.plugins.resources.MavenBuildTimestamp
-
-
-
-
-
-G
-
-getCombinedFiltersList()
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-
-getDelimiters()
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-
-getFilters()
 - Method in class org.apache.maven.plugins.resources.CopyResourcesMojo
-getFilters()
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-
-getOutputDirectory()
 - Method in class org.apache.maven.plugins.resources.CopyResourcesMojo
-getOutputDirectory()
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-
-getOutputDirectory()
 - Method in class org.apache.maven.plugins.resources.TestResourcesMojo
-getResources()
 - Method in class org.apache.maven.plugins.resources.CopyResourcesMojo
-getResources()
 - Method in class org.apache.maven.plugins.resources.ResourcesMojo
-
-getResources()
 - Method in class org.apache.maven.plugins.resources.TestResourcesMojo
-
-
-
-
-H
-
-HelpMojo - Class in org.apache.maven.plugins.resources
-
-Display help information on maven-resources-plugin.
- Call mvn resources:help -Ddetail=true -Dgoal=goal-name 
to display parameter details.
-

svn commit: r1880609 [43/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectBasicStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectBasicStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/stub/MavenProjectBasicStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,124 +1,124 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-MavenProjectBasicStub xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources.stub;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.io.File;
-23  import java.util.Properties;
-24  
-25  import 
org.apache.maven.plugin.testing.stubs.MavenProjectStub;
-26  import org.codehaus.plexus.PlexusTestCase;
-27  import org.codehaus.plexus.util.FileUtils;
-28  
-29  public class 
MavenProjectBasicStub
-30  extends MavenProjectStub
-31  {
-32  protected String identifier;
-33  
-34  protected String testRootDir;
-35  
-36  protected Properties properties;
-37  
-38  protected String description;
-39  
-40  public MavenProjectBasicStub(
 String id )
-41  throws Exception
-42  {
-43  properties = 
new Properties();
-44  identifier = 
id;
-45  testRootDir = 
PlexusTestCase.getBasedir() + "/target/test-classes/unit/test-dir/" + identifier;
-46  
-47  if ( !FileUtils.fileExists( testRootDir ) )
-48  {
-49  
FileUtils.mkdir( testRootDir );
-50  }
-51  }
-52  
-53  public String getName()
-54  {
-55  return "Test Project 
" + identifier;
-56  }
-57  
-58  public void 
setDescription( String desc )
-59  {
-60  description = 
desc;
-61  }
-62  
-63  public String getDescription()
-64  {
-65  if ( description == null )
-66  {
-67  return "this is a test 
project";
-68  }
-69  else
-70  {
-71  return description;
-72  }
-73  }
-74  
-75  public File getBasedir()
-76  {
-77  // create an isolated environment
-78  // see setupTestEnvironment for details
-79  return new 
File( testRootDir );
-80  }
-81  
-82  public String getGroupId()
-83  {
-84  return "org.apache.maven.plugin.test";
-85  }
-86  
-87  public String getArtifactId()
-88  {
-89  return "maven-resource-plugin-test#" + identifier;
-90  }
-91  
-92  public String getPackaging()
-93  {
-94  return "org.apache.maven.plugin.test";
-95  }
-96  
-97  public String getVersion()
-98  {
-99  return identifier;
-100 }
-101 
-102 public void 
addProperty( String key, String value )
-103 {
-104 
properties.put( key, value );
-105 }
-106 
-107 public Properties getProperties()
-108 {
-109 return properties;
-110 }
-111 }
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+
+MavenProjectBasicStub xref
+
+
+
+View
 Javadoc
+1   package org.apache.maven.plugins.resources.stub;
+2   
+3   /*
+4* Licensed to the Apache Software Foundation (ASF) under 
one
+5* or more contributor license agreements.  See the NOTICE 
file
+6* distributed with this work for additional 
information
+7* regarding copyright ownership.  The ASF licenses this 
file
+8* to you under the Apache License, Version 2.0 (the
+9* "License"); you may not use this file except in 
compliance
+10   * with the License.  You may obtain a copy of the License 
at
+11   *
+12   *   

svn commit: r1880609 [6/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,987 +1,1009 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-ResourcesMojo (Apache Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10,"i16":10,"i17":10,"i18":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class ResourcesMojo
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo
-
-
-org.apache.maven.plugins.resources.ResourcesMojo
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">ContextEnabled, http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo, 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
-
-
-Direct Known Subclasses:
-CopyResourcesMojo, TestResourcesMojo
-
-
-
-https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugins.annotations">@Mojo(https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--;
 title="class or interface in 
org.apache.maven.plugins.annotations">name="resources",
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#defaultPhase--;
 title="class or interface in 
org.apache.maven.plugins.annotations">defaultPhase=https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html?is-external=true#PROCESS_RESOURCES;
 title="class or interface in 
org.apache.maven.plugins.annotations">PROCESS_RESOURCES,
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresProject--;
 title="class or interface in 
org.apache.maven.plugins.annotations">requiresProject=true,
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe--;
 title="class or interface in 
org.apache.maven.plugins.annotations">threadSafe=true)
-public class ResourcesMojo
-extends http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">AbstractMojo
-implements 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
-Copy resources for the main source code to the main output 
directory. Always uses the project.build.resources element
- to specify the resources to copy.
-
-Author:
-Michal Maczka, mailto:ja...@maven.org;>Jason van Zyl, Andreas Hoheneder, William 
Ferguson
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected boolean
-addDefaultExcludes
-By default files like .gitignore, 

svn commit: r1880609 [25/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/constant-values.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/constant-values.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/constant-values.html
 Wed Aug  5 15:33:50 2020
@@ -1,218 +1,218 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Constant Field Values (Apache Maven Resources Plugin 3.1.0 Test 
API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Constant Field Values
-Contents
-
-org.apache.*
-
-
-
-
-
-org.apache.*
-
-
-
-org.apache.maven.plugins.resources.BasicPropertyUtilsTest
-
-Modifier and Type
-Constant Field
-Value
-
-
-
-
-
-protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-propFileName
-"/target/test-classes/unit/propertiesutils-test/basic.properties"
-
-
-
-
-protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-validationFileName
-"/target/test-classes/unit/propertiesutils-test/basic_validation.properties"
-
-
-
-
-
-
-org.apache.maven.plugins.resources.CopyResourcesMojoTest
-
-Modifier and Type
-Constant Field
-Value
-
-
-
-
-
-protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-defaultPomFilePath
-"/target/test-classes/unit/resources-test/plugin-config.xml"
-
-
-
-
-
-
-org.apache.maven.plugins.resources.ResourcesMojoTest
-
-Modifier and Type
-Constant Field
-Value
-
-
-
-
-
-protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-defaultPomFilePath
-"/target/test-classes/unit/resources-test/plugin-config.xml"
-
-
-
-
-
-
-org.apache.maven.plugins.resources.TestResourcesTest
-
-Modifier and Type
-Constant Field
-Value
-
-
-
-
-
-protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-defaultPomFilePath
-"/target/test-classes/unit/resources-test/plugin-config.xml"
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Constant Field Values (Apache Maven Resources Plugin 3.2.0 Test 
API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Constant Field Values
+Contents
+
+org.apache.*
+
+
+
+
+
+org.apache.*
+
+
+
+org.apache.maven.plugins.resources.BasicPropertyUtilsTest
+
+Modifier and Type
+Constant Field
+Value
+
+
+
+
+
+protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+propFileName
+"/target/test-classes/unit/propertiesutils-test/basic.properties"
+
+
+
+
+protectedstaticfinalhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
+validationFileName

svn commit: r1880609 [17/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/findbugs.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/findbugs.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/findbugs.html
 Wed Aug  5 15:33:50 2020
@@ -1,184 +1,183 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  FindBugs Bug Detector 
Report
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-FindBugs Bug Detector Report
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-Project Reports
-
-Surefire Report
-Checkstyle
-Source Xref
-Test Source Xref
-Tag 
List
-Javadoc
-Test Javadoc
-FindBugs
-Sonar
-Plugin Documentation
-Invoker Build Results
-
-
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-FindBugs Bug Detector 
Report
-The following document contains the results of http://findbugs.sourceforge.net;>FindBugs
-FindBugs Version is 3.0.1
-Threshold is medium
-Effort is min
-
-Summary
-
-
-Classes
-Bugs
-Errors
-Missing Classes
-
-6
-1
-0
-0
-
-Files
-
-
-Class
-Bugs
-
-org.apache.maven.plugins.resources.Resource
-1
-
-org.apache.maven.plugins.resources.Resource
-
-
-Bug
-Category
-Details
-Line
-Priority
-
-The class name org.apache.maven.plugins.resources.Resource shadows the 
simple name of the superclass org.apache.maven.model.Resource
-BAD_PRACTICE
-http://findbugs.sourceforge.net/bugDescriptions.html#NM_SAME_SIMPLE_NAME_AS_SUPERCLASS;>NM_SAME_SIMPLE_NAME_AS_SUPERCLASS
-27
-High
-
-  
-
-
-
-  
-
-Copyright 20012018
-https://www.apache.org/;>The Apache Software Foundation.
-All rights reserved.
-
-  
-
-  
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Maven Resources Plugin  FindBugs Bug Detector 
Report
+
+
+
+
+
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 

svn commit: r1880609 [27/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/index.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/index.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/index.html
 Wed Aug  5 15:33:50 2020
@@ -1,76 +1,76 @@
-http://www.w3.org/TR/html4/frameset.dtd;>
-
-
-
-
-
-Apache Maven Resources Plugin 3.1.0 Test API
-
-tmpTargetPage = "" + window.location.search;
-if (tmpTargetPage != "" && tmpTargetPage != "undefined")
-tmpTargetPage = tmpTargetPage.substring(1);
-if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
-tmpTargetPage = "undefined";
-targetPage = tmpTargetPage;
-function validURL(url) {
-try {
-url = decodeURIComponent(url);
-}
-catch (error) {
-return false;
-}
-var pos = url.indexOf(".html");
-if (pos == -1 || pos != url.length - 5)
-return false;
-var allowNumber = false;
-var allowSep = false;
-var seenDot = false;
-for (var i = 0; i < url.length - 5; i++) {
-var ch = url.charAt(i);
-if ('a' <= ch && ch <= 'z' ||
-'A' <= ch && ch <= 'Z' ||
-ch == '$' ||
-ch == '_' ||
-ch.charCodeAt(0) > 127) {
-allowNumber = true;
-allowSep = true;
-} else if ('0' <= ch && ch <= '9'
-|| ch == '-') {
-if (!allowNumber)
- return false;
-} else if (ch == '/' || ch == '.') {
-if (!allowSep)
-return false;
-allowNumber = false;
-allowSep = false;
-if (ch == '.')
- seenDot = true;
-if (ch == '/' && seenDot)
- return false;
-} else {
-return false;
-}
-}
-return true;
-}
-function loadFrames() {
-if (targetPage != "" && targetPage != "undefined")
- top.classFrame.location = top.targetPage;
-}
-
-
-
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-Frame Alert
-This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to Non-frame version.
-
-
+http://www.w3.org/TR/html4/frameset.dtd;>
+
+
+
+
+
+Apache Maven Resources Plugin 3.2.0 Test API
+
+tmpTargetPage = "" + window.location.search;
+if (tmpTargetPage != "" && tmpTargetPage != "undefined")
+tmpTargetPage = tmpTargetPage.substring(1);
+if (tmpTargetPage.indexOf(":") != -1 || (tmpTargetPage != "" && 
!validURL(tmpTargetPage)))
+tmpTargetPage = "undefined";
+targetPage = tmpTargetPage;
+function validURL(url) {
+try {
+url = decodeURIComponent(url);
+}
+catch (error) {
+return false;
+}
+var pos = url.indexOf(".html");
+if (pos == -1 || pos != url.length - 5)
+return false;
+var allowNumber = false;
+var allowSep = false;
+var seenDot = false;
+for (var i = 0; i < url.length - 5; i++) {
+var ch = url.charAt(i);
+if ('a' <= ch && ch <= 'z' ||
+'A' <= ch && ch <= 'Z' ||
+ch == '$' ||
+ch == '_' ||
+ch.charCodeAt(0) > 127) {
+allowNumber = true;
+allowSep = true;
+} else if ('0' <= ch && ch <= '9'
+|| ch == '-') {
+if (!allowNumber)
+ return false;
+} else if (ch == '/' || ch == '.') {
+if (!allowSep)
+return false;
+allowNumber = false;
+allowSep = false;
+if (ch == '.')
+ seenDot = true;
+if (ch == '/' && seenDot)
+ return false;
+} else {
+return false;
+}
+}
+return true;
+}
+function loadFrames() {
+if (targetPage != "" && targetPage != "undefined")
+ top.classFrame.location = top.targetPage;
+}
+
+
+
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+Frame Alert
+This document is designed to be viewed using the frames feature. If you see 
this message, you are using a non-frame-capable web client. Link to Non-frame version.
+
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/AbstractPropertyUtilsTest.html

svn commit: r1880609 [35/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectBasicStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectBasicStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/MavenProjectBasicStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,546 +1,546 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-MavenProjectBasicStub (Apache Maven Resources Plugin 3.1.0 Test 
API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources.stub
-Class 
MavenProjectBasicStub
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true;
 title="class or interface in 
org.apache.maven.project">org.apache.maven.project.MavenProject
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing.stubs">org.apache.maven.plugin.testing.stubs.MavenProjectStub
-
-
-org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-https://docs.oracle.com/javase/8/docs/api/java/lang/Cloneable.html?is-external=true;
 title="class or interface in java.lang">Cloneable
-
-
-Direct Known Subclasses:
-MavenProjectBuildStub
-
-
-
-public class MavenProjectBasicStub
-extends http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/stubs/MavenProjectStub.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing.stubs">MavenProjectStub
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-description
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-identifier
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/util/Properties.html?is-external=true;
 title="class or interface in java.util">Properties
-properties
-
-
-protected https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-testRootDir
-
-
-
-
-
-
-Fields inherited from classorg.apache.maven.project.http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true;
 title="class or interface in org.apache.maven.project">MavenProject
-http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true#EMPTY_PROJECT_ARTIFACT_ID;
 title="class or interface in 
org.apache.maven.project">EMPTY_PROJECT_ARTIFACT_ID, http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true#EMPTY_PROJECT_GROUP_ID;
 title="class or interface in 
org.apache.maven.project">EMPTY_PROJECT_GROUP_ID, http://maven.apache.org/maven-core/apidocs/org/apache/maven/project/MavenProject.html?is-external=true#EMPTY_PROJECT_VERSION;
 title="class or interface in 
org.apache.maven.project">EMPTY_PROJECT_VERSION
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-MavenProjectBasicStub(https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">Stringid)
-
-
-
-
-
-

svn commit: r1880609 [26/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/index-all.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/index-all.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/index-all.html
 Wed Aug  5 15:33:50 2020
@@ -1,461 +1,461 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Index (Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-ABCDFGILMOPRSTV
-
-
-A
-
-AbstractPropertyUtilsTest - Class in org.apache.maven.plugins.resources
-
-Base class for propertyutils test case
-
-AbstractPropertyUtilsTest()
 - Constructor for class org.apache.maven.plugins.resources.AbstractPropertyUtilsTest
-
-addDirectory(String)
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-addExclude(String)
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub
-
-addFile(String)
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-addFile(String,
 String) - Method in class 
org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-addInclude(String)
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub
-
-addProperty(String,
 String) - Method in class 
org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-addTestExclude(String)
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub
-
-addTestInclude(String)
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub
-
-
-
-
-
-B
-
-BasicPropertyUtilsTest - Class in org.apache.maven.plugins.resources
-
-BasicPropertyUtilsTest()
 - Constructor for class org.apache.maven.plugins.resources.BasicPropertyUtilsTest
-
-build
 - Variable in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-buildDirectory
 - Variable in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-
-
-
-
-C
-
-cleanBuildEnvironment()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-CopyResourcesMojoTest - Class in org.apache.maven.plugins.resources
-
-CopyResourcesMojoTest()
 - Constructor for class org.apache.maven.plugins.resources.CopyResourcesMojoTest
-
-
-
-
-
-D
-
-dataMap
 - Variable in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-defaultPomFilePath
 - Static variable in class org.apache.maven.plugins.resources.CopyResourcesMojoTest
-
-defaultPomFilePath
 - Static variable in class org.apache.maven.plugins.resources.ResourcesMojoTest
-
-defaultPomFilePath
 - Static variable in class org.apache.maven.plugins.resources.TestResourcesTest
-
-description
 - Variable in class org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-directoryList
 - Variable in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-
-
-
-
-F
-
-fileList
 - Variable in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-filteredFileExtension(String,
 ListString) - Method in class 
org.apache.maven.plugins.resources.filters.ItFilter
-
-filterResources(MavenResourcesExecution)
 - Method in class org.apache.maven.plugins.resources.filters.ItFilter
-
-
-
-
-
-G
-
-getArtifactId()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-getBasedir()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-getBaseDir()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub
-
-getBuild()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-getDefaultNonFilteredFileExtensions()
 - Method in class org.apache.maven.plugins.resources.filters.ItFilter
-
-getDescription()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-getGroupId()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-getName()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-getOutputDirectory()
 - Method in class org.apache.maven.plugins.resources.stub.MavenProjectBuildStub
-
-getPackaging()
 - Method in class 

svn commit: r1880609 [13/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/dependency-management.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/dependency-management.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/dependency-management.html
 Wed Aug  5 15:33:50 2020
@@ -1,178 +1,179 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  Project Dependency 
Management
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Project Dependency Management
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-
-About
-Summary
-Dependency Information
-Team
-Source Code Management
-Issue Management
-Mailing Lists
-Dependency 
Management
-Dependencies
-Dependency Convergence
-CI Management
-Plugin Management
-Plugins
-Distribution Management
-
-
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-Project Dependency 
Management
-
-compile
-The following is a list of compile dependencies in the DependencyManagement 
of this project. These dependencies can be included in the submodules to 
compile and run the submodule:
-
-
-GroupId
-ArtifactId
-Version
-Type
-License
-
-org.codehaus.plexus
-http://codehaus-plexus.github.io/plexus-containers/plexus-component-annotations/;>plexus-component-annotations
-1.7.1
-jar
-http://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
-
-provided
-The following is a list of provided dependencies in the 
DependencyManagement of this project. These dependencies can be included in the 
submodules to compile the submodule, but should be provided by default when 
using the library:
-
-
-GroupId
-ArtifactId
-Version
-Type
-License
-
-org.apache.maven.plugin-tools
-https://maven.apache.org/plugin-tools/maven-plugin-annotations;>maven-plugin-annotations
-3.5.1
-jar
-https://www.apache.org/licenses/LICENSE-2.0.txt;>Apache License, Version 
2.0
-
-  

svn commit: r1880609 [1/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Author: dennisl
Date: Wed Aug  5 15:33:50 2020
New Revision: 1880609

Log:
Site checkin for project Apache Maven Resources Plugin

Added:

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/ci-management.html
   (with props)

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/examples/filtering-properties-files.html
   (with props)

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-management.html
   (with props)

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/mailing-lists.html
   (with props)

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/scm.html
   (with props)

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/summary.html
   (with props)

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/team.html
   (with props)
Removed:

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/integration.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/invoker-report.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-tracking.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/mail-lists.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/project-summary.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/sonar.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/source-repository.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/team-list.html
Modified:

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/allclasses-frame.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/allclasses-noframe.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/constant-values.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/deprecated-list.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/help-doc.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/index-all.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/index.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/CopyResourcesMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/HelpMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/MavenBuildTimestamp.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/Resource.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/ResourcesMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/CopyResourcesMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/HelpMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/MavenBuildTimestamp.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/Resource.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/ResourcesMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/TestResourcesMojo.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/package-frame.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/package-summary.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/package-tree.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/package-use.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/overview-tree.html

maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/package-list

maven/website/components/plugins-archives/maven-resources-plugin-LATEST

svn commit: r1880609 [3/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/CopyResourcesMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/CopyResourcesMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/CopyResourcesMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,430 +1,430 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-CopyResourcesMojo (Apache Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class CopyResourcesMojo
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo
-
-
-org.apache.maven.plugins.resources.ResourcesMojo
-
-
-org.apache.maven.plugins.resources.CopyResourcesMojo
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">ContextEnabled, http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo, 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
-
-
-
-https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugins.annotations">@Mojo(https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--;
 title="class or interface in 
org.apache.maven.plugins.annotations">name="copy-resources",
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe--;
 title="class or interface in 
org.apache.maven.plugins.annotations">threadSafe=true)
-public class CopyResourcesMojo
-extends ResourcesMojo
-Copy resources of the configured plugin attribute 
resources
-
-Since:
-2.3
-Author:
-Olivier Lamy
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from classorg.apache.maven.plugins.resources.ResourcesMojo
-addDefaultExcludes,
 buildFilters,
 delimiters,
 encoding,
 escapeString,
 escapeWindowsPaths,
 filters,
 includeEmptyDirs,
 mavenResourcesFiltering, nonFilteredFileExtensions,
 project,
 session,
 useBuildFilters,
 useDefaultDelimiters
-
-
-
-
-
-Fields inherited from interfaceorg.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true#ROLE;
 title="class or interface in org.apache.maven.plugin">ROLE
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-CopyResourcesMojo()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-https://docs.oracle.com/javase/8/docs/api/java/util/List.html?is-external=true;
 title="class or interface in java.util">Listhttps://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-getFilters()
-
-
-https://docs.oracle.com/javase/8/docs/api/java/io/File.html?is-external=true;
 title="class or interface in java.io">File

svn commit: r1880609 [18/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Added: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-management.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-management.html
 (added)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-management.html
 Wed Aug  5 15:33:50 2020
@@ -0,0 +1,152 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Maven Resources Plugin  Issue Management
+
+
+
+
+
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-140879-1']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+  
+  
+
+  
+https://www.apache.org/; 
id="bannerLeft">
+
+
+  
+
+  
+
+  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
+  Maven/
+  Plugins/
+  Apache Maven Resources Plugin/
+Issue Management
+| 
Last Published: 2020-08-05
+  Version: 3.2.0
+
+  
+  
+
+  
+
+  Overview
+Introduction
+Goals
+Usage
+FAQ
+http://www.apache.org/licenses/; class="externalLink" 
title="License">License
+Download
+  Examples
+Specifying a character encoding 
scheme
+Specifying resource directories
+Filtering
+Filtering properties files
+Including and excluding files 
and directories
+Escape Filtering
+Copy Resources
+Binaries Filtering
+Custom Resources Filters
+  Project Documentation
+Project Information
+
+About
+Summary
+Dependency Information
+Team
+Source Code Management
+Issue 
Management
+Mailing Lists
+Dependency Management
+Dependencies
+Dependency Convergence
+CI Management
+Plugin Management
+Plugins
+Distribution Management
+
+
+Project Reports
+  Maven Projects
+Archetype
+Artifact Resolver
+Doxia
+JXR
+Maven
+Parent POMs
+Plugins
+Plugin Testing
+Plugin Tools
+Resource Bundles
+SCM
+Shared Components
+Skins
+Surefire
+Wagon
+  ASF
+https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
+https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
+https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
+https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
+
+https://www.google.com/search; method="get" >
+  
+  
+
+asyncJs( 
'https://cse.google.com/brand?form=search-form' )
+  
+  
+
+
+
+https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
+!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
+
+
+
+http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+
+  
+
+
+
+Overview
+This project uses http://www.atlassian.com/software/jira;>JIRA.
+
+Issue Management
+Issues, bugs, and feature requests should be submitted to the following 
issue management system for this project.
+https://issues.apache.org/jira/browse/MRESOURCES;>https://issues.apache.org/jira/browse/MRESOURCES
+
+  
+
+
+
+  
+
+Copyright 20012020
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+  
+
+  
+
\ No newline at end of file

Propchange: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-management.html
--
svn:eol-style = native

Propchange: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/issue-management.html
--
svn:keywords = Author Date Id Revision

Modified: 

svn commit: r1880609 [20/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/project-info.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/project-info.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/project-info.html
 Wed Aug  5 15:33:50 2020
@@ -1,200 +1,201 @@
-
-
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-  
-
-
-
-
-Apache Maven Resources Plugin  Project Information
-
-
-
-
-
-
-  var _gaq = _gaq || [];
-  _gaq.push(['_setAccount', 'UA-140879-1']);
-  _gaq.push(['_trackPageview']);
-  (function() {
-var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
-ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
-var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
-  })();
-
-  
-  
-
-  
-https://www.apache.org/; 
id="bannerLeft">
-
-
-  
-
-  
-
-  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
-  Maven/
-  Plugins/
-  Apache Maven Resources Plugin/
-Project Information
-| 
Last Published: 2018-04-23
-  Version: 3.1.0
-
-  
-  
-
-  
-
-  Overview
-Introduction
-Goals
-Usage
-FAQ
-http://www.apache.org/licenses/; class="externalLink" 
title="License">License
-Download
-  Examples
-Specifying a character encoding 
scheme
-Specifying resource directories
-Filtering
-Including and excluding files 
and directories
-Escape Filtering
-Copy Resources
-Binaries Filtering
-Custom Resources Filters
-  Project Documentation
-Project Information
-
-About
-Summary
-Dependency Information
-Team
-Source Code Management
-Issue Management
-Mailing Lists
-Dependency Management
-Dependencies
-Dependency Convergence
-CI Management
-Plugin Management
-Plugins
-Distribution Management
-
-
-Project Reports
-  Maven Projects
-Archetype
-Artifact Resolver
-Doxia
-JXR
-Maven
-Parent POMs
-Plugins
-Plugin Testing
-Plugin Tools
-Resource Bundles
-SCM
-Shared Components
-Skins
-Surefire
-Wagon
-  ASF
-https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
-https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
-https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
-https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
-
-https://www.google.com/search; method="get" >
-  
-  
-
-asyncJs( 
'https://cse.google.com/brand?form=search-form' )
-  
-  
-
-
-
-https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
-!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
-
-
-
-http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
-
-  
-
-
-
-Project Information
-This document provides an overview of the various documents and links that 
are part of this project's general information. All of this content is 
automatically generated by http://maven.apache.org;>Maven on behalf of the project.
-
-Overview
-
-
-Document
-Description
-
-About
-The Resources Plugin handles the copying of project resources to the output
-directory. There are two different kinds of resources: main resources and 
test resources. The
-difference is that the main resources are the resources associated to the 
main
-source code while the test resources are associated to the test source 
code.
-Thus, this allows the separation of resources for the main source code and 
its
-unit tests.
-
-Summary
-This document lists other related information of this project
-
-Dependency Information
-This document describes how to to include this project as a dependency 
using various dependency management tools.
-
-Team
-This document provides information on the members of this project. These 
are the individuals who have 

svn commit: r1880609 [42/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/TestResourcesTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/TestResourcesTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/TestResourcesTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,104 +1,104 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-TestResourcesTest xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.io.File;
-23  import java.util.Collections;
-24  import java.util.List;
-25  
-26  import org.apache.maven.model.Resource;
-27  import 
org.apache.maven.plugin.testing.AbstractMojoTestCase;
-28  import 
org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub;
-29  import org.codehaus.plexus.util.FileUtils;
-30  
-31  public class 
TestResourcesTest
-32  extends AbstractMojoTestCase
-33  {
-34  protected final static 
String defaultPomFilePath = "/target/test-classes/unit/resources-test/plugin-config.xml";
-35  
-36  protected void setUp()
-37  throws Exception
-38  {
-39  super.setUp();
-40  }
-41  
-42  /**
-43   * test mojo lookup, test harness should be 
working fine
-44   *
-45   * @throws Exception
-46   */
-47  public void 
testHarnessEnvironment()
-48  throws Exception
-49  {
-50  File testPom 
= new File( getBasedir(), 
defaultPomFilePath );
-51  ResourcesMojo 
mojo = (ResourcesMojo) lookupMojo( "testResources", testPom );
-52  
-53  
assertNotNull( mojo );
-54  }
-55  
-56  /**
-57   * @throws Exception
-58   */
-59  public void 
testTestResourceDirectoryCreation()
-60  throws Exception
-61  {
-62  File testPom 
= new File( getBasedir(), 
defaultPomFilePath );
-63  
TestResourcesMojo mojo = (TestResourcesMojo) lookupMojo( "testResources", testPom );
-64  MavenProjectResourcesStub
 project = new MavenProjectResourcesStub(
 "testResourceDirectoryStructure" );
-65  
ListResource resources = project.getBuild().getResources();
-66  
-67  
assertNotNull( mojo );
-68  
-69  
project.addFile( "file4.txt" );
-70  
project.addFile( "package/file3.nottest" );
-71  
project.addFile( "notpackage/file1.include" );
-72  
project.addFile( "package/test/file1.txt" );
-73  
project.addFile( "notpackage/test/file2.txt" );
-74  
project.setupBuildEnvironment();
-75  
-76  
setVariableValueToObject( mojo, "project", 
project );
-77  
setVariableValueToObject( mojo, "resources", 
resources );
-78  
setVariableValueToObject( mojo, "outputDirectory", new File( 
project.getBuild().getTestOutputDirectory() ) );
-79  
setVariableValueToObject( mojo, "buildFilters", 
Collections.emptyList() );
-80  
setVariableValueToObject( mojo, "useBuildFilters", Boolean.TRUE );
-81  
mojo.execute();
-82  
-83  String 
resorucesDir = project.getTestOutputDirectory();
-84  
-85  assertTrue( 
FileUtils.fileExists( resorucesDir + "/file4.txt" ) );
-86  assertTrue( 
FileUtils.fileExists( resorucesDir + "/package/file3.nottest" ) );
-87  assertTrue( 
FileUtils.fileExists( resorucesDir + "/notpackage/file1.include" ) );
-88  assertTrue( 
FileUtils.fileExists( resorucesDir + "/package/test" ) );
-89  assertTrue( 
FileUtils.fileExists( resorucesDir + "/notpackage/test" ) );
-90  }
-91  }
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>

svn commit: r1880609 [7/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/TestResourcesMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,415 +1,415 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-TestResourcesMojo (Apache Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10,"i3":10,"i4":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class TestResourcesMojo
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/AbstractMojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin">org.apache.maven.plugin.AbstractMojo
-
-
-org.apache.maven.plugins.resources.ResourcesMojo
-
-
-org.apache.maven.plugins.resources.TestResourcesMojo
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/ContextEnabled.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">ContextEnabled, http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 title="class or interface in org.apache.maven.plugin">Mojo, 
org.codehaus.plexus.personality.plexus.lifecycle.phase.Contextualizable
-
-
-
-https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugins.annotations">@Mojo(https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#name--;
 title="class or interface in 
org.apache.maven.plugins.annotations">name="testResources",
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#defaultPhase--;
 title="class or interface in 
org.apache.maven.plugins.annotations">defaultPhase=https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/LifecyclePhase.html?is-external=true#PROCESS_TEST_RESOURCES;
 title="class or interface in 
org.apache.maven.plugins.annotations">PROCESS_TEST_RESOURCES,
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#requiresProject--;
 title="class or interface in 
org.apache.maven.plugins.annotations">requiresProject=true,
-  https://maven.apache.org/plugin-tools/maven-plugin-annotations/apidocs/org/apache/maven/plugins/annotations/Mojo.html?is-external=true#threadSafe--;
 title="class or interface in 
org.apache.maven.plugins.annotations">threadSafe=true)
-public class TestResourcesMojo
-extends ResourcesMojo
-Copy resources for the test source code to the test output 
directory.
- Always uses the project.build.testResources element to specify the resources 
to copy.
-
-Author:
-Michal Maczka, mailto:ja...@maven.org;>Jason van Zyl
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-
-
-
-Fields inherited from classorg.apache.maven.plugins.resources.ResourcesMojo
-addDefaultExcludes,
 buildFilters,
 delimiters,
 encoding,
 escapeString,
 escapeWindowsPaths,
 filters,
 includeEmptyDirs,
 mavenResourcesFiltering, nonFilteredFileExtensions,
 project,
 session,
 useBuildFilters,
 useDefaultDelimiters
-
-
-
-
-
-Fields inherited from interfaceorg.apache.maven.plugin.http://maven.apache.org/maven-plugin-api/apidocs/org/apache/maven/plugin/Mojo.html?is-external=true;
 

svn commit: r1880609 [49/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/TestResourcesMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/TestResourcesMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/TestResourcesMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,116 +1,116 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-TestResourcesMojo xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import org.apache.maven.model.Resource;
-23  import 
org.apache.maven.plugin.MojoExecutionException;
-24  import 
org.apache.maven.plugins.annotations.LifecyclePhase;
-25  import org.apache.maven.plugins.annotations.Mojo;
-26  import 
org.apache.maven.plugins.annotations.Parameter;
-27  
-28  import java.io.File;
-29  import java.util.List;
-30  
-31  /**
-32   * Copy resources for the test source code to the 
test output directory.
-33   * Always uses the project.build.testResources 
element to specify the resources to copy.
-34   *
-35   * @author a 
href="michal.mac...@dimatics.com"Michal Maczka/a
-36   * @author a href="mailto:ja...@maven.org; 
target="alexandria_uri">mailto:ja...@maven.org"Jason van 
Zyl/a
-37   */
-38  @Mojo( name = "testResources", defaultPhase = 
LifecyclePhase.PROCESS_TEST_RESOURCES, requiresProject = true,
-39 threadSafe = 
true )
-40  public class 
TestResourcesMojo
-41  extends ResourcesMojo
-42  {
-43  /**
-44   * The output directory into which to copy the 
resources.
-45   */
-46  @Parameter( 
defaultValue = "${project.build.testOutputDirectory}", required = 
true )
-47  private File outputDirectory;
-48  
-49  /**
-50   * The list of resources we want to 
transfer.
-51   */
-52  @Parameter( 
defaultValue = "${project.testResources}", 
required = true, readonly = false )
-53  private ListResource resources;
-54  
-55  /**
-56   * Set this to 'true' to bypass copying of test 
resources.
-57   * Its use is NOT RECOMMENDED, but quite 
convenient on occasion.
-58   * @since 2.6
-59   */
-60  @Parameter( 
property = "maven.test.skip", defaultValue = 
"false" )
-61  private boolean skip;
-62  
-63  /**
-64   * {@inheritDoc}
-65   */
-66  public void 
execute()
-67  throws MojoExecutionException
-68  {
-69  if ( skip )
-70  {
-71  
getLog().info( "Not copying test resources" );
-72  }
-73  else
-74  {
-75  super.execute();
-76  }
-77  }
-78  
-79  /** {@inheritDoc} */
-80  public File getOutputDirectory()
-81  {
-82  return outputDirectory;
-83  }
-84  
-85  /** {@inheritDoc} */
-86  public void 
setOutputDirectory( File outputDirectory )
-87  {
-88  this.outputDirectory = outputDirectory;
-89  }
-90  
-91  /** {@inheritDoc} */
-92  public ListResource getResources()
-93  {
-94  return resources;
-95  }
-96  
-97  /** {@inheritDoc} */
-98  public void 
setResources( ListResource resources )
-99  {
-100 this.resources = resources;
-101 }
-102 
-103 }
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+
+TestResourcesMojo xref
+
+
+
+View
 Javadoc
+1   package org.apache.maven.plugins.resources;
+2   
+3   /*
+4* Licensed to the Apache Software Foundation (ASF) under 
one
+5* or more contributor license agreements.  See the NOTICE 
file
+6* distributed with this work for additional 
information

svn commit: r1880609 [23/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
 project in one way or another.
+
+
+Image
+Id
+Name
+Email
+Organization
+Roles
+Time Zone
+
+https://www.gravatar.com/avatar/d035aeb839495240c58bbb03992ceda8?d=mms=60;
 alt="" />
+rfscholte
+Robert Scholte
+rfscho...@apache.org
+-
+PMC Chair
+Europe/Amsterdam
+
+https://www.gravatar.com/avatar/cdbe99fe3d6af6a18dd8c35b0687a50b?d=mms=60;
 alt="" />
+aheritier
+Arnaud Hritier
+aherit...@apache.org
+-
+PMC Member
++1
+
+https://www.gravatar.com/avatar/b44837697ce1ec56d63e7e851ee3967e?d=mms=60;
 alt="" />
+andham
+Anders Hammar
+and...@apache.org
+-
+PMC Member
++1
+
+https://www.gravatar.com/avatar/843c139514b33ef9121f6e4bfd2ef547?d=mms=60;
 alt="" />
+baerrach
+Barrie Treloar
+baerr...@apache.org
+-
+PMC Member
+Australia/Adelaide
+
+https://www.gravatar.com/avatar/c4fd4aa87482d9ecf81173cad089f0c3?d=mms=60;
 alt="" />
+bimargulies
+Benson Margulies
+bimargul...@apache.org
+-
+PMC Member
+America/New_York
+
+https://www.gravatar.com/avatar/5f46e5f33b0d23121af7113258485a2b?d=mms=60;
 alt="" />
+brianf
+Brian Fox
+bri...@apache.org
+Sonatype
+PMC Member
+-5
+
+https://www.gravatar.com/avatar/c7279715ebb81d73b0331799094b8292?d=mms=60;
 alt="" />
+cstamas
+Tamas Cservenak
+csta...@apache.org
+-
+PMC Member
++1
+
+https://www.gravatar.com/avatar/c8686cad245196c9e392201ad7bb364f?d=mms=60;
 alt="" />
+dennisl
+Dennis Lundberg
+denn...@apache.org
+ASF
+PMC Member
++1
+
+https://www.gravatar.com/avatar/638136a641ed5c512f446444339cf271?d=mms=60;
 alt="" />
+dkulp
+Daniel Kulp
+dk...@apache.org
+ASF
+PMC Member
+-5
+
+https://www.gravatar.com/avatar/efe7252f3b18253bf4318062ece95a3b?d=mms=60;
 alt="" />
+evenisse
+Emmanuel Venisse
+eveni...@apache.org
+ASF
+PMC Member
++1
+
+https://www.gravatar.com/avatar/01a438a22b35dd8a284815f782a046fc?d=mms=60;
 alt="" />
+gboue
+Guillaume Bou
+gb...@apache.org
+-
+PMC Member
+Europe/Paris
+
+https://www.gravatar.com/avatar/35b0cc47b5e6d602734c636082d630df?d=mms=60;
 alt="" />
+hboutemy
+Herv Boutemy
+hbout...@apache.org
+ASF
+PMC Member
+Europe/Paris
+
+https://www.gravatar.com/avatar/a52c0cfedf677c3dbf7ff1eaa4f3d8b4?d=mms=60;
 alt="" />
+ifedorenko
+Igor Fedorenko
+i...@ifedorenko.com
+Sonatype
+PMC Member
+-5
+
+https://www.gravatar.com/avatar/81f0dd51add422563de0b7ce828b0728?d=mms=60;
 alt="" />
+jvanzyl
+Jason van Zyl
+ja...@maven.org
+-
+PMC Member
+-5
+
+https://www.gravatar.com/avatar/a7a7de61eca1a5af56823753b1b3b838?d=mms=60;
 alt="" />
+khmarbaise
+Karl Heinz Marbaise
+khmarba...@apache.org
+-
+PMC Member
++1
+
+https://www.gravatar.com/avatar/3c2ad6b6efb1c84d9ff60259f8c8ef95?d=mms=60;
 alt="" />
+krosenvold
+Kristian Rosenvold
+krosenv...@apache.org
+-
+PMC Member
++1
+
+https://www.gravatar.com/avatar/?d=blankf=ys=60;
 alt="" />
+mkleint
+Milos Kleint
+-
+-
+PMC Member
+-
+
+https://www.gravatar.com/avatar/bab29f762bea8e578505424443d8cd41?d=mms=60;
 alt="" />
+olamy
+Olivier Lamy
+ol...@apache.org
+-
+PMC Member
+Australia/Melbourne
+
+https://www.gravatar.com/avatar/f6caee604fc0ee8ffb030dcac691c9e3?d=mms=60;
 alt="" />
+michaelo
+Michael Osipov
+micha...@apache.org
+-
+PMC Member
+Europe/Berlin
+
+https://www.gravatar.com/avatar/5447780a4d31a6f20e28ee453a1f5b8d?d=mms=60;
 alt="" />
+rgoers
+Ralph Goers
+rgo...@apache.org
+Intuit
+PMC Member
+-8
+
+https://www.gravatar.com/avatar/84b52fef91820858d5e18cc0363b3bbe?d=mms=60;
 alt="" />
+stephenc
+Stephen Connolly
+steph...@apache.org
+-
+PMC Member
+0
+
+https://www.gravatar.com/avatar/28734d9ff3306a41efafa5b94d8eb163?d=mms=60;
 alt="" />
+struberg
+Mark Struberg
+strub...@apache.org
+-
+PMC Member
+-
+
+https://www.gravatar.com/avatar/feb64254400eb261c6ba03afadd092a3?d=mms=60;
 alt="" />
+tibordigana
+Tibor Digaa
+tibordig...@apache.org
+-
+PMC Member
+Europe/Bratislava
+
+https://www.gravatar.com/avatar/6b3c87a9fd95fb1d0af16816a075224e?d=mms=60;
 alt="" />
+vsiveton
+Vincent Siveton
+vsive...@apache.org
+ASF
+PMC Member
+-5
+
+https://www.gravatar.com/avatar/c662f616ca2c1b04d5ba7b96ca3b5171?d=mms=60;
 alt="" />
+wfay
+Wayne Fay
+w...@apache.org
+ASF
+PMC Member
+-6
+
+https://www.gravatar.com/avatar/ea3935a08a086d01b5ee12fb2d6e923a?d=mms=60;
 alt="" />
+adangel
+Andreas Dangel
+adan...@apache.org
+-
+Committer
+Europe/Berlin
+
+https://www.gravatar.com/avatar/bb362cf0ab5e1d0068665a9d9f0167e7?d=mms=60;
 alt="" />
+bdemers
+Brian Demers
+bdem...@apache.org
+Sonatype
+Committer
+-5
+
+https://www.gravatar.com/avatar/?d=blankf=ys=60;
 alt="" />
+bellingard
+Fabrice Bellingard
+-
+-
+Committer
+-
+
+https://www.gravatar.com/avatar/9a790b32ad665e9aa78988ba378250c1?d=mms=60;
 alt="" />
+bentmann

svn commit: r1880609 [30/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/ResourcesMojoTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/ResourcesMojoTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/ResourcesMojoTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,640 +1,640 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-ResourcesMojoTest (Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-var methods = 
{"i0":10,"i1":10,"i2":10,"i3":10,"i4":10,"i5":10,"i6":10,"i7":10,"i8":10,"i9":10,"i10":10,"i11":10,"i12":10,"i13":10,"i14":10,"i15":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class ResourcesMojoTest
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-junit.framework.Assert
-
-
-junit.framework.TestCase
-
-
-org.codehaus.plexus.PlexusTestCase
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">org.apache.maven.plugin.testing.AbstractMojoTestCase
-
-
-org.apache.maven.plugins.resources.ResourcesMojoTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-junit.framework.Test
-
-
-
-public class ResourcesMojoTest
-extends http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-defaultPomFilePath
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-ResourcesMojoTest()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-void
-testHarnessEnvironment()
-test mojo lookup, test harness should be working fine
-
-
-
-void
-testProjectProperty_Filtering_PropertyDestination()
-
-
-void
-testPropertyFiles_Extra()
-
-
-void
-testPropertyFiles_Filtering_TokensInFilters()
-Validates that a Filter token containing a project property 
will be resolved before the Filter is applied to the
- resources.
-
-
-
-void
-testPropertyFiles_Filtering()
-
-
-void
-testPropertyFiles_MainAndExtra()
-
-
-void
-testResourceDirectoryStructure_RelativePath()
-
-
-void
-testResourceDirectoryStructure()
-
-
-void
-testResourceEncoding()
-
-
-void
-testResourceExclude()
-
-
-void
-testResourceInclude()
-
-
-void
-testResourceProjectProperties_Filtering()
-
-
-void
-testResourceSystemProperties_Filtering()
-
-
-void
-testResourceTargetPath()
-
-
-void
-testWindowsPathEscapingDisabled()
-
-
-void
-testWindowsPathEscapingEnabled()
-
-
-
-
-
-
-Methods inherited from classorg.apache.maven.plugin.testing.http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-org.codehaus.plexus.configuration.PlexusConfiguration-;
 title="class or interface in 
org.apache.maven.plugin.testing">configureMojo, 

svn commit: r1880609 [10/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Added: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/ci-management.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/ci-management.html
 (added)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/ci-management.html
 Wed Aug  5 15:33:50 2020
@@ -0,0 +1,155 @@
+
+
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+  
+
+
+
+
+Apache Maven Resources Plugin  CI Management
+
+
+
+
+
+
+  var _gaq = _gaq || [];
+  _gaq.push(['_setAccount', 'UA-140879-1']);
+  _gaq.push(['_trackPageview']);
+  (function() {
+var ga = document.createElement('script'); ga.type = 
'text/javascript'; ga.async = true;
+ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 
'http://www') + '.google-analytics.com/ga.js';
+var s = document.getElementsByTagName('script')[0]; 
s.parentNode.insertBefore(ga, s);
+  })();
+
+  
+  
+
+  
+https://www.apache.org/; 
id="bannerLeft">
+
+
+  
+
+  
+
+  https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
+  Maven/
+  Plugins/
+  Apache Maven Resources Plugin/
+CI Management
+| 
Last Published: 2020-08-05
+  Version: 3.2.0
+
+  
+  
+
+  
+
+  Overview
+Introduction
+Goals
+Usage
+FAQ
+http://www.apache.org/licenses/; class="externalLink" 
title="License">License
+Download
+  Examples
+Specifying a character encoding 
scheme
+Specifying resource directories
+Filtering
+Filtering properties files
+Including and excluding files 
and directories
+Escape Filtering
+Copy Resources
+Binaries Filtering
+Custom Resources Filters
+  Project Documentation
+Project Information
+
+About
+Summary
+Dependency Information
+Team
+Source Code Management
+Issue Management
+Mailing Lists
+Dependency Management
+Dependencies
+Dependency Convergence
+CI 
Management
+Plugin Management
+Plugins
+Distribution Management
+
+
+Project Reports
+  Maven Projects
+Archetype
+Artifact Resolver
+Doxia
+JXR
+Maven
+Parent POMs
+Plugins
+Plugin Testing
+Plugin Tools
+Resource Bundles
+SCM
+Shared Components
+Skins
+Surefire
+Wagon
+  ASF
+https://www.apache.org/foundation/how-it-works.html; 
class="externalLink" title="How Apache Works">How 
Apache Works
+https://www.apache.org/foundation/; class="externalLink" 
title="Foundation">Foundation
+https://www.apache.org/foundation/sponsorship.html; 
class="externalLink" title="Sponsoring Apache">Sponsoring Apache
+https://www.apache.org/foundation/thanks.html; 
class="externalLink" title="Thanks">Thanks
+
+https://www.google.com/search; method="get" >
+  
+  
+
+asyncJs( 
'https://cse.google.com/brand?form=search-form' )
+  
+  
+
+
+
+https://twitter.com/ASFMavenProject; 
class="twitter-follow-button" data-show-count="false" data-align="left" 
data-size="medium" data-show-screen-name="true" data-lang="en">Follow 
ASFMavenProject
+!function(d,s,id){var 
js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");
+
+
+
+http://maven.apache.org/; title="Built by Maven" 
class="poweredBy">
+
+  
+
+
+
+Overview
+This project uses http://jenkins-ci.org/;>Jenkins.
+
+Access
+The following is a link to the continuous integration system used by the 
project:
+https://builds.apache.org/job/maven-box/job/maven-resources-plugin/;>https://builds.apache.org/job/maven-box/job/maven-resources-plugin/
+
+Notifiers
+No notifiers are defined. Please check back at a later date.
+
+  
+
+
+
+  
+
+Copyright 20012020
+https://www.apache.org/;>The Apache Software Foundation.
+All rights reserved.
+
+  
+
+  
+
\ No newline at end of file

Propchange: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/ci-management.html
--
svn:eol-style = native

Propchange: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/ci-management.html
--
svn:keywords = Author Date Id Revision

Modified: 

svn commit: r1880609 [41/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/ResourcesMojoTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/ResourcesMojoTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref-test/org/apache/maven/plugins/resources/ResourcesMojoTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,722 +1,712 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-ResourcesMojoTest xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *   http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.io.BufferedReader;
-23  import java.io.File;
-24  import java.io.FileInputStream;
-25  import java.io.FileReader;
-26  import java.io.IOException;
-27  import java.util.Collections;
-28  import java.util.LinkedList;
-29  import java.util.List;
-30  import java.util.Properties;
-31  
-32  import 
org.apache.maven.execution.DefaultMavenExecutionRequest;
-33  import 
org.apache.maven.execution.MavenExecutionRequest;
-34  import org.apache.maven.execution.MavenSession;
-35  import org.apache.maven.model.Resource;
-36  import 
org.apache.maven.plugin.testing.AbstractMojoTestCase;
-37  import 
org.apache.maven.plugins.resources.stub.MavenProjectResourcesStub;
-38  import org.codehaus.plexus.PlexusContainer;
-39  import org.codehaus.plexus.util.FileUtils;
-40  import org.codehaus.plexus.util.IOUtil;
-41  import org.sonatype.aether.RepositorySystemSession;
-42  
-43  public class 
ResourcesMojoTest
-44  extends AbstractMojoTestCase
-45  {
-46  protected final static 
String defaultPomFilePath = "/target/test-classes/unit/resources-test/plugin-config.xml";
-47  
-48  /**
-49   * test mojo lookup, test harness should be 
working fine
-50   *
-51   * @throws Exception
-52   */
-53  public void 
testHarnessEnvironment()
-54  throws Exception
-55  {
-56  File testPom 
= new File( getBasedir(), 
defaultPomFilePath );
-57  ResourcesMojo 
mojo = (ResourcesMojo) lookupMojo( "resources", 
testPom );
-58  
-59  
assertNotNull( mojo );
-60  }
-61  
-62  /**
-63   * @throws Exception
-64   */
-65  public void 
testResourceDirectoryStructure()
-66  throws Exception
-67  {
-68  File testPom 
= new File( getBasedir(), 
defaultPomFilePath );
-69  ResourcesMojo 
mojo = (ResourcesMojo) lookupMojo( "resources", 
testPom );
-70  MavenProjectResourcesStub
 project = new MavenProjectResourcesStub(
 "resourceDirectoryStructure" );
-71  
ListResource resources = project.getBuild()
-72
  .getResources();
-73  
-74  
assertNotNull( mojo );
-75  
-76  
project.addFile( "file4.txt" );
-77  
project.addFile( "package/file3.nottest" );
-78  
project.addFile( "notpackage/file1.include" );
-79  
project.addFile( "package/test/file1.txt" );
-80  
project.addFile( "notpackage/test/file2.txt" );
-81  
project.setupBuildEnvironment();
-82  
-83  
setVariableValueToObject( mojo, "project", 
project );
-84  
setVariableValueToObject( mojo, "resources", 
resources );
-85  
setVariableValueToObject( mojo, "outputDirectory", new File( project.getBuild()
-86
  .getOutputDirectory() ) );
-87  
setVariableValueToObject( mojo, "buildFilters", 
Collections.emptyList() );
-88  
setVariableValueToObject( mojo, "useBuildFilters", Boolean.TRUE );
-89  
mojo.execute();
-90  
-91  String 
resourcesDir = project.getOutputDirectory();
-92  
-93  assertTrue( 
FileUtils.fileExists( resourcesDir + "/file4.txt" ) );
-94  assertTrue( 

svn commit: r1880609 [29/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/CopyResourcesMojoTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/CopyResourcesMojoTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/CopyResourcesMojoTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,388 +1,388 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-CopyResourcesMojoTest (Apache Maven Resources Plugin 3.1.0 Test 
API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class 
CopyResourcesMojoTest
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-junit.framework.Assert
-
-
-junit.framework.TestCase
-
-
-org.codehaus.plexus.PlexusTestCase
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">org.apache.maven.plugin.testing.AbstractMojoTestCase
-
-
-org.apache.maven.plugins.resources.CopyResourcesMojoTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-junit.framework.Test
-
-
-
-public class CopyResourcesMojoTest
-extends http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase
-
-Version:
-$Id$
-Author:
-Olivier Lamy
-
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-defaultPomFilePath
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-CopyResourcesMojoTest()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-protected void
-setUp()
-
-
-void
-testCopyWithoutFiltering()
-
-
-
-
-
-
-Methods inherited from classorg.apache.maven.plugin.testing.http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-org.codehaus.plexus.configuration.PlexusConfiguration-;
 title="class or interface in 
org.apache.maven.plugin.testing">configureMojo, http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-java.lang.String-java.io.File-;
 title="class or interface in 
org.apache.maven.plugin.testing">configureMojo, http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-java.io.File-;
 title="class or interface in 
org.apache.maven.plugin.testing">extractPluginConfiguration, http://maven.
 
apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-org.codehaus.plexus.util.xml.Xpp3Dom-"
 title="class or interface in 
org.apache.maven.plugin.testing">extractPluginConfiguration, 

svn commit: r1880609 [31/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/TestResourcesTest.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/TestResourcesTest.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/TestResourcesTest.html
 Wed Aug  5 15:33:50 2020
@@ -1,403 +1,403 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-TestResourcesTest (Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-var methods = {"i0":10,"i1":10,"i2":10};
-var tabs = {65535:["t0","All Methods"],2:["t2","Instance 
Methods"],8:["t4","Concrete Methods"]};
-var altColor = "altColor";
-var rowColor = "rowColor";
-var tableTab = "tableTab";
-var activeTableTab = "activeTableTab";
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-PrevClass
-NextClass
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-Summary:
-Nested|
-Field|
-Constr|
-Method
-
-
-Detail:
-Field|
-Constr|
-Method
-
-
-
-
-
-
-
-
-org.apache.maven.plugins.resources
-Class TestResourcesTest
-
-
-
-https://docs.oracle.com/javase/8/docs/api/java/lang/Object.html?is-external=true;
 title="class or interface in java.lang">java.lang.Object
-
-
-junit.framework.Assert
-
-
-junit.framework.TestCase
-
-
-org.codehaus.plexus.PlexusTestCase
-
-
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">org.apache.maven.plugin.testing.AbstractMojoTestCase
-
-
-org.apache.maven.plugins.resources.TestResourcesTest
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-All Implemented Interfaces:
-junit.framework.Test
-
-
-
-public class TestResourcesTest
-extends http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase
-
-
-
-
-
-
-
-
-
-
-
-Field Summary
-
-Fields
-
-Modifier and Type
-Field and Description
-
-
-protected static https://docs.oracle.com/javase/8/docs/api/java/lang/String.html?is-external=true;
 title="class or interface in java.lang">String
-defaultPomFilePath
-
-
-
-
-
-
-
-
-
-Constructor Summary
-
-Constructors
-
-Constructor and Description
-
-
-TestResourcesTest()
-
-
-
-
-
-
-
-
-
-Method Summary
-
-All MethodsInstance MethodsConcrete Methods
-
-Modifier and Type
-Method and Description
-
-
-protected void
-setUp()
-
-
-void
-testHarnessEnvironment()
-test mojo lookup, test harness should be working fine
-
-
-
-void
-testTestResourceDirectoryCreation()
-
-
-
-
-
-
-Methods inherited from classorg.apache.maven.plugin.testing.http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true;
 title="class or interface in 
org.apache.maven.plugin.testing">AbstractMojoTestCase
-http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-org.codehaus.plexus.configuration.PlexusConfiguration-;
 title="class or interface in 
org.apache.maven.plugin.testing">configureMojo, http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#configureMojo-org.apache.maven.plugin.Mojo-java.lang.String-java.io.File-;
 title="class or interface in 
org.apache.maven.plugin.testing">configureMojo, http://maven.apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-java.io.File-;
 title="class or interface in 
org.apache.maven.plugin.testing">extractPluginConfiguration, http://maven.
 
apache.org/plugin-testing/maven-plugin-testing-harness/apidocs/org/apache/maven/plugin/testing/AbstractMojoTestCase.html?is-external=true#extractPluginConfiguration-java.lang.String-org.codehaus.plexus.util.xml.Xpp3Dom-"
 title="class or interface in 
org.apache.maven.plugin.testing">extractPluginConfiguration, 

svn commit: r1880609 [8/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/reso

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/Resource.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/Resource.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/Resource.html
 Wed Aug  5 15:33:50 2020
@@ -1,123 +1,123 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.maven.plugins.resources.Resource (Apache Maven 
Resources Plugin 3.1.0 API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Uses of Classorg.apache.maven.plugins.resources.Resource
-
-No usage of 
org.apache.maven.plugins.resources.Resource
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class org.apache.maven.plugins.resources.Resource (Apache Maven 
Resources Plugin 3.2.0 API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of Classorg.apache.maven.plugins.resources.Resource
+
+No usage of 
org.apache.maven.plugins.resources.Resource
+
+
+
+
+Skip navigation links
+
+
+
+
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20012020 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/ResourcesMojo.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/ResourcesMojo.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/apidocs/org/apache/maven/plugins/resources/class-use/ResourcesMojo.html
 Wed Aug  5 15:33:50 2020
@@ -1,156 +1,156 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class org.apache.maven.plugins.resources.ResourcesMojo (Apache 
Maven Resources Plugin 3.1.0 API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Uses 

svn commit: r1880609 [47/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/MavenBuildTimestamp.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/MavenBuildTimestamp.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/xref/org/apache/maven/plugins/resources/MavenBuildTimestamp.html
 Wed Aug  5 15:33:50 2020
@@ -1,126 +1,126 @@
-http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
-http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
-
-MavenBuildTimestamp xref
-
-
-
-View
 Javadoc
-1   package org.apache.maven.plugins.resources;
-2   
-3   /*
-4* Licensed to the Apache Software Foundation (ASF) under 
one
-5* or more contributor license agreements.  See the NOTICE 
file
-6* distributed with this work for additional 
information
-7* regarding copyright ownership.  The ASF licenses this 
file
-8* to you under the Apache License, Version 2.0 (the
-9* "License"); you may not use this file except in 
compliance
-10   * with the License.  You may obtain a copy of the License 
at
-11   *
-12   *  http://www.apache.org/licenses/LICENSE-2.; 
target="alexandria_uri">http://www.apache.org/licenses/LICENSE-2.0
-13   *
-14   * Unless required by applicable law or agreed to in 
writing,
-15   * software distributed under the License is distributed on 
an
-16   * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF 
ANY
-17   * KIND, either express or implied.  See the License for 
the
-18   * specific language governing permissions and 
limitations
-19   * under the License.
-20   */
-21  
-22  import java.text.SimpleDateFormat;
-23  import java.util.Date;
-24  import java.util.GregorianCalendar;
-25  import java.util.Properties;
-26  import java.util.TimeZone;
-27  
-28  /**
-29   * This class is duplicated from maven-model-builder 
from maven core. (See MRESOURCES-99).
-30   */
-31  public class 
MavenBuildTimestamp
-32  {
-33  /**
-34   * ISO 8601-compliant timestamp for machine 
readability
-35   */
-36  public static 
final String 
DEFAULT_BUILD_TIMESTAMP_FORMAT = "-MM-dd'T'HH:mm:ss'Z'";
-37  
-38  /**
-39   * The property name.
-40   */
-41  public static 
final String 
BUILD_TIMESTAMP_FORMAT_PROPERTY = "maven.build.timestamp.format";
-42  
-43  /**
-44   * The default time zone {@code Etc/UTC}.
-45   */
-46  public static 
final TimeZone DEFAULT_BUILD_TIME_ZONE = 
TimeZone.getTimeZone( "Etc/UTC" );
-47  
-48  private String formattedTimestamp;
-49  
-50  /**
-51   * Create an instance.
-52   */
-53  public MavenBuildTimestamp()
-54  {
-55  this( new 
Date() );
-56  }
-57  
-58  /**
-59   * @param time The time to use.
-60   */
-61  public MavenBuildTimestamp(
 Date time )
-62  {
-63  this( time, DEFAULT_BUILD_TIMESTAMP_FORMAT );
-64  }
-65  
-66  /**
-67   * @param time The time to use.
-68   * @param properties the properties which can be 
define. can be {@code null}
-69   */
-70  public MavenBuildTimestamp(
 Date time, Properties properties )
-71  {
-72  this( time, properties != null ? properties.getProperty( 
BUILD_TIMESTAMP_FORMAT_PROPERTY ) : null );
-73  }
-74  
-75  /**
-76   * @param time The time to use.
-77   * @param timestampFormat The format for {@link 
SimpleDateFormat}.
-78   */
-79  public MavenBuildTimestamp(
 Date time, String timestampFormat )
-80  {
-81  
SimpleDateFormat dateFormat;
-82  
-83  if ( timestampFormat == null )
-84  {
-85  
dateFormat = new SimpleDateFormat( 
DEFAULT_BUILD_TIMESTAMP_FORMAT );
-86  }
-87  else
-88  {
-89  
dateFormat = new SimpleDateFormat( 
timestampFormat );
-90  }
-91  
-92  
dateFormat.setCalendar( new 
GregorianCalendar() );
-93  
dateFormat.setTimeZone( DEFAULT_BUILD_TIME_ZONE );
-94  
-95  if ( time == null )
-96  {
-97  
formattedTimestamp = dateFormat.format( new Date() );
-98  }
-99  else
-100 {
-101 
formattedTimestamp = dateFormat.format( time );
-102 }
-103 
-104 }
-105 
-106 /**
-107  * @return The formatted time stamp.
-108  */
-109 public String formattedTimestamp()
-110 {
-111 return formattedTimestamp;
-112 }
-113 }
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+
+MavenBuildTimestamp xref
+
+
+
+View
 Javadoc
+1   package org.apache.maven.plugins.resources;
+2   
+3   /*
+4* Licensed to the Apache Software Foundation (ASF) under 

svn commit: r1880609 [39/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/overview-summary.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/overview-summary.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/overview-summary.html
 Wed Aug  5 15:33:50 2020
@@ -1,147 +1,147 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Overview (Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Apache Maven Resources Plugin 3.1.0 Test API
-
-
-
-Packages
-
-Package
-Description
-
-
-
-org.apache.maven.plugins.resources
-
-
-
-org.apache.maven.plugins.resources.filters
-
-
-
-org.apache.maven.plugins.resources.stub
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Overview (Apache Maven Resources Plugin 3.2.0 Test API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Apache Maven Resources Plugin 3.2.0 Test API
+
+
+
+Packages
+
+Package
+Description
+
+
+
+org.apache.maven.plugins.resources
+
+
+
+org.apache.maven.plugins.resources.filters
+
+
+
+org.apache.maven.plugins.resources.stub
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20012020 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/overview-tree.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/overview-tree.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/overview-tree.html
 Wed Aug  5 15:33:50 2020
@@ -1,182 +1,182 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Class Hierarchy (Apache Maven Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Hierarchy For All Packages
-Package Hierarchies:
-
-org.apache.maven.plugins.resources,
 
-org.apache.maven.plugins.resources.filters,
 
-org.apache.maven.plugins.resources.stub
-
-
-
-Class Hierarchy
-

svn commit: r1880609 [38/49] - in /maven/website/components/plugins-archives/maven-resources-plugin-LATEST: ./ apidocs/ apidocs/org/apache/maven/plugins/resources/ apidocs/org/apache/maven/plugins/res

2020-08-05 Thread dennisl
Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/class-use/MavenProjectBasicStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/class-use/MavenProjectBasicStub.html
 (original)
+++ 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/class-use/MavenProjectBasicStub.html
 Wed Aug  5 15:33:50 2020
@@ -1,169 +1,169 @@
-http://www.w3.org/TR/html4/loose.dtd;>
-
-
-
-
-
-Uses of Class 
org.apache.maven.plugins.resources.stub.MavenProjectBasicStub (Apache Maven 
Resources Plugin 3.1.0 Test API)
-
-
-
-
-
-
-
-JavaScript is disabled on your browser.
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-
-Uses of 
Classorg.apache.maven.plugins.resources.stub.MavenProjectBasicStub
-
-
-
-
-
-Packages that use MavenProjectBasicStub
-
-Package
-Description
-
-
-
-org.apache.maven.plugins.resources.stub
-
-
-
-
-
-
-
-
-
-
-Uses of MavenProjectBasicStub in org.apache.maven.plugins.resources.stub
-
-Subclasses of MavenProjectBasicStub in org.apache.maven.plugins.resources.stub
-
-Modifier and Type
-Class and Description
-
-
-
-class
-MavenProjectBuildStub
-
-
-class
-MavenProjectResourcesStub
-
-
-
-
-
-
-
-
-
-
-
-
-Skip navigation links
-
-
-
-
-Overview
-Package
-Class
-Use
-Tree
-Deprecated
-Index
-Help
-
-
-
-
-Prev
-Next
-
-
-Frames
-NoFrames
-
-
-AllClasses
-
-
-
-
-
-
-
-
-
-Copyright  20012018 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
-
+http://www.w3.org/TR/html4/loose.dtd;>
+
+
+
+
+
+Uses of Class 
org.apache.maven.plugins.resources.stub.MavenProjectBasicStub (Apache Maven 
Resources Plugin 3.2.0 Test API)
+
+
+
+
+
+
+
+JavaScript is disabled on your browser.
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+
+Uses of 
Classorg.apache.maven.plugins.resources.stub.MavenProjectBasicStub
+
+
+
+
+
+Packages that use MavenProjectBasicStub
+
+Package
+Description
+
+
+
+org.apache.maven.plugins.resources.stub
+
+
+
+
+
+
+
+
+
+
+Uses of MavenProjectBasicStub in org.apache.maven.plugins.resources.stub
+
+Subclasses of MavenProjectBasicStub in org.apache.maven.plugins.resources.stub
+
+Modifier and Type
+Class and Description
+
+
+
+class
+MavenProjectBuildStub
+
+
+class
+MavenProjectResourcesStub
+
+
+
+
+
+
+
+
+
+
+
+
+Skip navigation links
+
+
+
+
+Overview
+Package
+Class
+Use
+Tree
+Deprecated
+Index
+Help
+
+
+
+
+Prev
+Next
+
+
+Frames
+NoFrames
+
+
+AllClasses
+
+
+
+
+
+
+
+
+
+Copyright  20012020 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
 
\ No newline at end of file

Modified: 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/class-use/MavenProjectBuildStub.html
==
--- 
maven/website/components/plugins-archives/maven-resources-plugin-LATEST/testapidocs/org/apache/maven/plugins/resources/stub/class-use/MavenProjectBuildStub.html
 (original)
+++ 

[maven-resources-plugin] annotated tag maven-resources-plugin-3.2.0 created (now 3685dea)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-resources-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git.


  at 3685dea  (tag)
 tagging 61096d9200bc226311d92effc3de3cbe8086d1ad (commit)
 replaces maven-resources-plugin-3.1.0
  by Dennis Lundberg
  on Wed Aug 5 17:25:13 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-resources-plugin-3.2.0
---

No new revisions were added by this update.



[maven-resources-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 1d3df96  [maven-release-plugin] prepare for next development iteration
1d3df96 is described below

commit 1d3df96146c074b271c7c67ff1974fbba702f904
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:25:23 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 96966d2..ab30a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   
 
   maven-resources-plugin
-  3.2.0
+  3.2.1-SNAPSHOT
   maven-plugin
 
   Apache Maven Resources Plugin
@@ -51,7 +51,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}
-maven-resources-plugin-3.2.0
+HEAD
   
   
 JIRA
@@ -72,7 +72,7 @@ under the License.
 3.2.0
 3.1.0
 7
-
2020-08-05T15:24:15Z
+
2020-08-05T15:25:21Z
   
 
   



[maven-resources-plugin] branch master updated: [maven-release-plugin] prepare release maven-resources-plugin-3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 61096d9  [maven-release-plugin] prepare release 
maven-resources-plugin-3.2.0
61096d9 is described below

commit 61096d9200bc226311d92effc3de3cbe8086d1ad
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:25:05 2020 +0200

[maven-release-plugin] prepare release maven-resources-plugin-3.2.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ea33737..96966d2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   
 
   maven-resources-plugin
-  3.2.0-SNAPSHOT
+  3.2.0
   maven-plugin
 
   Apache Maven Resources Plugin
@@ -51,7 +51,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}
-HEAD
+maven-resources-plugin-3.2.0
   
   
 JIRA
@@ -72,7 +72,7 @@ under the License.
 3.2.0
 3.1.0
 7
-
2020-08-05T14:35:05Z
+
2020-08-05T15:24:15Z
   
 
   



[maven-resources-plugin] branch master updated: Rollback to make a new release attempt.

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new fa28224  Rollback to make a new release attempt.
fa28224 is described below

commit fa28224811262ae045bd96cdff7540f993a0ba17
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:21:04 2020 +0200

Rollback to make a new release attempt.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 07b8c3a..ea33737 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   
 
   maven-resources-plugin
-  3.2.1-SNAPSHOT
+  3.2.0-SNAPSHOT
   maven-plugin
 
   Apache Maven Resources Plugin



[maven-filtering] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new a3acf2e  [maven-release-plugin] prepare for next development iteration
a3acf2e is described below

commit a3acf2ece1f8cfbb555c9cb6bf1b69fec0cff8e5
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:18:03 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 772a05a..d2bc176 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0
+  3.2.1-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T15:14:30Z
+
2020-08-05T15:18:01Z
   
 
   



[maven-filtering] annotated tag maven-filtering-3.2.0 created (now bed7518)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


  at bed7518  (tag)
 tagging 21e7419bba4aa53fafc02f5fd80ce26dbfa2a3ac (commit)
 replaces maven-filtering-3.1.1
  by Dennis Lundberg
  on Wed Aug 5 17:17:53 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-filtering-3.2.0
---

No new revisions were added by this update.



[maven-filtering] annotated tag maven-filtering-3.2.0 deleted (was 5926e2b)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


*** WARNING: tag maven-filtering-3.2.0 was deleted! ***

   tag was  5926e2b

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[maven-filtering] branch master updated: [maven-release-plugin] prepare release maven-filtering-3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 21e7419  [maven-release-plugin] prepare release maven-filtering-3.2.0
21e7419 is described below

commit 21e7419bba4aa53fafc02f5fd80ce26dbfa2a3ac
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:15:16 2020 +0200

[maven-release-plugin] prepare release maven-filtering-3.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index ecb6123..772a05a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0-SNAPSHOT
+  3.2.0
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T15:09:04Z
+
2020-08-05T15:14:30Z
   
 
   



[maven-filtering] branch master updated: Rollback to make yet another release attempt.

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 1574d10  Rollback to make yet another release attempt.
1574d10 is described below

commit 1574d10a44fc37a99a96439e14d32057e8caa4e4
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:13:18 2020 +0200

Rollback to make yet another release attempt.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d3322c4..ecb6123 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.1-SNAPSHOT
+  3.2.0-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.



[maven-filtering] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 91be489  [maven-release-plugin] prepare for next development iteration
91be489 is described below

commit 91be489698dcccebb35a24d5b4090bd1f365e54c
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:09:05 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 91dbf4d..d3322c4 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0
+  3.2.1-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T15:08:03Z
+
2020-08-05T15:09:04Z
   
 
   



[maven-filtering] branch master updated: [maven-release-plugin] prepare release maven-filtering-3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 2771011  [maven-release-plugin] prepare release maven-filtering-3.2.0
2771011 is described below

commit 2771011252f468dd4276d6d0c5e450037a0e7886
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:08:46 2020 +0200

[maven-release-plugin] prepare release maven-filtering-3.2.0
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index f670df3..91dbf4d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0-SNAPSHOT
+  3.2.0
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T15:00:21Z
+
2020-08-05T15:08:03Z
   
 
   



[maven-filtering] annotated tag maven-filtering-3.2.0 created (now 5926e2b)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


  at 5926e2b  (tag)
 tagging 2771011252f468dd4276d6d0c5e450037a0e7886 (commit)
 replaces maven-filtering-3.1.1
  by Dennis Lundberg
  on Wed Aug 5 17:08:55 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-filtering-3.2.0
---

No new revisions were added by this update.



[maven-filtering] branch master updated: Rollback to make yet a new release attempt.

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e42b853  Rollback to make yet a new release attempt.
e42b853 is described below

commit e42b85363f436b8bf7f95787ec0de8c6f6a6e9ee
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:06:22 2020 +0200

Rollback to make yet a new release attempt.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index bbe92fa..f670df3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.1-SNAPSHOT
+  3.2.0-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.



[maven-filtering] annotated tag maven-filtering-3.2.0 deleted (was b67d3ca)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


*** WARNING: tag maven-filtering-3.2.0 was deleted! ***

   tag was  b67d3ca

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[maven-filtering] annotated tag maven-filtering-3.2.0 created (now efc277d)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


  at efc277d  (tag)
 tagging 7f53b10a1df24de1512b3887f7c6351b78411e7d (commit)
 replaces maven-filtering-3.1.1
  by Dennis Lundberg
  on Wed Aug 5 16:02:38 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-filtering-3.2.0
---

No new revisions were added by this update.



[maven-filtering] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 633461b  [maven-release-plugin] prepare for next development iteration
633461b is described below

commit 633461b95aab3960ad1313cd5f6008b277f8f004
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:02:47 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index f8946e7..ba0f553 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0
+  3.2.1-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git
 
https://github.com/apache/maven-filtering/tree/${project.scm.tag}
-maven-filtering-3.2.0
+HEAD
   
   
 JIRA
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T14:01:43Z
+
2020-08-05T14:02:45Z
   
 
   



[maven-filtering] branch master updated: [maven-release-plugin] prepare release maven-filtering-3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7f53b10  [maven-release-plugin] prepare release maven-filtering-3.2.0
7f53b10 is described below

commit 7f53b10a1df24de1512b3887f7c6351b78411e7d
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:02:29 2020 +0200

[maven-release-plugin] prepare release maven-filtering-3.2.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ec1c0f0..f8946e7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0-SNAPSHOT
+  3.2.0
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git
 
https://github.com/apache/maven-filtering/tree/${project.scm.tag}
-HEAD
+maven-filtering-3.2.0
   
   
 JIRA
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-04-04T09:03:59Z
+
2020-08-05T14:01:43Z
   
 
   



[maven-filtering] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 08b12de  [maven-release-plugin] prepare for next development iteration
08b12de is described below

commit 08b12de7db04578f99fc6ea03e41446afb3953ac
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 17:00:22 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 2ec9f5f..bbe92fa 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0
+  3.2.1-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T14:53:49Z
+
2020-08-05T15:00:21Z
   
 
   



[maven-filtering] annotated tag maven-filtering-3.2.0 created (now b67d3ca)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


  at b67d3ca  (tag)
 tagging ed08b887ff083e03cb14fd85342c2bd5fc5a2c15 (commit)
 replaces maven-filtering-3.1.1
  by Dennis Lundberg
  on Wed Aug 5 17:00:13 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-filtering-3.2.0
---

No new revisions were added by this update.



[maven-filtering] branch master updated: [maven-release-plugin] prepare release maven-filtering-3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new ed08b88  [maven-release-plugin] prepare release maven-filtering-3.2.0
ed08b88 is described below

commit ed08b887ff083e03cb14fd85342c2bd5fc5a2c15
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:54:32 2020 +0200

[maven-release-plugin] prepare release maven-filtering-3.2.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 18a34f1..2ec9f5f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.0-SNAPSHOT
+  3.2.0
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-filtering.git
 
https://github.com/apache/maven-filtering/tree/${project.scm.tag}
-HEAD
+maven-filtering-3.2.0
   
   
 JIRA
@@ -56,7 +56,7 @@
   
 3.1.0
 7
-
2020-08-05T14:02:45Z
+
2020-08-05T14:53:49Z
   
 
   



[maven-filtering] branch master updated: Rollback to make a new release attempt.

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 782bf25  Rollback to make a new release attempt.
782bf25 is described below

commit 782bf257d576c7df097f976bab9a9c890e6baf19
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:52:08 2020 +0200

Rollback to make a new release attempt.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index ba0f553..18a34f1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-filtering
-  3.2.1-SNAPSHOT
+  3.2.0-SNAPSHOT
 
   Apache Maven Filtering
   A component to assist in filtering of resource files with 
properties from a Maven project.



[maven-resources-plugin] annotated tag maven-resources-plugin-3.2.0 deleted (was 1959d8e)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-resources-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git.


*** WARNING: tag maven-resources-plugin-3.2.0 was deleted! ***

   tag was  1959d8e

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



[maven-filtering] annotated tag maven-filtering-3.2.0 deleted (was efc277d)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-filtering-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-filtering.git.


*** WARNING: tag maven-filtering-3.2.0 was deleted! ***

   tag was  efc277d

The revisions that were on this annotated tag are still contained in
other references; therefore, this change does not discard any commits
from the repository.



svn commit: r1880606 - in /maven/website/components/shared-archives/maven-filtering-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/filtering/ apidocs/org/apache/maven/shared/filtering/class-use/

2020-08-05 Thread dennisl
Author: dennisl
Date: Wed Aug  5 14:10:18 2020
New Revision: 1880606

Log:
Site checkin for project Apache Maven Filtering


[This commit notification would consist of 73 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


[maven-resources-plugin] branch master updated: [MRESOURCES-263] Update to maven-filtering 3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0f26239  [MRESOURCES-263] Update to maven-filtering 3.2.0
0f26239 is described below

commit 0f26239591eace68def9d0045a437ef256936570
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:28:33 2020 +0200

[MRESOURCES-263] Update to maven-filtering 3.2.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index d30f965..1b29edf 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,7 +69,7 @@ under the License.
   
 
   
-3.2.0-SNAPSHOT
+3.2.0
 3.1.0
 7
 
2020-04-07T21:04:00Z



[maven-resources-plugin] branch master updated: [maven-release-plugin] prepare release maven-resources-plugin-3.2.0

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6bf362e  [maven-release-plugin] prepare release 
maven-resources-plugin-3.2.0
6bf362e is described below

commit 6bf362e05843eef5fb05c4e1654ccfb6042d65a9
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:34:48 2020 +0200

[maven-release-plugin] prepare release maven-resources-plugin-3.2.0
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1b29edf..1e36e5e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   
 
   maven-resources-plugin
-  3.2.0-SNAPSHOT
+  3.2.0
   maven-plugin
 
   Apache Maven Resources Plugin
@@ -51,7 +51,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}
-HEAD
+maven-resources-plugin-3.2.0
   
   
 JIRA
@@ -72,7 +72,7 @@ under the License.
 3.2.0
 3.1.0
 7
-
2020-04-07T21:04:00Z
+
2020-08-05T14:33:54Z
   
 
   



[maven-resources-plugin] annotated tag maven-resources-plugin-3.2.0 created (now 1959d8e)

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-resources-plugin-3.2.0
in repository https://gitbox.apache.org/repos/asf/maven-resources-plugin.git.


  at 1959d8e  (tag)
 tagging 6bf362e05843eef5fb05c4e1654ccfb6042d65a9 (commit)
 replaces maven-resources-plugin-3.1.0
  by Dennis Lundberg
  on Wed Aug 5 16:34:56 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-resources-plugin-3.2.0
---

No new revisions were added by this update.



[maven-resources-plugin] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 22120e9  [maven-release-plugin] prepare for next development iteration
22120e9 is described below

commit 22120e9eae074ef29a1ed61de8a2e9829010682d
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 16:35:06 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 1e36e5e..07b8c3a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -29,7 +29,7 @@ under the License.
   
 
   maven-resources-plugin
-  3.2.0
+  3.2.1-SNAPSHOT
   maven-plugin
 
   Apache Maven Resources Plugin
@@ -51,7 +51,7 @@ under the License.
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-resources-plugin.git
 
https://github.com/apache/maven-resources-plugin/tree/${project.scm.tag}
-maven-resources-plugin-3.2.0
+HEAD
   
   
 JIRA
@@ -72,7 +72,7 @@ under the License.
 3.2.0
 3.1.0
 7
-
2020-08-05T14:33:54Z
+
2020-08-05T14:35:05Z
   
 
   



[maven-filtering] branch master updated: Fix Javadoc errors.

2020-08-05 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 67f39d4  Fix Javadoc errors.
67f39d4 is described below

commit 67f39d41a693dee4920843a7b652dec848b9bb7c
Author: Dennis Lundberg 
AuthorDate: Wed Aug 5 14:15:37 2020 +0200

Fix Javadoc errors.
---
 src/main/java/org/apache/maven/shared/filtering/MavenReaderFilter.java  | 2 +-
 .../maven/shared/filtering/AbstractMavenFilteringRequestTest.java   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/src/main/java/org/apache/maven/shared/filtering/MavenReaderFilter.java 
b/src/main/java/org/apache/maven/shared/filtering/MavenReaderFilter.java
index 22f71e2..19047de 100644
--- a/src/main/java/org/apache/maven/shared/filtering/MavenReaderFilter.java
+++ b/src/main/java/org/apache/maven/shared/filtering/MavenReaderFilter.java
@@ -49,7 +49,7 @@ public interface MavenReaderFilter
  * @return an input stream that applies the filter
  * @throws org.apache.maven.shared.filtering.MavenFilteringException in 
case of failure.
  * @see #getDefaultFilterWrappers(org.apache.maven.project.MavenProject, 
java.util.List, boolean,
- *  org.apache.maven.execution.MavenSession)
+ *  org.apache.maven.execution.MavenSession, 
org.apache.maven.shared.filtering.MavenResourcesExecution)
  */
 @Nonnull
 Reader filter( @Nonnull Reader from, boolean filtering, @Nullable 
MavenProject mavenProject, List filters,
diff --git 
a/src/test/java/org/apache/maven/shared/filtering/AbstractMavenFilteringRequestTest.java
 
b/src/test/java/org/apache/maven/shared/filtering/AbstractMavenFilteringRequestTest.java
index eed5f9b..6799737 100644
--- 
a/src/test/java/org/apache/maven/shared/filtering/AbstractMavenFilteringRequestTest.java
+++ 
b/src/test/java/org/apache/maven/shared/filtering/AbstractMavenFilteringRequestTest.java
@@ -28,7 +28,7 @@ import org.hamcrest.Matchers;
 import org.junit.Test;
 
 /**
- * @author Karl Heinz Marbaise mailto:khmarba...@apache.org>khmarba...@apache.org.
+ * @author Karl Heinz Marbaise mailto:khmarba...@apache.org;>khmarba...@apache.org.
  */
 public class AbstractMavenFilteringRequestTest
 {



[maven-filtering] branch master updated: [MSHARED-946] Update to maven-shared-utils 3.3.3.

2020-08-04 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0cbf541  [MSHARED-946] Update to maven-shared-utils 3.3.3.
0cbf541 is described below

commit 0cbf541a04fdf68099b6c024b8342fa95db352f5
Author: Dennis Lundberg 
AuthorDate: Tue Aug 4 16:22:13 2020 +0200

[MSHARED-946] Update to maven-shared-utils 3.3.3.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 640328e..ec1c0f0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -93,7 +93,7 @@
 
   org.apache.maven.shared
   maven-shared-utils
-  3.3.0-SNAPSHOT
+  3.3.3
 
 
   org.codehaus.plexus



svn commit: r1880566 - in /maven/website/components: shared-archives/maven-shared-utils-3.3.3/ shared/maven-shared-utils/

2020-08-04 Thread dennisl
Author: dennisl
Date: Tue Aug  4 12:04:01 2020
New Revision: 1880566

Log:
Publish maven-shared-utils 3.3.3 documentation

Added:
maven/website/components/shared-archives/maven-shared-utils-3.3.3/
  - copied from r1880565, 
maven/website/components/shared-archives/maven-shared-utils-LATEST/
maven/website/components/shared/maven-shared-utils/
  - copied from r1880565, 
maven/website/components/shared-archives/maven-shared-utils-LATEST/



svn commit: r40852 - /release/maven/shared/

2020-08-04 Thread dennisl
Author: dennisl
Date: Tue Aug  4 11:54:33 2020
New Revision: 40852

Log:
maven-shared-utils:3.3.3

Added:
release/maven/shared/maven-shared-utils-3.3.3-source-release.zip   (with 
props)
release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.asc   
(with props)
release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.sha512   
(with props)
Removed:
release/maven/shared/maven-shared-utils-3.2.1-source-release.zip
release/maven/shared/maven-shared-utils-3.2.1-source-release.zip.asc
release/maven/shared/maven-shared-utils-3.2.1-source-release.zip.sha512

Added: release/maven/shared/maven-shared-utils-3.3.3-source-release.zip
==
Binary file - no diff available.

Propchange: release/maven/shared/maven-shared-utils-3.3.3-source-release.zip
--
svn:mime-type = application/zip

Added: release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.asc
==
--- release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.asc (added)
+++ release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.asc Tue 
Aug  4 11:54:33 2020
@@ -0,0 +1,7 @@
+-BEGIN PGP SIGNATURE-
+Version: GnuPG v1
+
+iEYEABEKAAYFAl8a4sEACgkQM81nM69exFLwRACgtUvdLKG2oJmSw+Qa81SAQtqA
+pyEAoMhTct4PTDbs2m6Sv/zfiRV2Y4UC
+=syRv
+-END PGP SIGNATURE-

Propchange: release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.asc
--
svn:eol-style = native

Added: release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.sha512
==
--- release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.sha512 
(added)
+++ release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.sha512 Tue 
Aug  4 11:54:33 2020
@@ -0,0 +1 @@
+6085d3bb3d065efaca7ed43f7342c2b71c624235ff38cd1410a06a4c915e39a13cb00e65e8c0cd7203dc5b2d1deeb392eaab2aa0a43bfadb7c9d4286a2b473bc
\ No newline at end of file

Propchange: 
release/maven/shared/maven-shared-utils-3.3.3-source-release.zip.sha512
--
svn:eol-style = native




svn commit: r1880269 - in /maven/website/components/shared-archives/maven-shared-utils-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/utils/ apidocs/org/apache/maven/shared/utils/class-use/ apido

2020-07-24 Thread dennisl
Author: dennisl
Date: Fri Jul 24 13:44:05 2020
New Revision: 1880269

Log:
Site checkin for project Apache Maven Shared Utils


[This commit notification would consist of 90 parts, 
which exceeds the limit of 50 ones, so it was shortened to the summary.]


[maven-shared-utils] annotated tag maven-shared-utils-3.3.3 created (now 9887f4e)

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-shared-utils-3.3.3
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


  at 9887f4e  (tag)
 tagging cc010396156386d95e2acbc28f7aba32590243a2 (commit)
 replaces maven-shared-utils-3.3.2
  by Dennis Lundberg
  on Fri Jul 24 15:29:11 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-shared-utils-3.3.3
---

No new revisions were added by this update.



[maven-shared-utils] branch master updated: [maven-release-plugin] prepare release maven-shared-utils-3.3.3

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
 new cc01039  [maven-release-plugin] prepare release 
maven-shared-utils-3.3.3
cc01039 is described below

commit cc010396156386d95e2acbc28f7aba32590243a2
Author: Dennis Lundberg 
AuthorDate: Fri Jul 24 15:29:02 2020 +0200

[maven-release-plugin] prepare release maven-shared-utils-3.3.3
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d30dd99..667cc7b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-shared-utils
-  3.3.3-SNAPSHOT
+  3.3.3
 
   Apache Maven Shared Utils
   Shared utilities for use by Maven core and plugins
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}
-HEAD
+maven-shared-utils-3.3.3
  
   
 jira



[maven-shared-utils] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
 new 893c549  [maven-release-plugin] prepare for next development iteration
893c549 is described below

commit 893c54956f8fd6b2f5cb061a488813249c60dc19
Author: Dennis Lundberg 
AuthorDate: Fri Jul 24 15:29:21 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 667cc7b..c2c6a7f 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-shared-utils
-  3.3.3
+  3.3.4-SNAPSHOT
 
   Apache Maven Shared Utils
   Shared utilities for use by Maven core and plugins
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}
-maven-shared-utils-3.3.3
+HEAD
  
   
 jira



[maven-shared-utils] annotated tag maven-shared-utils-3.3.2 created (now 9d0048e)

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a change to annotated tag maven-shared-utils-3.3.2
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git.


  at 9d0048e  (tag)
 tagging 5460b13f6f4230d5ddce3fe8ffb241ab42254346 (commit)
 replaces maven-shared-utils-3.3.1
  by Dennis Lundberg
  on Fri Jul 24 15:14:58 2020 +0200

- Log -
[maven-release-plugin] copy for tag maven-shared-utils-3.3.2
---

No new revisions were added by this update.



[maven-shared-utils] branch master updated: [maven-release-plugin] prepare for next development iteration

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
 new abdc90c  [maven-release-plugin] prepare for next development iteration
abdc90c is described below

commit abdc90ccc36326dc6ee61ac497d2005e9e6637ef
Author: Dennis Lundberg 
AuthorDate: Fri Jul 24 15:15:09 2020 +0200

[maven-release-plugin] prepare for next development iteration
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index d77e487..d30dd99 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-shared-utils
-  3.3.2
+  3.3.3-SNAPSHOT
 
   Apache Maven Shared Utils
   Shared utilities for use by Maven core and plugins
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}
-maven-shared-utils-3.3.2
+HEAD
  
   
 jira



[maven-shared-utils] branch master updated: [maven-release-plugin] prepare release maven-shared-utils-3.3.2

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
 new 5460b13  [maven-release-plugin] prepare release 
maven-shared-utils-3.3.2
5460b13 is described below

commit 5460b13f6f4230d5ddce3fe8ffb241ab42254346
Author: Dennis Lundberg 
AuthorDate: Fri Jul 24 15:14:48 2020 +0200

[maven-release-plugin] prepare release maven-shared-utils-3.3.2
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 28d79cc..d77e487 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-shared-utils
-  3.3.2-SNAPSHOT
+  3.3.2
 
   Apache Maven Shared Utils
   Shared utilities for use by Maven core and plugins
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}
-HEAD
+maven-shared-utils-3.3.2
  
   
 jira



[maven-shared-utils] branch master updated: [maven-release-plugin] prepare release maven-shared-utils-3.3.1

2020-07-24 Thread dennisl
This is an automated email from the ASF dual-hosted git repository.

dennisl pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/maven-shared-utils.git


The following commit(s) were added to refs/heads/master by this push:
 new b3f78c1  [maven-release-plugin] prepare release 
maven-shared-utils-3.3.1
b3f78c1 is described below

commit b3f78c16715d237b2d915d5cb963eef18b0d9fd2
Author: Dennis Lundberg 
AuthorDate: Fri Jul 24 14:50:25 2020 +0200

[maven-release-plugin] prepare release maven-shared-utils-3.3.1
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 32f2d65..d8e432c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -27,7 +27,7 @@
   
 
   maven-shared-utils
-  3.3.1-SNAPSHOT
+  3.3.1
 
   Apache Maven Shared Utils
   Shared utilities for use by Maven core and plugins
@@ -36,7 +36,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-shared-utils.git
 
https://github.com/apache/maven-shared-utils/tree/${project.scm.tag}
-HEAD
+maven-shared-utils-3.3.1
  
   
 jira



  1   2   3   4   5   6   7   8   9   10   >