[maven-artifact-transfer] branch master updated: [maven-release-plugin] prepare release maven-artifact-transfer-0.10.1

2018-12-16 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-artifact-transfer.git


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

commit c946123cfa566dab4504a4b89c189ef10c43c641
Author: rfscholte 
AuthorDate: Sun Dec 16 12:42:14 2018 +0100

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

diff --git a/pom.xml b/pom.xml
index 464c541..9f96eb0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   
 
   maven-artifact-transfer
-  0.11.0-SNAPSHOT
+  0.10.1
 
   Apache Maven Artifact Transfer
   An API to install, deploy and resolving artifacts with Maven 
3
@@ -37,7 +37,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
 
https://github.com/apache/maven-artifact-transfer/tree/${project.scm.tag}
-HEAD
+maven-artifact-transfer-0.10.1
   
   
 jira



[maven-artifact-transfer] annotated tag maven-artifact-transfer-0.10.1 created (now fb0f197)

2018-12-16 Thread rfscholte
This is an automated email from the ASF dual-hosted git repository.

rfscholte pushed a change to annotated tag maven-artifact-transfer-0.10.1
in repository https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git.


  at fb0f197  (tag)
 tagging c946123cfa566dab4504a4b89c189ef10c43c641 (commit)
 replaces maven-artifact-transfer-0.10.0
  by rfscholte
  on Sun Dec 16 12:42:32 2018 +0100

- Log -
[maven-release-plugin] copy for tag maven-artifact-transfer-0.10.1
---

No new revisions were added by this update.



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

2018-12-16 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-artifact-transfer.git


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

commit 701f355ac3c18d0667e65de2bbd6fcdc9d991178
Author: rfscholte 
AuthorDate: Sun Dec 16 12:42:39 2018 +0100

[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 9f96eb0..464c541 100644
--- a/pom.xml
+++ b/pom.xml
@@ -28,7 +28,7 @@
   
 
   maven-artifact-transfer
-  0.10.1
+  0.11.0-SNAPSHOT
 
   Apache Maven Artifact Transfer
   An API to install, deploy and resolving artifacts with Maven 
3
@@ -37,7 +37,7 @@
 
scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
 
scm:git:https://gitbox.apache.org/repos/asf/maven-artifact-transfer.git
 
https://github.com/apache/maven-artifact-transfer/tree/${project.scm.tag}
-maven-artifact-transfer-0.10.1
+HEAD
   
   
 jira



[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-357] - also allow inline configuration for reporting

2018-12-16 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch MCHECKSTYLE-357
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit 2edfc7934d3fa620f4919ab7e8ef0889267dc48d
Author: Peter Lamby 
AuthorDate: Thu Dec 6 14:20:49 2018 +0100

[MCHECKSTYLE-357] - also allow inline configuration for reporting
---
 .../invoker.properties |  22 +++
 .../MCHECKSTYLE-357-with-header-override/pom.xml   | 201 +
 .../src/main/java/cat/App.java |  37 
 .../verify.groovy  |  30 +++
 src/it/MCHECKSTYLE-357/invoker.properties  |  20 ++
 src/it/MCHECKSTYLE-357/pom.xml | 187 +++
 src/it/MCHECKSTYLE-357/src/main/java/cat/App.java  |  37 
 src/it/MCHECKSTYLE-357/verify.groovy   |  30 +++
 .../checkstyle/AbstractCheckstyleReport.java   |  71 +++-
 .../checkstyle/CheckstyleViolationCheckMojo.java   |  20 +-
 10 files changed, 647 insertions(+), 8 deletions(-)

diff --git a/src/it/MCHECKSTYLE-357-with-header-override/invoker.properties 
b/src/it/MCHECKSTYLE-357-with-header-override/invoker.properties
new file mode 100644
index 000..b0ab438
--- /dev/null
+++ b/src/it/MCHECKSTYLE-357-with-header-override/invoker.properties
@@ -0,0 +1,22 @@
+# 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.
+
+invoker.goals=clean site
+# checkstyleRules requires Maven 3+
+invoker.maven.version = 3.0+
+# checkstyle 8.15 requires java 1.8+
+invoker.java.version = 1.8+
diff --git a/src/it/MCHECKSTYLE-357-with-header-override/pom.xml 
b/src/it/MCHECKSTYLE-357-with-header-override/pom.xml
new file mode 100644
index 000..e38034e
--- /dev/null
+++ b/src/it/MCHECKSTYLE-357-with-header-override/pom.xml
@@ -0,0 +1,201 @@
+
+
+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
+com.basistech
+MCHECKSTYLE-357
+Tests that the report uses the inline 
configuration.
+1.0-SNAPSHOT
+
+1.8
+1.8
+UTF-8
+
+
+
+
+
+maven-site-plugin
+3.7.1
+
+
+maven-checkstyle-plugin
+@pom.version@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[maven-checkstyle-plugin] branch MCHECKSTYLE-357 updated (fba8821 -> 2edfc79)

2018-12-16 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch MCHECKSTYLE-357
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


 discard fba8821  [MCHECKSTYLE-357] - also allow inline configuration for 
reporting
 discard 4a8211b  upgraded parent POM from 32 to 33
 add c4505ee  upgraded parent POM from 32 to 33
 new 2edfc79  [MCHECKSTYLE-357] - also allow inline configuration for 
reporting

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   (fba8821)
\
 N -- N -- N   refs/heads/MCHECKSTYLE-357 (2edfc79)

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:
 .../invoker.properties |   2 +
 .../pom.xml|  16 +-
 .../src/main/java/cat/App.java |   0
 .../verify.groovy  |   1 -
 src/it/MCHECKSTYLE-357/LICENSE.txt | 202 -
 src/it/MCHECKSTYLE-357/pom.xml |   2 +-
 src/it/MCHECKSTYLE-357/verify.groovy   |   1 -
 .../checkstyle/AbstractCheckstyleReport.java   |  19 +-
 .../checkstyle/CheckstyleViolationCheckMojo.java   |  20 +-
 9 files changed, 44 insertions(+), 219 deletions(-)
 copy src/it/{MCHECKSTYLE-357 => 
MCHECKSTYLE-357-with-header-override}/invoker.properties (93%)
 copy src/it/{MCHECKSTYLE-357 => MCHECKSTYLE-357-with-header-override}/pom.xml 
(93%)
 copy src/it/{MCHECKSTYLE-357 => 
MCHECKSTYLE-357-with-header-override}/src/main/java/cat/App.java (100%)
 copy src/it/{MCHECKSTYLE-357 => 
MCHECKSTYLE-357-with-header-override}/verify.groovy (94%)
 delete mode 100644 src/it/MCHECKSTYLE-357/LICENSE.txt



[maven-checkstyle-plugin] branch MCHECKSTYLE-353 created (now ad8f4da)

2018-12-16 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a change to branch MCHECKSTYLE-353
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git.


  at ad8f4da  [MCHECKSTYLE-353] - Don't resolve any dependencies

This branch includes the following new commits:

 new ad8f4da  [MCHECKSTYLE-353] - Don't resolve any dependencies

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-checkstyle-plugin] 01/01: [MCHECKSTYLE-353] - Don't resolve any dependencies

2018-12-16 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository.

eolivelli pushed a commit to branch MCHECKSTYLE-353
in repository https://gitbox.apache.org/repos/asf/maven-checkstyle-plugin.git

commit ad8f4da564393a3429471e46a9d99db70b922ccf
Author: Zoran Regvart 
AuthorDate: Mon May 7 15:33:07 2018 +0200

[MCHECKSTYLE-353] - Don't resolve any dependencies

Not sure why resolving dependencies is needed for running Checkstyle, it
does slow down the build considerably. For Apache Camel this makes a
ten fold difference from ~20mins to ~2mins for running
`mvn checkstyle:check`.

Seems this was introduced with MCHECKSTYLE-163 but subsequently
integration test was removed in MCHECKSTYLE-272 (#42).
---
 .../apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
 
b/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
index 8c50001..d171791 100644
--- 
a/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
+++ 
b/src/main/java/org/apache/maven/plugins/checkstyle/CheckstyleViolationCheckMojo.java
@@ -72,7 +72,7 @@ import 
com.puppycrawl.tools.checkstyle.api.CheckstyleException;
  * @author mailto:joa...@erdfelt.net;>Joakim Erdfelt
  * @version $Id$
  */
-@Mojo( name = "check", defaultPhase = LifecyclePhase.VERIFY, 
requiresDependencyResolution = ResolutionScope.TEST,
+@Mojo( name = "check", defaultPhase = LifecyclePhase.VERIFY, 
requiresDependencyResolution = ResolutionScope.NONE,
threadSafe = true )
 public class CheckstyleViolationCheckMojo
 extends AbstractMojo



[maven-checkstyle-plugin] branch master updated: [MCHECKSTYLE-357] - Allow inline configuration for reporting

2018-12-16 Thread eolivelli
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 0de3460  [MCHECKSTYLE-357] - Allow inline configuration for reporting
0de3460 is described below

commit 0de3460e15e07a529f26cd69b3d2eb24e3e18310
Author: Peter Lamby 
AuthorDate: Thu Dec 6 14:20:49 2018 +0100

[MCHECKSTYLE-357] - Allow inline configuration for reporting
---
 .../invoker.properties |  22 +++
 .../MCHECKSTYLE-357-with-header-override/pom.xml   | 201 +
 .../src/main/java/cat/App.java |  37 
 .../verify.groovy  |  30 +++
 src/it/MCHECKSTYLE-357/invoker.properties  |  20 ++
 src/it/MCHECKSTYLE-357/pom.xml | 187 +++
 src/it/MCHECKSTYLE-357/src/main/java/cat/App.java  |  37 
 src/it/MCHECKSTYLE-357/verify.groovy   |  30 +++
 .../checkstyle/AbstractCheckstyleReport.java   |  71 +++-
 .../checkstyle/CheckstyleViolationCheckMojo.java   |  20 +-
 10 files changed, 647 insertions(+), 8 deletions(-)

diff --git a/src/it/MCHECKSTYLE-357-with-header-override/invoker.properties 
b/src/it/MCHECKSTYLE-357-with-header-override/invoker.properties
new file mode 100644
index 000..b0ab438
--- /dev/null
+++ b/src/it/MCHECKSTYLE-357-with-header-override/invoker.properties
@@ -0,0 +1,22 @@
+# 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.
+
+invoker.goals=clean site
+# checkstyleRules requires Maven 3+
+invoker.maven.version = 3.0+
+# checkstyle 8.15 requires java 1.8+
+invoker.java.version = 1.8+
diff --git a/src/it/MCHECKSTYLE-357-with-header-override/pom.xml 
b/src/it/MCHECKSTYLE-357-with-header-override/pom.xml
new file mode 100644
index 000..e38034e
--- /dev/null
+++ b/src/it/MCHECKSTYLE-357-with-header-override/pom.xml
@@ -0,0 +1,201 @@
+
+
+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
+com.basistech
+MCHECKSTYLE-357
+Tests that the report uses the inline 
configuration.
+1.0-SNAPSHOT
+
+1.8
+1.8
+UTF-8
+
+
+
+
+
+maven-site-plugin
+3.7.1
+
+
+maven-checkstyle-plugin
+@pom.version@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

[maven-site] branch master updated: [MNGSITE-361] Use of ibiblio on "Maven Getting Started Guide" is confusing or unclear

2018-12-16 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

michaelo 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 84ff7c7  [MNGSITE-361] Use of ibiblio on "Maven Getting Started Guide" 
is confusing or unclear
84ff7c7 is described below

commit 84ff7c79d5b6c75a30fa99ac971d583ede8b61ed
Author: Michael Osipov 
AuthorDate: Sun Dec 16 22:30:23 2018 +0100

[MNGSITE-361] Use of ibiblio on "Maven Getting Started Guide" is confusing 
or unclear
---
 content/apt/guides/getting-started/index.apt | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/content/apt/guides/getting-started/index.apt 
b/content/apt/guides/getting-started/index.apt
index 8210344..3d0ad77 100644
--- a/content/apt/guides/getting-started/index.apt
+++ b/content/apt/guides/getting-started/index.apt
@@ -911,9 +911,8 @@ mvn process-resources "-Dcommand.line.prop=hello again"
  {{{../introduction/introduction-to-repositories.html}Introduction to 
Repositories}}.
 
  Let's add another dependency to our project.  Let's say we've added some 
logging to the code and need to add log4j as a dependency.
- First, we need to know what the groupId, artifactId, and version are for 
log4j.  We can browse ibiblio and look for it, or use Google
- to help by searching for "site:www.ibiblio.org maven2 log4j".  The search 
shows a directory called /maven2/log4j/log4j (or
- /pub/packages/maven2/log4j/log4j).  In that directory is a file called 
maven-metadata.xml.  Here's what the maven-metadata.xml for
+ First, we need to know what the groupId, artifactId, and version are for 
log4j. The appropriate directory on Maven Central is called
+ /maven2/log4j/log4j. In that directory is a file called maven-metadata.xml.  
Here's what the maven-metadata.xml for
  log4j looks like:
 
 ++



[maven-wagon] branch master updated (ff45ca8 -> 8d23d6d)

2018-12-16 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

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


from ff45ca8  [WAGON-537] Maven transfer speed of large artifacts is slow 
due to unsuitable buffer strategy
 add 8d23d6d  [WAGON-539] Explicitly register only supported auth schemes

No new revisions were added by this update.

Summary of changes:
 .../maven/wagon/shared/http/AbstractHttpClientWagon.java  | 15 +++
 1 file changed, 15 insertions(+)



[maven-wagon] branch master updated: [WAGON-540] Switch to modern-day encoding (UTF-8) of auth credentials

2018-12-16 Thread michaelo
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 49d058c  [WAGON-540] Switch to modern-day encoding (UTF-8) of auth 
credentials
49d058c is described below

commit 49d058cd2578bb1c31c619b004e8f8192b7fb40b
Author: Michael Osipov 
AuthorDate: Wed Nov 14 22:50:11 2018 +0100

[WAGON-540] Switch to modern-day encoding (UTF-8) of auth credentials

Unfortunately, no test can be added because Jetty's default
BasicAuthenticator uses ISO-8859-1 hardcoded and this cannot be changed.
Nexus uses Shiro which decodes as UTF-8 by default.
---
 .../org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java  | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 
a/wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java
 
b/wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java
index 47f1794..5b909bb 100755
--- 
a/wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java
+++ 
b/wagon-providers/wagon-http-shared/src/main/java/org/apache/maven/wagon/shared/http/AbstractHttpClientWagon.java
@@ -93,6 +93,7 @@ import java.io.RandomAccessFile;
 import java.nio.ByteBuffer;
 import java.nio.channels.Channels;
 import java.nio.channels.ReadableByteChannel;
+import java.nio.charset.StandardCharsets;
 import java.text.SimpleDateFormat;
 import java.util.ArrayList;
 import java.util.Collection;
@@ -453,8 +454,8 @@ public abstract class AbstractHttpClientWagon
 private static Registry createAuthSchemeRegistry()
 {
 return RegistryBuilder.create()
-.register( AuthSchemes.BASIC, new BasicSchemeFactory() )
-.register( AuthSchemes.DIGEST, new DigestSchemeFactory() )
+.register( AuthSchemes.BASIC, new BasicSchemeFactory( 
StandardCharsets.UTF_8 ) )
+.register( AuthSchemes.DIGEST, new DigestSchemeFactory( 
StandardCharsets.UTF_8 ) )
 .register( AuthSchemes.NTLM, new NTLMSchemeFactory() )
 .build();
 }



svn commit: r1849023 - in /maven/website/components/shared-archives/maven-artifact-transfer-LATEST: ./ apidocs/ apidocs/org/apache/maven/shared/transfer/artifact/ apidocs/org/apache/maven/shared/trans

2018-12-16 Thread rfscholte
Author: rfscholte
Date: Sun Dec 16 11:51:17 2018
New Revision: 1849023

Log:
Site checkin for project Apache Maven Artifact Transfer


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


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

2018-12-16 Thread svn-site-role
Modified: maven/website/content/what-is-maven.html
==
--- maven/website/content/what-is-maven.html (original)
+++ maven/website/content/what-is-maven.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Introduction
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Introduction https://github.com/apache/maven-site/tree/master/content/markdown/what-is-maven.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download




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

2018-12-16 Thread svn-site-role
Modified: maven/website/content/docs/3.5.3/release-notes.html
==
--- maven/website/content/docs/3.5.3/release-notes.html (original)
+++ maven/website/content/docs/3.5.3/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Release Notes – Maven 3.5.3
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.5.3 https://github.com/apache/maven-site/tree/master/content/markdown/docs/3.5.3/release-notes.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.5.4/release-notes.html
==
--- maven/website/content/docs/3.5.4/release-notes.html (original)
+++ maven/website/content/docs/3.5.4/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Release Notes – Maven 3.5.4
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.5.4 https://github.com/apache/maven-site/tree/master/content/markdown/docs/3.5.4/release-notes.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/3.6.0/release-notes.html
==
--- maven/website/content/docs/3.6.0/release-notes.html (original)
+++ maven/website/content/docs/3.6.0/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Release Notes – Maven 3.6.0
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.6.0 https://github.com/apache/maven-site/tree/master/content/markdown/docs/3.6.0/release-notes.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/history.html
==
--- maven/website/content/docs/history.html (original)
+++ maven/website/content/docs/history.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Maven Releases History
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven Releases History https://github.com/apache/maven-site/tree/master/content/markdown/docs/history.md.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/download.html
==
--- maven/website/content/download.html (original)
+++ maven/website/content/download.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -11,7 +11,7 @@
 
 
 
-
+
 
 Maven  Download Apache Maven
 
@@ -43,7 +43,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Download Apache Maven https://github.com/apache/maven-site/tree/master/content/xdoc/download.xml.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/errors/404.html
==
--- maven/website/content/errors/404.html (original)
+++ maven/website/content/errors/404.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -8,7 +8,7 @@
 
 
 
-
+
 
 Maven  Page Not Found
 
@@ -40,7 +40,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Page Not Found https://github.com/apache/maven-site/tree/master/content/xdoc/errors/404.xml.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/examples/index.html
==
--- maven/website/content/examples/index.html (original)
+++ maven/website/content/examples/index.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
   

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

2018-12-16 Thread svn-site-role
Modified: maven/website/content/maven-conventions.html
==
--- maven/website/content/maven-conventions.html (original)
+++ maven/website/content/maven-conventions.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Maven Conventions
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven Conventions https://github.com/apache/maven-site/tree/master/content/markdown/maven-conventions.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/maven-features.html
==
--- maven/website/content/maven-features.html (original)
+++ maven/website/content/maven-features.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Maven Features
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven Features https://github.com/apache/maven-site/tree/master/content/apt/maven-features.apt;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/maven-jsr330.html
==
--- maven/website/content/maven-jsr330.html (original)
+++ maven/website/content/maven-jsr330.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Maven & JSR-330
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven & JSR-330 https://github.com/apache/maven-site/tree/master/content/markdown/maven-jsr330.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/maven-logging.html
==
--- maven/website/content/maven-logging.html (original)
+++ maven/website/content/maven-logging.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Maven 3.1.x logging
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Maven 3.1.x logging https://github.com/apache/maven-site/tree/master/content/markdown/maven-logging.md;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/maven-site-1.0-site.jar
==
Binary files - no diff available.

Modified: maven/website/content/maven1.html
==
--- maven/website/content/maven1.html (original)
+++ maven/website/content/maven1.html Sun Dec 16 21:33:05 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven  Information for Maven 1.0 Users
 
@@ -39,7 +39,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Information for Maven 1.0 Users https://github.com/apache/maven-site/tree/master/content/fml/maven1.fml;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/plugin-developers/common-bugs.html
==
--- maven/website/content/plugin-developers/common-bugs.html (original)
+++ maven/website/content/plugin-developers/common-bugs.html Sun Dec 16 
21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Common Bugs and Pitfalls
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Common Bugs and Pitfalls https://github.com/apache/maven-site/tree/master/content/apt/plugin-developers/common-bugs.apt;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: 
maven/website/content/plugin-developers/cookbook/add-build-time-to-manifest.html
==
--- 
maven/website/content/plugin-developers/cookbook/add-build-time-to-manifest.html
 (original)
+++ 

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

2018-12-16 Thread svn-site-role
Author: svn-site-role
Date: Sun Dec 16 21:33:05 2018
New Revision: 1849048

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/history.html
maven/website/content/download.html
maven/website/content/errors/404.html
maven/website/content/examples/index.html

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

2018-12-16 Thread svn-site-role
Modified: maven/website/content/docs/2.0.11/release-notes.html
==
--- maven/website/content/docs/2.0.11/release-notes.html (original)
+++ maven/website/content/docs/2.0.11/release-notes.html Sun Dec 16 21:33:05 
2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Release Notes - Maven 2.0.11
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.0.11 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.0.11/release-notes.apt.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.0.2/release-notes.html
==
--- maven/website/content/docs/2.0.2/release-notes.html (original)
+++ maven/website/content/docs/2.0.2/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Release Notes - Maven 2.0.2
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.0.2 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.0.2/release-notes.apt.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.0.3/release-notes.html
==
--- maven/website/content/docs/2.0.3/release-notes.html (original)
+++ maven/website/content/docs/2.0.3/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Release Notes - Maven 2.0.3
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.0.3 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.0.3/release-notes.apt.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.0.4/release-notes.html
==
--- maven/website/content/docs/2.0.4/release-notes.html (original)
+++ maven/website/content/docs/2.0.4/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Release Notes - Maven 2.0.4
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.0.4 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.0.4/release-notes.apt.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.0.5/release-notes.html
==
--- maven/website/content/docs/2.0.5/release-notes.html (original)
+++ maven/website/content/docs/2.0.5/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Release Notes - Maven 2.0.5
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.0.5 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.0.5/release-notes.apt.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.0.6/release-notes.html
==
--- maven/website/content/docs/2.0.6/release-notes.html (original)
+++ maven/website/content/docs/2.0.6/release-notes.html Sun Dec 16 21:33:05 2018
@@ -1,6 +1,6 @@
 
 
 http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
@@ -9,7 +9,7 @@
 
 
 
-
+
 
 Maven  Release Notes - Maven 2.0.6
 
@@ -41,7 +41,7 @@
   https://www.apache.org/; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes - Maven 2.0.6 https://github.com/apache/maven-site/tree/master/content/apt/docs/2.0.6/release-notes.apt.vm;>
-| 
Last Published: 2018-12-13
+| 
Last Published: 2018-12-16
   |
 Get Sources
   Download

Modified: maven/website/content/docs/2.0.7/release-notes.html