[maven-apache-parent] branch master updated: [MPOM-224] upgrade jar/source/assembly plugins for Reproducible Builds

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 1224eb4  [MPOM-224] upgrade jar/source/assembly plugins for 
Reproducible Builds
1224eb4 is described below

commit 1224eb41f4dcf1abe5bb8b78863e2af12c987b50
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 14:38:28 2019 +0100

[MPOM-224] upgrade jar/source/assembly plugins for Reproducible Builds
---
 pom.xml | 7 ---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7a0994c..2e5d5fe 100644
--- a/pom.xml
+++ b/pom.xml
@@ -92,6 +92,7 @@ under the License.
 1.7
 2.22.0
 posix
+

   
 
   
@@ -117,7 +118,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-assembly-plugin
-  3.1.1
+  3.2.0
 
 
   org.apache.maven.plugins
@@ -187,7 +188,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-jar-plugin
-  3.1.0
+  3.2.0
   
 
   
@@ -270,7 +271,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-source-plugin
-  3.0.1
+  3.2.0
 
 
   org.apache.maven.plugins



[maven-apache-parent] branch reproducible deleted (was a544ab6)

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch reproducible
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


 was a544ab6  use the new project.build.outputTimestamp property

This change permanently discards the following revisions:

 discard a544ab6  use the new project.build.outputTimestamp property
 discard d379a72  prepare apache parent for Reproducible Builds



[maven-apache-parent] branch master updated: [MPOM-207] upgrade maven-compiler-plugin to version 3.8.1

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new b3e55eb  [MPOM-207] upgrade maven-compiler-plugin to version 3.8.1
b3e55eb is described below

commit b3e55ebbd1f5dc81140243d17379423563eb6767
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 14:21:34 2019 +0100

[MPOM-207] upgrade maven-compiler-plugin to version 3.8.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 18c8ba3..7a0994c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -127,7 +127,7 @@ under the License.
 
   org.apache.maven.plugins
   maven-compiler-plugin
-  3.7.0
+  3.8.1
 
 
   org.apache.maven.plugins



[maven-apache-parent] branch master updated: Minor grammar edits

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 8358280  Minor grammar edits
8358280 is described below

commit 8358280541d80aad7b55e8c3ae87351bffc7bf56
Author: Elliotte Rusty Harold 
AuthorDate: Tue Nov 5 07:52:35 2019 -0500

Minor grammar edits

@hboutemy
---
 src/site-docs/apt/index.apt.vm | 10 +-
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index 528c5ea..8c83009 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -35,7 +35,7 @@ Apache Software Foundation Parent POM
 releasing code with Maven 3 (Maven 2.x is not supported any more since 
version 17). By using this project as a parent,
 a project gets these settings.
 
-Most project will want to override some of these settings.
+Most projects will want to override some of these settings.
 
 The following is a list of the items configured in this POM:
 
@@ -67,11 +67,11 @@ Apache Software Foundation Parent POM
 
   ** The compiler plugin is set to default to <> and 
$context.get("project.build.sourceEncoding") source.
 
-  ** the jar plugin is set to add default specification and implementation 
entries.
+  ** The jar plugin is set to add default specification and implementation 
entries.
 
-  ** the resources plugin is set for 
$context.get("project.build.sourceEncoding").
+  ** The resources plugin is set for 
$context.get("project.build.sourceEncoding").
 
-  ** the release plugin: the release plugin is set, via the
+  ** The release plugin is set, via the
 \ configuration element, to enable the
 <> profile for <> executions and to disable
 \.  You can remove this with an empty
@@ -115,7 +115,7 @@ The <<>> Profile
 
  []
 
-  When doing a release with maven-release-plugin, this will create files in 
<<>> ready
+  When doing a release with maven-release-plugin, this creates files in 
<<>> ready
   to be copied to projects' 
{{{http://www.apache.org/dev/release-distribution}Apache <<>> release 
distribution}}
   directory:
 



[maven-apache-parent] branch MPOM-207 deleted (was a4cf226)

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch MPOM-207
in repository https://gitbox.apache.org/repos/asf/maven-apache-parent.git.


 was a4cf226  [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.0

This change permanently discards the following revisions:

 discard a4cf226  [MPOM-207] - Upgrade maven-compiler-plugin to version 3.8.0



[maven-site-plugin] branch master updated: remove plugins versions override

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 27d65b1  remove plugins versions override
27d65b1 is described below

commit 27d65b16f56004c5ce4e38137d60575300b65653
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 17:20:18 2019 +0100

remove plugins versions override
---
 pom.xml | 2 --
 1 file changed, 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 95085ed..e727689 100644
--- a/pom.xml
+++ b/pom.xml
@@ -535,7 +535,6 @@ under the License.
   
 org.codehaus.plexus
 plexus-component-metadata
-1.6
 
   
 
@@ -548,7 +547,6 @@ under the License.
   
 org.apache.maven.plugins
 maven-shade-plugin
-1.4
 
   
 package



[maven] branch MNG-6778 deleted (was 3aa421a)

2019-11-09 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch MNG-6778
in repository https://gitbox.apache.org/repos/asf/maven.git.


 was 3aa421a  - Use https for maven schemaLocations

This change permanently discards the following revisions:

 discard 3aa421a  - Use https for maven schemaLocations



[maven-site] branch master updated: Clarify language

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new e390781  Clarify language
e390781 is described below

commit e39078158a30bf814305642110126ab3fb0b61f9
Author: Elliotte Rusty Harold 
AuthorDate: Fri Nov 8 10:36:30 2019 -0500

Clarify language

@hboutemy
---
 content/apt/guides/mini/guide-configuring-plugins.apt | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/content/apt/guides/mini/guide-configuring-plugins.apt 
b/content/apt/guides/mini/guide-configuring-plugins.apt
index c625c36..74599af 100644
--- a/content/apt/guides/mini/guide-configuring-plugins.apt
+++ b/content/apt/guides/mini/guide-configuring-plugins.apt
@@ -180,8 +180,9 @@ mvn myquery:query -Dquery.url=http://maven.apache.org
 
 ** {Help Goal}
 
-  Recent Maven plugins have generally an <<>> goal to have in the 
command line the description of the plugin,
-  with their parameters and types. For instance, to understand the javadoc 
goal, you need to call:
+  Most recent Maven plugins have a <<>> goal that prints a description
+  of the plugin and its parameters and types. For instance, to see help
+  for the javadoc goal, type:
 
 ++
 mvn javadoc:help -Ddetail -Dgoal=javadoc



[maven-apache-parent] branch master updated: [MPOM-221] replace GitBox forbidden commitdiff with GitHub one

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 43b26d9  [MPOM-221] replace GitBox forbidden commitdiff with GitHub one
43b26d9 is described below

commit 43b26d94421edca185ae20d16d06305b20f5b4d9
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 14:08:36 2019 +0100

[MPOM-221] replace GitBox forbidden commitdiff with GitHub one
---
 src/site-docs/apt/index.apt.vm | 6 ++
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/site-docs/apt/index.apt.vm b/src/site-docs/apt/index.apt.vm
index eeb5199..528c5ea 100644
--- a/src/site-docs/apt/index.apt.vm
+++ b/src/site-docs/apt/index.apt.vm
@@ -136,14 +136,12 @@ History
 
 #if( $project.version.endsWith( "SNAPSHOT" ) )
   master: 
{{{https://github.com/apache/maven-apache-parent/tree/master/pom.xml}$project.version}}
-  
({{{https://gitbox.apache.org/repos/asf?p=maven-apache-parent.git;a=blobdiff;f=pom.xml;hb=master;hpb=apache-21}diff}},
-  
{{{https://github.com/apache/maven-apache-parent/compare/apache-21...master}commits}})
+  
({{{https://github.com/apache/maven-apache-parent/compare/apache-21...master}diff}})
 #end
 #macro ( display $version $date )
 #**##set( $prev = $version - 1 )
 |  
{{{https://github.com/apache/maven-apache-parent/tree/apache-$version/pom.xml}$version}}
-| 
({{{https://gitbox.apache.org/repos/asf?p=maven-apache-parent.git;a=blobdiff;f=pom.xml;hb=apache-$version;hpb=apache-$prev}diff}},
-|  
{{{https://github.com/apache/maven-apache-parent/compare/apache-$prev...apache-$version}commits}})
 | $date |
+| 
({{{https://github.com/apache/maven-apache-parent/compare/apache-$prev...apache-$version}diff}})
 | $date |
 #end
 
 *--++



[maven-apache-parent] branch master updated: [MPOM-225] Add pluginRepositories section for SNAPSHOTs

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 408fac2  [MPOM-225] Add pluginRepositories section for SNAPSHOTs
408fac2 is described below

commit 408fac26930f781e3ef1445ce3313b56ad38212a
Author: Christopher Tubbs 
AuthorDate: Wed Oct 17 14:43:37 2018 -0400

[MPOM-225] Add pluginRepositories section for SNAPSHOTs

Enable more convenient utilization of SNAPSHOT versions of
plugins deployed to ASF's Maven repositories. This is
useful for testing plugins prior to their release.
---
 pom.xml | 10 ++
 1 file changed, 10 insertions(+)

diff --git a/pom.xml b/pom.xml
index 2e5d5fe..93dc7ad 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,6 +105,16 @@ under the License.
   
 
   
+  
+
+  apache.snapshots
+  Apache Snapshot Repository
+  https://repository.apache.org/snapshots
+  
+false
+  
+
+  
 
   
 



[maven-site-plugin] branch master updated: upgraded Jetty

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 89fd158  upgraded Jetty
89fd158 is described below

commit 89fd158df5e81860713b81165c1f40a39c34
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 15:43:59 2019 +0100

upgraded Jetty
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 67efc68..95085ed 100644
--- a/pom.xml
+++ b/pom.xml
@@ -200,7 +200,7 @@ under the License.
 
 1.9
 1.9.1
-9.2.28.v20190418
+9.2.29.v20191105
 1.5.4
 1.4
 3.3.1



[maven-release] branch master updated: Verify that schemaLocation keeps its original value

2019-11-09 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4e8619b  Verify that schemaLocation keeps its original value
4e8619b is described below

commit 4e8619b94a35133caa1f8bd98ea5d6fb45f8cd48
Author: rfscholte 
AuthorDate: Sat Nov 9 12:00:55 2019 +0100

Verify that schemaLocation keeps its original value
---
 .../src/it/projects/prepare/namespace/pom.xml  | 60 ++
 .../it/projects/prepare/namespace/verify.groovy| 29 +++
 2 files changed, 89 insertions(+)

diff --git a/maven-release-plugin/src/it/projects/prepare/namespace/pom.xml 
b/maven-release-plugin/src/it/projects/prepare/namespace/pom.xml
new file mode 100644
index 000..3fee108
--- /dev/null
+++ b/maven-release-plugin/src/it/projects/prepare/namespace/pom.xml
@@ -0,0 +1,60 @@
+
+
+http://maven.apache.org/POM/4.0.0; 
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance; 
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd;>
+  4.0.0
+
+  org.apache.maven.its.release
+  completion-goals
+  1.0-SNAPSHOT
+  pom
+  
+  Verify that schemaLocation keeps its original 
value
+
+  Maven Release Plugin IT
+  http://maven.apache.org/
+
+  
+scm:dummy|nul
+scm:dummy|nul
+  
+
+  
+
+  
+maven-release-plugin
+@project.version@
+
+  -Dflag -Dfoo=bar
+  invoker
+  validate
+  validate
+  verify
+
+
+  
+org.apache.maven.its.release
+maven-scm-provider-dummy
+1.0
+  
+
+  
+
+  
+
diff --git 
a/maven-release-plugin/src/it/projects/prepare/namespace/verify.groovy 
b/maven-release-plugin/src/it/projects/prepare/namespace/verify.groovy
new file mode 100644
index 000..da22596
--- /dev/null
+++ b/maven-release-plugin/src/it/projects/prepare/namespace/verify.groovy
@@ -0,0 +1,29 @@
+/*
+ * Licensed to the Apache Software Foundation (ASF) under one
+ * or more contributor license agreements.  See the NOTICE file
+ * distributed with this work for additional information
+ * regarding copyright ownership.  The ASF licenses this file
+ * to you under the Apache License, Version 2.0 (the
+ * "License"); you may not use this file except in compliance
+ * with the License.  You may obtain a copy of the License at
+ *
+ *   http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing,
+ * software distributed under the License is distributed on an
+ * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+ * KIND, either express or implied.  See the License for the
+ * specific language governing permissions and limitations
+ * under the License.
+ */
+
+def project = new XmlSlurper().parse( new File( basedir, "pom.xml" ) )
+assert project['@xsi:schemaLocation'] == "http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd;
+
+def projectTag = new XmlSlurper().parse( new File( basedir, "pom.xml.tag" ) )
+assert projectTag['@xsi:schemaLocation'] == "http://maven.apache.org/POM/4.0.0 
https://maven.apache.org/maven-v4_0_0.xsd;
+
+def projectNext = new XmlSlurper().parse( new File( basedir, "pom.xml.next" ) )
+assert projectNext['@xsi:schemaLocation'] == 
"http://maven.apache.org/POM/4.0.0 https://maven.apache.org/maven-v4_0_0.xsd;
+
+return true



[maven] branch master updated (bd10f00 -> d657c9c)

2019-11-09 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

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


from bd10f00  [MNG-6789] upgrade and configure plugins for Reproducible 
Builds
 add 0c7c69f  [MNG-6778] - Use https for maven schemaLocations
 new d657c9c  [MNG-6778] - Use https for maven schemaLocations

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:
 apache-maven/pom.xml  | 2 +-
 maven-artifact/pom.xml| 2 +-
 maven-builder-support/pom.xml | 2 +-
 maven-compat/pom.xml  | 2 +-
 maven-core/pom.xml| 2 +-
 .../src/test/projects/default-maven/cyclic-reference/module-a/pom.xml | 2 +-
 .../src/test/projects/default-maven/cyclic-reference/module-b/pom.xml | 2 +-
 maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml   | 2 +-
 .../test/projects/lifecycle-executor/project-with-inheritance/pom.xml | 2 +-
 .../lifecycle-executor/project-with-multiple-executions/pom.xml   | 2 +-
 .../src/test/projects/plugin-manager/project-with-inheritance/pom.xml | 2 +-
 .../src/test/resources-project-builder/dependency-inheritance/pom.xml | 2 +-
 .../test/resources-project-builder/dependency-inheritance/sub/pom.xml | 2 +-
 maven-core/src/test/resources-project-builder/profile-plugins/pom.xml | 2 +-
 .../test/resources-project-builder/properties-no-duplication/pom.xml  | 2 +-
 .../resources-project-builder/properties-no-duplication/sub/pom.xml   | 2 +-
 maven-core/src/test/resources/canonical-pom.xml   | 2 +-
 maven-core/src/test/resources/dependencyManagement-pom.xml| 2 +-
 maven-core/src/test/resources/distributionManagement-pom.xml  | 4 ++--
 maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml  | 2 +-
 maven-core/src/test/resources/pom.xml | 2 +-
 maven-core/src/test/resources/projects/artifactMissingVersion.xml | 2 +-
 maven-core/src/test/resources/projects/badPom.xml | 2 +-
 maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml  | 2 +-
 maven-embedder/pom.xml| 2 +-
 maven-model-builder/pom.xml   | 2 +-
 maven-model-builder/src/test/resources/poms/factory/complex.xml   | 2 +-
 maven-model-builder/src/test/resources/poms/factory/simple.xml| 2 +-
 .../src/test/resources/poms/inheritance/empty-urls-child.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/empty-urls-expected.xml   | 4 ++--
 .../src/test/resources/poms/inheritance/empty-urls-parent.xml | 4 ++--
 .../src/test/resources/poms/inheritance/flat-urls-child.xml   | 4 ++--
 .../src/test/resources/poms/inheritance/flat-urls-expected.xml| 2 +-
 .../src/test/resources/poms/inheritance/flat-urls-parent.xml  | 4 ++--
 .../resources/poms/inheritance/module-path-not-artifactId-child.xml   | 4 ++--
 .../poms/inheritance/module-path-not-artifactId-expected.xml  | 2 +-
 .../resources/poms/inheritance/module-path-not-artifactId-parent.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls-child.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls-expected.xml   | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls-parent.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls2-child.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls2-expected.xml  | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls2-parent.xml| 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls3-child.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls3-expected.xml  | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls3-parent.xml| 4 ++--
 .../test/resources/poms/inheritance/plugin-configuration-child.xml| 4 ++--
 .../test/resources/poms/inheritance/plugin-configuration-expected.xml | 2 +-
 .../test/resources/poms/inheritance/plugin-configuration-parent.xml   | 4 ++--
 .../resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml  | 4 ++--
 .../poms/inheritance/tricky-flat-artifactId-urls-expected.xml | 2 +-
 .../resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml | 4 ++--
 .../resources/poms/inheritance/tricky-flat-directory-urls-child.xml   | 4 ++--
 .../poms/inheritance/tricky-flat-directory-urls-expected.xml  | 2 +-
 .../resources/poms/inheritance/tricky-flat-directory-urls-parent.xml  | 4 ++--
 

[maven] 01/01: [MNG-6778] - Use https for maven schemaLocations

2019-11-09 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

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

commit d657c9c6b467db60c932799485fb4210c0bd1fe0
Merge: bd10f00 0c7c69f
Author: Robert Scholte 
AuthorDate: Sat Nov 9 13:12:35 2019 +0100

[MNG-6778] - Use https for maven schemaLocations

 apache-maven/pom.xml  | 2 +-
 maven-artifact/pom.xml| 2 +-
 maven-builder-support/pom.xml | 2 +-
 maven-compat/pom.xml  | 2 +-
 maven-core/pom.xml| 2 +-
 .../src/test/projects/default-maven/cyclic-reference/module-a/pom.xml | 2 +-
 .../src/test/projects/default-maven/cyclic-reference/module-b/pom.xml | 2 +-
 maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml   | 2 +-
 .../test/projects/lifecycle-executor/project-with-inheritance/pom.xml | 2 +-
 .../lifecycle-executor/project-with-multiple-executions/pom.xml   | 2 +-
 .../src/test/projects/plugin-manager/project-with-inheritance/pom.xml | 2 +-
 .../src/test/resources-project-builder/dependency-inheritance/pom.xml | 2 +-
 .../test/resources-project-builder/dependency-inheritance/sub/pom.xml | 2 +-
 maven-core/src/test/resources-project-builder/profile-plugins/pom.xml | 2 +-
 .../test/resources-project-builder/properties-no-duplication/pom.xml  | 2 +-
 .../resources-project-builder/properties-no-duplication/sub/pom.xml   | 2 +-
 maven-core/src/test/resources/canonical-pom.xml   | 2 +-
 maven-core/src/test/resources/dependencyManagement-pom.xml| 2 +-
 maven-core/src/test/resources/distributionManagement-pom.xml  | 4 ++--
 maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml  | 2 +-
 maven-core/src/test/resources/pom.xml | 2 +-
 maven-core/src/test/resources/projects/artifactMissingVersion.xml | 2 +-
 maven-core/src/test/resources/projects/badPom.xml | 2 +-
 maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml  | 2 +-
 maven-embedder/pom.xml| 2 +-
 maven-model-builder/pom.xml   | 2 +-
 maven-model-builder/src/test/resources/poms/factory/complex.xml   | 2 +-
 maven-model-builder/src/test/resources/poms/factory/simple.xml| 2 +-
 .../src/test/resources/poms/inheritance/empty-urls-child.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/empty-urls-expected.xml   | 4 ++--
 .../src/test/resources/poms/inheritance/empty-urls-parent.xml | 4 ++--
 .../src/test/resources/poms/inheritance/flat-urls-child.xml   | 4 ++--
 .../src/test/resources/poms/inheritance/flat-urls-expected.xml| 2 +-
 .../src/test/resources/poms/inheritance/flat-urls-parent.xml  | 4 ++--
 .../resources/poms/inheritance/module-path-not-artifactId-child.xml   | 4 ++--
 .../poms/inheritance/module-path-not-artifactId-expected.xml  | 2 +-
 .../resources/poms/inheritance/module-path-not-artifactId-parent.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls-child.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls-expected.xml   | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls-parent.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls2-child.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls2-expected.xml  | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls2-parent.xml| 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls3-child.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls3-expected.xml  | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls3-parent.xml| 4 ++--
 .../test/resources/poms/inheritance/plugin-configuration-child.xml| 4 ++--
 .../test/resources/poms/inheritance/plugin-configuration-expected.xml | 2 +-
 .../test/resources/poms/inheritance/plugin-configuration-parent.xml   | 4 ++--
 .../resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml  | 4 ++--
 .../poms/inheritance/tricky-flat-artifactId-urls-expected.xml | 2 +-
 .../resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml | 4 ++--
 .../resources/poms/inheritance/tricky-flat-directory-urls-child.xml   | 4 ++--
 .../poms/inheritance/tricky-flat-directory-urls-expected.xml  | 2 +-
 .../resources/poms/inheritance/tricky-flat-directory-urls-parent.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/urls-child.xml| 4 ++--
 .../src/test/resources/poms/inheritance/urls-expected.xml | 2 +-
 .../src/test/resources/poms/inheritance/urls-parent.xml   | 4 ++--
 

[maven] branch master updated: [MNG-6778] use https for schema location

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy 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 53ccee3  [MNG-6778] use https for schema location
53ccee3 is described below

commit 53ccee3486262f2b62f10a90d7d78889b2788707
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 13:45:14 2019 +0100

[MNG-6778] use https for schema location
---
 maven-compat/src/test/resources/pom.xml | 2 +-
 .../src/test/projects/lifecycle-executor/mojo-configuration/pom.xml | 2 +-
 .../project-with-additional-lifecycle-elements/pom.xml  | 2 +-
 maven-core/src/test/projects/project-builder/MNG-6716/project/pom.xml   | 2 +-
 maven-core/src/test/remote-repo/org/apache/apache/1/apache-1.pom| 2 +-
 .../maven/its/plugins/maven-it-plugin/0.1/maven-it-plugin-0.1.pom   | 2 +-
 .../org/apache/maven/its/plugins/maven-it-plugin/0.1/pom.xml| 2 +-
 .../maven/plugins/maven-clean-plugin/0.1/maven-clean-plugin-0.1.pom | 2 +-
 .../plugins/maven-compiler-plugin/0.1/maven-compiler-plugin-0.1.pom | 2 +-
 .../maven/plugins/maven-deploy-plugin/0.1/maven-deploy-plugin-0.1.pom   | 2 +-
 .../maven/plugins/maven-install-plugin/0.1/maven-install-plugin-0.1.pom | 2 +-
 .../apache/maven/plugins/maven-jar-plugin/0.1/maven-jar-plugin-0.1.pom  | 2 +-
 .../maven/plugins/maven-plugin-plugin/0.1/maven-plugin-plugin-0.1.pom   | 2 +-
 .../plugins/maven-resources-plugin/0.1/maven-resources-plugin-0.1.pom   | 2 +-
 .../plugins/maven-surefire-plugin/0.1/maven-surefire-plugin-0.1.pom | 2 +-
 .../resources-project-builder/dependency-inheritance/maven-parent.xml   | 2 +-
 .../resources-project-builder/dependency-order/w-plugin-mgmt/pom.xml| 2 +-
 .../resources-project-builder/dependency-order/wo-plugin-mgmt/pom.xml   | 2 +-
 .../src/test/resources-project-builder/dual-execution-ids/pom.xml   | 2 +-
 .../duplicate-exclusions-dependency/nexus-parent.xml| 2 +-
 .../resources-project-builder/duplicate-exclusions-dependency/pom.xml   | 2 +-
 .../duplicate-exclusions-dependency/sub/pom.xml | 2 +-
 maven-core/src/test/resources-project-builder/equal-plugin-deps/pom.xml | 2 +-
 .../execution-configuration-subcollections/pom.xml  | 2 +-
 maven-core/src/test/resources-project-builder/foo/sub/pom.xml   | 2 +-
 .../src/test/resources-project-builder/merged-filter-order/pom.xml  | 2 +-
 .../src/test/resources-project-builder/merged-filter-order/sub/pom.xml  | 2 +-
 maven-core/src/test/resources-project-builder/micromailer/pom.xml   | 2 +-
 .../src/test/resources-project-builder/micromailer/spice-parent-9.pom   | 2 +-
 maven-core/src/test/resources-project-builder/multiple-filters/pom.xml  | 2 +-
 .../src/test/resources-project-builder/platform-file-separator/pom.xml  | 2 +-
 .../src/test/resources-project-builder/plugin-config-properties/pom.xml | 2 +-
 .../test/resources-project-builder/profile-default-deactivation/pom.xml | 2 +-
 .../src/test/resources-project-builder/reporting-plugin-config/pom.xml  | 2 +-
 .../test/resources-project-builder/reporting-plugin-config/sub/pom.xml  | 2 +-
 .../single-configuration-inheritance/jetty-parent.xml   | 2 +-
 .../resources-project-builder/single-configuration-inheritance/pom.xml  | 2 +-
 maven-core/src/test/resources-project-builder/unc-path/pom.xml  | 2 +-
 maven-core/src/test/resources-project-builder/unc-path/sub/pom.xml  | 2 +-
 .../unprefixed-expression-interpolation/child/pom.xml   | 2 +-
 .../unprefixed-expression-interpolation/pom.xml | 2 +-
 maven-core/src/test/resources-settings/settings-no-pom/pom.xml  | 2 +-
 .../extension/test-extension-repo/junit/junit/3.8.1/junit-3.8.1.pom | 2 +-
 .../extension/test-extension-repo/org/apache/apache/3/apache-3.pom  | 2 +-
 .../maven-artifact/3.0-SNAPSHOT/maven-artifact-3.0-SNAPSHOT.pom | 2 +-
 .../org/apache/maven/core/test/test-extension/1/test-extension-1.pom| 2 +-
 .../1/test-lifecycle-and-artifactHandler-1.pom  | 2 +-
 .../org/apache/maven/maven-parent/4/maven-parent-4.pom  | 2 +-
 .../org/apache/maven/maven-parent/5/maven-parent-5.pom  | 2 +-
 .../org/apache/maven/wagon/wagon/1.0-beta-2/wagon-1.0-beta-2.pom| 2 +-
 .../1.0-beta-1/plexus-active-collections-1.0-beta-1.pom | 2 +-
 .../plexus-classworlds/1.2-alpha-10/plexus-classworlds-1.2-alpha-10.pom | 2 +-
 .../1.0-alpha-32/plexus-component-api-1.0-alpha-32.pom  | 2 +-
 .../1.0-alpha-32/plexus-container-default-1.0-alpha-32.pom  | 2 +-
 .../plexus-containers/1.0-alpha-16/plexus-containers-1.0-alpha-16.pom   | 2 +-
 .../plexus-containers/1.0-alpha-32/plexus-containers-1.0-alpha-32.pom   | 2 +-
 

[maven-site-plugin] 01/01: stream logs to debug CI failures

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a commit to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git

commit 14a6d8f6edfac7b9ca5daf9236fb1c57ef87c626
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 17:22:25 2019 +0100

stream logs to debug CI failures
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e727689..8e70d8e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -621,6 +621,7 @@ under the License.
 
${maven.compiler.source}
 
${maven.compiler.target}
   
+  true
 
   
   



[maven-site-plugin] branch stabilize updated (cfe4b44 -> 14a6d8f)

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

hboutemy pushed a change to branch stabilize
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


 discard cfe4b44  Switch to preferred test.properties
 discard 3c6db40  Log build.log in case of assertion failure
 discard 4c93713  Log build.log of sometimes unstable IT
 add baa9bfb  Switch to preferred test.properties
 add e6ecf71  [maven-release-plugin] prepare release maven-site-plugin-3.8.2
 add 3022414  [maven-release-plugin] prepare for next development iteration
 add e3c3949  [MSITE-848] Update sitedescriptor.apt
 add 40d3d32  MSITE-847: Corrected link to prerequisite maven version.
 add 9335776  MSITE-847: Corrected link to prerequisite maven version.
 add 19be00a  MSITE-851 make output jars reproducible like m-source-p
 add 89fd158  upgraded Jetty
 add 27d65b1  remove plugins versions override
 add 4034f73  MSITE-851 fixed IT: jar internal timestamp cause variable 
local ts
 new 14a6d8f  stream logs to debug CI failures

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (cfe4b44)
\
 N -- N -- N   refs/heads/stabilize (14a6d8f)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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  | 13 ++---
 src/it/projects/effective-site/verify.groovy |  5 ++---
 src/it/projects/site-jar/pom.xml |  1 +
 src/it/projects/site-jar/verify.bsh  | 10 ++
 .../apache/maven/plugins/site/render/SiteJarMojo.java| 16 +++-
 src/site/apt/examples/sitedescriptor.apt |  6 --
 src/site/apt/index.apt.vm|  2 +-
 7 files changed, 39 insertions(+), 14 deletions(-)



[maven] branch MNG-6778 created (now 3aa421a)

2019-11-09 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to branch MNG-6778
in repository https://gitbox.apache.org/repos/asf/maven.git.


  at 3aa421a  - Use https for maven schemaLocations

This branch includes the following new commits:

 new 3aa421a  - Use https for maven schemaLocations

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.




[maven] 01/01: - Use https for maven schemaLocations

2019-11-09 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a commit to branch MNG-6778
in repository https://gitbox.apache.org/repos/asf/maven.git

commit 3aa421a944c1f397a454f936c1a6bb5c620710cd
Author: Christian Wansart 
AuthorDate: Thu Nov 7 16:16:39 2019 +0100

- Use https for maven schemaLocations
---
 apache-maven/pom.xml  | 2 +-
 maven-artifact/pom.xml| 2 +-
 maven-builder-support/pom.xml | 2 +-
 maven-compat/pom.xml  | 2 +-
 maven-core/pom.xml| 2 +-
 .../src/test/projects/default-maven/cyclic-reference/module-a/pom.xml | 2 +-
 .../src/test/projects/default-maven/cyclic-reference/module-b/pom.xml | 2 +-
 maven-core/src/test/projects/default-maven/cyclic-reference/pom.xml   | 2 +-
 .../test/projects/lifecycle-executor/project-with-inheritance/pom.xml | 2 +-
 .../lifecycle-executor/project-with-multiple-executions/pom.xml   | 2 +-
 .../src/test/projects/plugin-manager/project-with-inheritance/pom.xml | 2 +-
 .../src/test/resources-project-builder/dependency-inheritance/pom.xml | 2 +-
 .../test/resources-project-builder/dependency-inheritance/sub/pom.xml | 2 +-
 maven-core/src/test/resources-project-builder/profile-plugins/pom.xml | 2 +-
 .../test/resources-project-builder/properties-no-duplication/pom.xml  | 2 +-
 .../resources-project-builder/properties-no-duplication/sub/pom.xml   | 2 +-
 maven-core/src/test/resources/canonical-pom.xml   | 2 +-
 maven-core/src/test/resources/dependencyManagement-pom.xml| 2 +-
 maven-core/src/test/resources/distributionManagement-pom.xml  | 4 ++--
 maven-core/src/test/resources/org/apache/maven/lifecycle/pom.xml  | 2 +-
 maven-core/src/test/resources/pom.xml | 2 +-
 maven-core/src/test/resources/projects/artifactMissingVersion.xml | 2 +-
 maven-core/src/test/resources/projects/badPom.xml | 2 +-
 maven-core/src/test/resources/withActiveByDefaultProfile-pom.xml  | 2 +-
 maven-embedder/pom.xml| 2 +-
 maven-model-builder/pom.xml   | 2 +-
 maven-model-builder/src/test/resources/poms/factory/complex.xml   | 2 +-
 maven-model-builder/src/test/resources/poms/factory/simple.xml| 2 +-
 .../src/test/resources/poms/inheritance/empty-urls-child.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/empty-urls-expected.xml   | 4 ++--
 .../src/test/resources/poms/inheritance/empty-urls-parent.xml | 4 ++--
 .../src/test/resources/poms/inheritance/flat-urls-child.xml   | 4 ++--
 .../src/test/resources/poms/inheritance/flat-urls-expected.xml| 2 +-
 .../src/test/resources/poms/inheritance/flat-urls-parent.xml  | 4 ++--
 .../resources/poms/inheritance/module-path-not-artifactId-child.xml   | 4 ++--
 .../poms/inheritance/module-path-not-artifactId-expected.xml  | 2 +-
 .../resources/poms/inheritance/module-path-not-artifactId-parent.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls-child.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls-expected.xml   | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls-parent.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls2-child.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls2-expected.xml  | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls2-parent.xml| 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls3-child.xml | 4 ++--
 .../src/test/resources/poms/inheritance/no-append-urls3-expected.xml  | 2 +-
 .../src/test/resources/poms/inheritance/no-append-urls3-parent.xml| 4 ++--
 .../test/resources/poms/inheritance/plugin-configuration-child.xml| 4 ++--
 .../test/resources/poms/inheritance/plugin-configuration-expected.xml | 2 +-
 .../test/resources/poms/inheritance/plugin-configuration-parent.xml   | 4 ++--
 .../resources/poms/inheritance/tricky-flat-artifactId-urls-child.xml  | 4 ++--
 .../poms/inheritance/tricky-flat-artifactId-urls-expected.xml | 2 +-
 .../resources/poms/inheritance/tricky-flat-artifactId-urls-parent.xml | 4 ++--
 .../resources/poms/inheritance/tricky-flat-directory-urls-child.xml   | 4 ++--
 .../poms/inheritance/tricky-flat-directory-urls-expected.xml  | 2 +-
 .../resources/poms/inheritance/tricky-flat-directory-urls-parent.xml  | 4 ++--
 .../src/test/resources/poms/inheritance/urls-child.xml| 4 ++--
 .../src/test/resources/poms/inheritance/urls-expected.xml | 2 +-
 .../src/test/resources/poms/inheritance/urls-parent.xml   | 4 ++--
 .../resources/poms/validation/raw-model/bad-ci-friendly-sha1plus.xml  | 4 ++--
 

[maven-site-plugin] branch dependabot/maven/jettyVersion-9.4.22.v20191022 updated (ea2506a -> bf70be4)

2019-11-09 Thread github-bot
This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/maven/jettyVersion-9.4.22.v20191022
in repository https://gitbox.apache.org/repos/asf/maven-site-plugin.git.


omit ea2506a  Bump jettyVersion from 9.2.28.v20190418 to 9.4.22.v20191022
 add 19be00a  MSITE-851 make output jars reproducible like m-source-p
 add 89fd158  upgraded Jetty
 add bf70be4  Bump jettyVersion from 9.2.28.v20190418 to 9.4.22.v20191022

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (ea2506a)
\
 N -- N -- N   
refs/heads/dependabot/maven/jettyVersion-9.4.22.v20191022 (bf70be4)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 pom.xml  |  8 
 src/it/projects/site-jar/pom.xml |  1 +
 src/it/projects/site-jar/verify.bsh  |  5 +
 .../apache/maven/plugins/site/render/SiteJarMojo.java| 16 +++-
 4 files changed, 25 insertions(+), 5 deletions(-)



[maven-site-plugin] branch master updated: MSITE-851 fixed IT: jar internal timestamp cause variable local ts

2019-11-09 Thread hboutemy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 4034f73  MSITE-851 fixed IT: jar internal timestamp cause variable 
local ts
4034f73 is described below

commit 4034f7383df9627b5f799dda06c91a9d5f0b4564
Author: Hervé Boutemy 
AuthorDate: Sat Nov 9 17:34:05 2019 +0100

MSITE-851 fixed IT: jar internal timestamp cause variable local ts
---
 src/it/projects/site-jar/verify.bsh | 9 +++--
 1 file changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/it/projects/site-jar/verify.bsh 
b/src/it/projects/site-jar/verify.bsh
index c512531..4e5a08b 100644
--- a/src/it/projects/site-jar/verify.bsh
+++ b/src/it/projects/site-jar/verify.bsh
@@ -47,12 +47,17 @@ try
 
 JarFile jar = new JarFile( siteJar );
 Enumeration jarEntries = jar.entries();
+long timestamp = -1;
 while ( jarEntries.hasMoreElements() )
 {
 JarEntry entry = (JarEntry) jarEntries.nextElement();
-if ( entry.getTime() != 1572713292000L )
+if ( timestamp == -1 )
 {
-System.out.println( "wrong entry time for " + entry.getName() + ": 
" + entry.getTime() );
+timestamp = entry.getTime(); // reproducible timestamp in jar file 
cause local timestamp depending on timezone
+}
+if ( entry.getTime() != timestamp )
+{
+System.out.println( "wrong entry time for " + entry.getName() + ": 
" + entry.getTime() + " instead of " + timestamp );
 return false;
 }
 if ( !entry.isDirectory() )



[maven-surefire] branch master updated (7e11fe3 -> 43cb7ce)

2019-11-09 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

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


from 7e11fe3  [SUREFIRE-1714] Created module "surefire-shared-utils" as a 
required dependency in "surefire-extensions-api" and "maven-surefire-common"
 new 9d23be0  [SUREFIRE-1714] Created module "surefire-shared-utils" as a 
required dependency in "surefire-extensions-api" and "maven-surefire-common"
 new 43cb7ce  dependency versions should be in parent POM

The 2 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:
 maven-surefire-common/pom.xml  |  1 -
 pom.xml|  5 +++
 surefire-providers/surefire-junit-platform/pom.xml |  1 -
 surefire-shared-utils/pom.xml  | 36 ++
 4 files changed, 41 insertions(+), 2 deletions(-)



[maven-surefire] 02/02: dependency versions should be in parent POM

2019-11-09 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

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

commit 43cb7ce60ab475e4ff0fb6f5e9276a25d9a9ff9f
Author: tibordigana 
AuthorDate: Sun Nov 10 04:22:05 2019 +0100

dependency versions should be in parent POM
---
 maven-surefire-common/pom.xml  | 1 -
 pom.xml| 5 +
 surefire-providers/surefire-junit-platform/pom.xml | 1 -
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/maven-surefire-common/pom.xml b/maven-surefire-common/pom.xml
index ca690d4..f644023 100644
--- a/maven-surefire-common/pom.xml
+++ b/maven-surefire-common/pom.xml
@@ -94,7 +94,6 @@
 
 org.apache.commons
 commons-compress
-1.19
 
 
 com.google.code.findbugs
diff --git a/pom.xml b/pom.xml
index 2a0f35b..1d6e58a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -341,6 +341,11 @@
 5.3.2
   
   
+org.junit.jupiter
+junit-jupiter-params
+5.3.2
+  
+  
 org.mockito
 mockito-core
 2.27.0
diff --git a/surefire-providers/surefire-junit-platform/pom.xml 
b/surefire-providers/surefire-junit-platform/pom.xml
index e073232..2ccb05a 100644
--- a/surefire-providers/surefire-junit-platform/pom.xml
+++ b/surefire-providers/surefire-junit-platform/pom.xml
@@ -98,7 +98,6 @@
 
 org.junit.jupiter
 junit-jupiter-params
-5.3.2
 test
 
 



[maven-surefire] branch master updated (6bae9ba -> 7e11fe3)

2019-11-09 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

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


from 6bae9ba  [github actions] removed 
-Dorg.slf4j.simpleLogger.log.org.apache.maven.cli.transfer.Slf4jMavenTransferListener=warn
 new 46cd88c  [SUREFIRE-1712] Running tests with JDK13 fails with 
Unsupported class file major version 57
 new 7e11fe3  [SUREFIRE-1714] Created module "surefire-shared-utils" as a 
required dependency in "surefire-extensions-api" and "maven-surefire-common"

The 2 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:
 .../plugin/surefire/AbstractSurefireMojo.java  |  6 +-
 .../ModularClasspathForkConfiguration.java | 36 +-
 .../AbstractSurefireMojoJava7PlusTest.java | 15 ++--
 .../ModularClasspathForkConfigurationTest.java | 15 +---
 pom.xml|  1 +
 .../maven/surefire/booter/ModularClasspath.java| 10 +--
 ...refire1712ExtractedModulenameWithoutASMIT.java} | 35 +++---
 .../pom.xml| 36 --
 .../src/main/java/module-info.java}|  5 +-
 .../src/main/java/wtf/g4s8/oot/Foo.java}   | 17 +++--
 .../src/test/java/module-info.java | 10 ++-
 .../src/test/java/wtf/g4s8/oot/test/FooTest.java}  | 15 ++--
 surefire-shared-utils/pom.xml  | 79 ++
 13 files changed, 154 insertions(+), 126 deletions(-)
 copy 
surefire-its/src/test/java/org/apache/maven/surefire/its/{ModulePathIT.java => 
jiras/Surefire1712ExtractedModulenameWithoutASMIT.java} (66%)
 copy 
surefire-its/src/test/resources/{surefire-1534-reuse-forks-false-java-module => 
surefire-1712-extracted-modulename-without-asm}/pom.xml (72%)
 copy 
surefire-its/src/test/resources/{surefire-855-failsafe-use-bundle/src/main/java/pkg/AClassInOSGiBundle.java
 => 
surefire-1712-extracted-modulename-without-asm/src/main/java/module-info.java} 
(94%)
 copy 
surefire-its/src/test/resources/{modulepath/src/test/java/com/app/AppTest.java 
=> 
surefire-1712-extracted-modulename-without-asm/src/main/java/wtf/g4s8/oot/Foo.java}
 (81%)
 copy 
surefire-api/src/test/java/org/apache/maven/surefire/util/testdata/DataZT1A.java
 => 
surefire-its/src/test/resources/surefire-1712-extracted-modulename-without-asm/src/test/java/module-info.java
 (86%)
 copy 
surefire-its/src/test/resources/{surefire-1585-jupiter-api/src/test/java/JupiterTest.java
 => 
surefire-1712-extracted-modulename-without-asm/src/test/java/wtf/g4s8/oot/test/FooTest.java}
 (77%)
 create mode 100644 surefire-shared-utils/pom.xml



[maven-surefire] 02/02: [SUREFIRE-1714] Created module "surefire-shared-utils" as a required dependency in "surefire-extensions-api" and "maven-surefire-common"

2019-11-09 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

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

commit 7e11fe349c2d6b4d46be4b5a64c9a88e334e36ad
Author: tibordigana 
AuthorDate: Sun Nov 10 01:14:32 2019 +0100

[SUREFIRE-1714] Created module "surefire-shared-utils" as a required 
dependency in "surefire-extensions-api" and "maven-surefire-common"
---
 pom.xml   |  1 +
 surefire-shared-utils/pom.xml | 79 +++
 2 files changed, 80 insertions(+)

diff --git a/pom.xml b/pom.xml
index 1acbc65..2a0f35b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -61,6 +61,7 @@
 maven-failsafe-plugin
 maven-surefire-report-plugin
 surefire-its
+surefire-shared-utils
   
 
   
diff --git a/surefire-shared-utils/pom.xml b/surefire-shared-utils/pom.xml
new file mode 100644
index 000..4559734
--- /dev/null
+++ b/surefire-shared-utils/pom.xml
@@ -0,0 +1,79 @@
+
+
+
+http://maven.apache.org/POM/4.0.0;
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance;
+ xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 
http://maven.apache.org/xsd/maven-4.0.0.xsd;>
+4.0.0
+
+
+org.apache.maven.surefire
+surefire
+3.0.0-SNAPSHOT
+
+
+surefire-shared-utils
+Surefire Shared Utils
+Relocated Java packages of maven-shared-utils in 
Surefire
+
+
+
+The Apache Software License, Version 2.0
+http://www.apache.org/licenses/LICENSE-2.0.txt
+repo
+
+
+
+
+
+org.apache.maven.shared
+maven-shared-utils
+
+
+
+
+
+
+maven-shade-plugin
+
+
+
+shade
+
+
+
+
+
org.apache.maven.shared:maven-shared-utils
+
+
+
+
+
org.apache.maven.shared.utils
+
org.apache.maven.surefire.shared.utils
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file



[maven-surefire] 01/02: [SUREFIRE-1712] Running tests with JDK13 fails with Unsupported class file major version 57

2019-11-09 Thread tibordigana
This is an automated email from the ASF dual-hosted git repository.

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

commit 46cd88c6c92f4fb0cfc75eda7ee8ce6912d0c49a
Author: tibordigana 
AuthorDate: Sun Nov 10 00:47:26 2019 +0100

[SUREFIRE-1712] Running tests with JDK13 fails with Unsupported class file 
major version 57
---
 .../plugin/surefire/AbstractSurefireMojo.java  |  6 ++-
 .../ModularClasspathForkConfiguration.java | 36 ++---
 .../AbstractSurefireMojoJava7PlusTest.java | 15 --
 .../ModularClasspathForkConfigurationTest.java | 15 ++
 .../maven/surefire/booter/ModularClasspath.java| 10 ++--
 ...urefire1712ExtractedModulenameWithoutASMIT.java | 53 ++
 .../pom.xml| 63 ++
 .../src/main/java/module-info.java | 23 
 .../src/main/java/wtf/g4s8/oot/Foo.java| 35 
 .../src/test/java/module-info.java | 25 +
 .../src/test/java/wtf/g4s8/oot/test/FooTest.java   | 35 
 11 files changed, 260 insertions(+), 56 deletions(-)

diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
index 4ee933b..5683b7f 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/AbstractSurefireMojo.java
@@ -1901,8 +1901,10 @@ public abstract class AbstractSurefireMojo
 packages.add( substringBeforeLast( className, "." ) );
 }
 
-ModularClasspath modularClasspath = new ModularClasspath( 
moduleDescriptor, testModulepath.getClassPath(),
-packages, getTestClassesDirectory() );
+getConsoleLogger().debug( "main module descriptor name: " + 
result.getMainModuleDescriptor().name() );
+
+ModularClasspath modularClasspath = new ModularClasspath( 
result.getMainModuleDescriptor().name(),
+testModulepath.getClassPath(), packages, 
getTestClassesDirectory() );
 
 Artifact[] additionalInProcArtifacts =
 { getCommonArtifact(), getExtensionsArtifact(), 
getApiArtifact(), getLoggerApiArtifact() };
diff --git 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ModularClasspathForkConfiguration.java
 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ModularClasspathForkConfiguration.java
index 55818a2..af38bc5 100644
--- 
a/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ModularClasspathForkConfiguration.java
+++ 
b/maven-surefire-common/src/main/java/org/apache/maven/plugin/surefire/booterclient/ModularClasspathForkConfiguration.java
@@ -28,15 +28,11 @@ import org.apache.maven.surefire.booter.ModularClasspath;
 import org.apache.maven.surefire.booter.ModularClasspathConfiguration;
 import org.apache.maven.surefire.booter.StartupConfiguration;
 import org.apache.maven.surefire.booter.SurefireBooterForkException;
-import org.objectweb.asm.ClassReader;
-import org.objectweb.asm.ClassVisitor;
-import org.objectweb.asm.ModuleVisitor;
 
 import javax.annotation.Nonnegative;
 import javax.annotation.Nonnull;
 import javax.annotation.Nullable;
 import java.io.File;
-import java.io.FileInputStream;
 import java.io.FileWriter;
 import java.io.IOException;
 import java.util.Collection;
@@ -50,7 +46,6 @@ import static java.io.File.pathSeparatorChar;
 import static 
org.apache.maven.plugin.surefire.SurefireHelper.escapeToPlatformPath;
 import static org.apache.maven.shared.utils.StringUtils.replace;
 import static org.apache.maven.surefire.util.internal.StringUtils.NL;
-import static org.objectweb.asm.Opcodes.ASM7;
 
 /**
  * @author mailto:tibordig...@apache.org;>Tibor Digana (tibor17)
@@ -92,13 +87,13 @@ public class ModularClasspathForkConfiguration
 
 ModularClasspath modularClasspath = 
modularClasspathConfiguration.getModularClasspath();
 
-File descriptor = modularClasspath.getModuleDescriptor();
+String moduleName = modularClasspath.getModuleNameFromDescriptor();
 List modulePath = modularClasspath.getModulePath();
 Collection packages = modularClasspath.getPackages();
 File patchFile = modularClasspath.getPatchFile();
 List classpath = toCompleteClasspath( config );
 
-File argsFile = createArgsFile( descriptor, modulePath, classpath, 
packages, patchFile, startClass );
+File argsFile = createArgsFile( moduleName, modulePath, classpath, 
packages, patchFile, startClass );
 
 cli.createArg().setValue( "@" + escapeToPlatformPath( 
argsFile.getAbsolutePath() ) );
 }
@@ -112,7 +107,7 @@ 

svn commit: r1869601 [2/4] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ do

2019-11-09 Thread svn-site-role
Modified: maven/website/content/docs/2.2.0/release-notes.html
==
--- maven/website/content/docs/2.2.0/release-notes.html (original)
+++ maven/website/content/docs/2.2.0/release-notes.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -44,7 +44,7 @@ John Casey" />
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.2.0 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.2.0/release-notes.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.2.1/release-notes.html
==
--- maven/website/content/docs/2.2.1/release-notes.html (original)
+++ maven/website/content/docs/2.2.1/release-notes.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.2.1 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.2.1/release-notes.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.0-alpha-3/release-notes.html
==
--- maven/website/content/docs/3.0-alpha-3/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-3/release-notes.html Sat Nov  9 
12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 3.0-alpha-3 https://github.com/apache/maven-site/tree/master/content/apt/docs/3.0-alpha-3/release-notes.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.0-alpha-4/release-notes.html
==
--- maven/website/content/docs/3.0-alpha-4/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-4/release-notes.html Sat Nov  9 
12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 3.0-alpha-4 https://github.com/apache/maven-site/tree/master/content/apt/docs/3.0-alpha-4/release-notes.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.0-alpha-5/release-notes.html
==
--- maven/website/content/docs/3.0-alpha-5/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-5/release-notes.html Sat Nov  9 
12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 3.0-alpha-5 https://github.com/apache/maven-site/tree/master/content/apt/docs/3.0-alpha-5/release-notes.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.0-alpha-6/release-notes.html
==
--- maven/website/content/docs/3.0-alpha-6/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-6/release-notes.html Sat Nov  9 
12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 3.0-alpha-6 https://github.com/apache/maven-site/tree/master/content/apt/docs/3.0-alpha-6/release-notes.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.0-alpha-7/release-notes.html
==
--- maven/website/content/docs/3.0-alpha-7/release-notes.html (original)
+++ maven/website/content/docs/3.0-alpha-7/release-notes.html Sat Nov  9 
12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 3.0-alpha-7 https://github.com/apache/maven-site/tree/master/content/apt/docs/3.0-alpha-7/release-notes.apt.vm;>
-| 

svn commit: r1869601 [3/4] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ do

2019-11-09 Thread svn-site-role
Modified: maven/website/content/guides/index.html
==
--- maven/website/content/guides/index.html (original)
+++ maven/website/content/guides/index.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -42,7 +42,7 @@ Eric Redmond" />
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven Documentation https://github.com/apache/maven-site/tree/master/content/apt/guides/index.apt.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: 
maven/website/content/guides/introduction/introduction-to-archetypes.html
==
--- maven/website/content/guides/introduction/introduction-to-archetypes.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-archetypes.html 
Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Introduction to Archetypes https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-archetypes.apt;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: 
maven/website/content/guides/introduction/introduction-to-dependency-mechanism.html
==
--- 
maven/website/content/guides/introduction/introduction-to-dependency-mechanism.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-dependency-mechanism.html
 Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -44,7 +44,7 @@ Karl Heinz Marbaise" />
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Introduction to the Dependency Mechanism https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-dependency-mechanism.apt;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: 
maven/website/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
==
--- 
maven/website/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-optional-and-excludes-dependencies.html
 Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Optional Dependencies and Dependency Exclusions https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-optional-and-excludes-dependencies.apt;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: 
maven/website/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
==
--- 
maven/website/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
 (original)
+++ 
maven/website/content/guides/introduction/introduction-to-plugin-prefix-mapping.html
 Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Introduction to Plugin Prefix Resolution https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-plugin-prefix-mapping.apt;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/guides/introduction/introduction-to-plugins.html
==
--- maven/website/content/guides/introduction/introduction-to-plugins.html 
(original)
+++ maven/website/content/guides/introduction/introduction-to-plugins.html Sat 
Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Introduction to Maven Plugin Development https://github.com/apache/maven-site/tree/master/content/apt/guides/introduction/introduction-to-plugins.apt;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: 
maven/website/content/guides/introduction/introduction-to-profiles.html

svn commit: r1869601 [1/4] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ do

2019-11-09 Thread svn-site-role
Author: svn-site-role
Date: Sat Nov  9 12:56:04 2019
New Revision: 1869601

Log:
Site checkin for project Apache Maven Site

Modified:
maven/website/content/about.html
maven/website/content/aether.html
maven/website/content/apache-resource-bundles/index.html
maven/website/content/archives/maven-2.x/index.html
maven/website/content/articles.html
maven/website/content/background/history-of-maven.html
maven/website/content/background/philosophy-of-maven.html
maven/website/content/ci-management.html
maven/website/content/code-quality-management.html
maven/website/content/community.html
maven/website/content/configure.html
maven/website/content/continuous-integration.html
maven/website/content/developers/committer-environment.html
maven/website/content/developers/committer-settings.html
maven/website/content/developers/conventions/code.html
maven/website/content/developers/conventions/git.html
maven/website/content/developers/conventions/jira.html
maven/website/content/developers/dependency-policies.html
maven/website/content/developers/index.html
maven/website/content/developers/java6.html
maven/website/content/developers/mojo-api-specification.html
maven/website/content/developers/release/index.html
maven/website/content/developers/release/maven-core-release.html

maven/website/content/developers/release/maven-project-release-procedure.html
maven/website/content/developers/release/parent-pom-release.html
maven/website/content/developers/release/pmc-gpg-keys.html
maven/website/content/developers/retirement-plan-plugins.html

maven/website/content/developers/website/component-reference-documentation-helper.html

maven/website/content/developers/website/deploy-component-reference-documentation.html
maven/website/content/developers/website/deploy-maven-website.html
maven/website/content/developers/website/index.html
maven/website/content/developers/website/website-overview.html
maven/website/content/developers/welcome-to-new-committers.html
maven/website/content/docs-required.html
maven/website/content/docs/2.0.1/release-notes.html
maven/website/content/docs/2.0.10/release-notes.html
maven/website/content/docs/2.0.11/release-notes.html
maven/website/content/docs/2.0.2/release-notes.html
maven/website/content/docs/2.0.3/release-notes.html
maven/website/content/docs/2.0.4/release-notes.html
maven/website/content/docs/2.0.5/release-notes.html
maven/website/content/docs/2.0.6/release-notes.html
maven/website/content/docs/2.0.7/release-notes.html
maven/website/content/docs/2.0.8/release-notes.html
maven/website/content/docs/2.0.9/release-notes.html
maven/website/content/docs/2.0/release-notes.html
maven/website/content/docs/2.1.0/release-notes.html
maven/website/content/docs/2.2.0/release-notes.html
maven/website/content/docs/2.2.1/release-notes.html
maven/website/content/docs/3.0-alpha-3/release-notes.html
maven/website/content/docs/3.0-alpha-4/release-notes.html
maven/website/content/docs/3.0-alpha-5/release-notes.html
maven/website/content/docs/3.0-alpha-6/release-notes.html
maven/website/content/docs/3.0-alpha-7/release-notes.html
maven/website/content/docs/3.0-beta-1/release-notes.html
maven/website/content/docs/3.0-beta-2/release-notes.html
maven/website/content/docs/3.0-beta-3/release-notes.html
maven/website/content/docs/3.0.1/release-notes.html
maven/website/content/docs/3.0.2/release-notes.html
maven/website/content/docs/3.0.3/release-notes.html
maven/website/content/docs/3.0.4/release-notes.html
maven/website/content/docs/3.0.5/release-notes.html
maven/website/content/docs/3.0/release-notes.html
maven/website/content/docs/3.1.0-alpha-1/release-notes.html
maven/website/content/docs/3.1.0/release-notes.html
maven/website/content/docs/3.1.1/release-notes.html
maven/website/content/docs/3.2.1/release-notes.html
maven/website/content/docs/3.2.2/release-notes.html
maven/website/content/docs/3.2.3/release-notes.html
maven/website/content/docs/3.2.5/release-notes.html
maven/website/content/docs/3.3.1/release-notes.html
maven/website/content/docs/3.3.3/release-notes.html
maven/website/content/docs/3.3.9/release-notes.html
maven/website/content/docs/3.5.0-alpha-1/release-notes.html
maven/website/content/docs/3.5.0-beta-1/release-notes.html
maven/website/content/docs/3.5.0/release-notes.html
maven/website/content/docs/3.5.2/release-notes.html
maven/website/content/docs/3.5.3/release-notes.html
maven/website/content/docs/3.5.4/release-notes.html
maven/website/content/docs/3.6.0/release-notes.html
maven/website/content/docs/3.6.1/release-notes.html
maven/website/content/docs/3.6.2/release-notes.html
maven/website/content/docs/history.html
maven/website/content/download.html

svn commit: r1869601 [4/4] - in /maven/website/content: ./ apache-resource-bundles/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ developers/website/ docs/ do

2019-11-09 Thread svn-site-role
Modified: maven/website/content/index.html
==
--- maven/website/content/index.html (original)
+++ maven/website/content/index.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -42,7 +42,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Welcome to Apache Maven https://github.com/apache/maven-site/tree/master/content/xdoc/index.xml.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/install.html
==
--- maven/website/content/install.html (original)
+++ maven/website/content/install.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Installing Apache Maven https://github.com/apache/maven-site/tree/master/content/markdown/install.md.vm;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/issue-management.html
==
--- maven/website/content/issue-management.html (original)
+++ maven/website/content/issue-management.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Overview https://github.com/apache/maven-site/tree/master/content/markdown/issue-management.md;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/mailing-lists.html
==
--- maven/website/content/mailing-lists.html (original)
+++ maven/website/content/mailing-lists.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Project Mailing Lists
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/maven-1.x-eol.html
==
--- maven/website/content/maven-1.x-eol.html (original)
+++ maven/website/content/maven-1.x-eol.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 End Of Life Apache Maven 1.x https://github.com/apache/maven-site/tree/master/content/markdown/maven-1.x-eol.md;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/maven-2.x-eol.html
==
--- maven/website/content/maven-2.x-eol.html (original)
+++ maven/website/content/maven-2.x-eol.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 End Of Life Apache Maven 2.x https://github.com/apache/maven-site/tree/master/content/markdown/maven-2.x-eol.md;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/maven-ci-friendly.html
==
--- maven/website/content/maven-ci-friendly.html (original)
+++ maven/website/content/maven-ci-friendly.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven CI Friendly Versions https://github.com/apache/maven-site/tree/master/content/markdown/maven-ci-friendly.md;>
-| 
Last Published: 2019-11-08
+| 
Last Published: 2019-11-09
   |
 Get Sources
   Download

Modified: maven/website/content/maven-conventions.html
==
--- maven/website/content/maven-conventions.html (original)
+++ maven/website/content/maven-conventions.html Sat Nov  9 12:56:04 2019
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; lang="en">
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven Conventions