[maven-help-plugin] branch master updated: [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore o Replace it with a link to sha1 checksum.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 6f72685  [MNGSITE-332] - Changed download templates of plugins not to 
reference .md5 anymore  o Replace it with a link to sha1 checksum.
6f72685 is described below

commit 6f7268598895adafb18bd0480c53a60d588ad398
Author: Karl Heinz Marbaise 
AuthorDate: Fri Apr 6 22:38:50 2018 +0200

[MNGSITE-332] - Changed download templates of plugins not to reference .md5 
anymore
 o Replace it with a link to sha1 checksum.
---
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 09d4f42..cf13dc9 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -108,7 +108,7 @@ under the License.
   
 ${project.name} ${project.version} (Source zip)
 maven/plugins/${project.artifactId}-${project.version}-source-release.zip
-http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5
+http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1
 http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven] branch master updated: Add .factorypath from m2e to .gitignore

2018-04-07 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.git


The following commit(s) were added to refs/heads/master by this push:
 new 0dbdda8  Add .factorypath from m2e to .gitignore
0dbdda8 is described below

commit 0dbdda823f9e3f1f4573f717aeaeda004c65c83a
Author: Michael Osipov 
AuthorDate: Sat Apr 7 11:40:12 2018 +0200

Add .factorypath from m2e to .gitignore
---
 .gitignore | 1 +
 pom.xml| 1 +
 2 files changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index f79c928..5d2f745 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ out/
 /bootstrap
 /dependencies.xml
 .java-version
+.factorypath
\ No newline at end of file
diff --git a/pom.xml b/pom.xml
index 660173b..a29f98d 100644
--- a/pom.xml
+++ b/pom.xml
@@ -505,6 +505,7 @@ under the License.
   src/test/projects/**
   src/test/remote-repo/**
   **/*.odg
+  **/.factorypath
 
   
 

-- 
To stop receiving notification emails like this one, please contact
micha...@apache.org.


[maven-jenkins-lib] 01/01: Merge pull request #1 from olamy/master

2018-04-07 Thread olamy
This is an automated email from the ASF dual-hosted git repository.

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

commit bb8b8c8d82a1ad62e7e61d2893993feed6b0140c
Merge: 50410a9 96afe26
Author: Olivier Lamy 
AuthorDate: Sat Apr 7 21:19:21 2018 +1000

Merge pull request #1 from olamy/master

auto deploy if we are currently on master branch

 vars/asfMavenTlpStdBuild.groovy | 30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ol...@apache.org.


[maven-jenkins-lib] branch master updated (50410a9 -> bb8b8c8)

2018-04-07 Thread olamy
This is an automated email from the ASF dual-hosted git repository.

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


from 50410a9  Add JDK 10 to the jdk default
 add 96afe26  auto deploy if we are currently on master branch
 new bb8b8c8  Merge pull request #1 from olamy/master

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


Summary of changes:
 vars/asfMavenTlpStdBuild.groovy | 30 +++---
 1 file changed, 19 insertions(+), 11 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
ol...@apache.org.


[maven-jenkins-lib] branch master updated: revert as it seems to fail on jenkins asf

2018-04-07 Thread olamy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 317a0e9  revert as it seems to fail on jenkins asf
317a0e9 is described below

commit 317a0e9eff8b1d793141291a4b335bf9b478ccd6
Author: Olivier Lamy 
AuthorDate: Sat Apr 7 21:22:22 2018 +1000

revert as it seems to fail on jenkins asf
---
 vars/asfMavenTlpStdBuild.groovy | 13 +++--
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index 4e176d0..bf9e730 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -59,12 +59,13 @@ def call(Map params = [:]) {
 }
 cmd += 'clean'
 def branchName = "${env.BRANCH_NAME}"
-if(branchName == "master") {
-  cmd += 'deploy'   
-  cmd += "-DdeployAtEnd=true"
-} else {
-  cmd += 'verify'
-} 
+//if(branchName == "master") {
+//  cmd += 'deploy'   
+//  cmd += "-DdeployAtEnd=true"
+//} else {
+//  cmd += 'verify'
+cmd += 'verify'
+//} 
 def disablePublishers = !first
 first = false
 String stageId = "${os}-jdk${jdk}"

-- 
To stop receiving notification emails like this one, please contact
ol...@apache.org.


[maven-jenkins-lib] branch master updated: revert this one as well

2018-04-07 Thread olamy
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new c82ebd9  revert this one as well
c82ebd9 is described below

commit c82ebd99d2082dec7dbb571527a5e75cc1ceb8ca
Author: Olivier Lamy 
AuthorDate: Sat Apr 7 21:24:07 2018 +1000

revert this one as well

but might be Jenkins asf general failure
---
 vars/asfMavenTlpStdBuild.groovy | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vars/asfMavenTlpStdBuild.groovy b/vars/asfMavenTlpStdBuild.groovy
index bf9e730..c1764f4 100644
--- a/vars/asfMavenTlpStdBuild.groovy
+++ b/vars/asfMavenTlpStdBuild.groovy
@@ -92,8 +92,8 @@ def call(Map params = [:]) {
   if (failingFast != null) {
 echo "[FAIL FAST] ${failingFast} has failed. Skipping 
${stageId}."
   } else try {
+// mavenSettingsConfig: 'simple-deploy-settings-no-mirror',
 withMaven(jdk:jdkName, maven:mvnName, 
mavenLocalRepo:'.repository', 
-  mavenSettingsConfig: 
'simple-deploy-settings-no-mirror',
   options: [
 artifactsPublisher(disabled: disablePublishers),
 junitPublisher(ignoreAttachments: false),

-- 
To stop receiving notification emails like this one, please contact
ol...@apache.org.


[maven-help-plugin] 01/01: Test Commit.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch TEST
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git

commit e7aca693a4695be6ce700504327d3ed3853a1c0a
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 13:51:37 2018 +0200

Test Commit.
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index fc0e995..cd97874 100644
--- a/pom.xml
+++ b/pom.xml
@@ -163,7 +163,7 @@
 
   org.codehaus.plexus
   plexus-interactivity-api
-  1.0-alpha-6
+  1.0-alpha-5
   
 
   plexus

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-help-plugin] branch TEST created (now e7aca69)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch TEST
in repository https://gitbox.apache.org/repos/asf/maven-help-plugin.git.


  at e7aca69  Test Commit.

This branch includes the following new commits:

 new e7aca69  Test Commit.

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-project-info-reports-plugin] 01/01: [MPIR-367] Remove Dependency Repository Locations from dependency report Remove wagon

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

rfscholte pushed a commit to branch MPIR-367
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git

commit da3aa3e07e35963b4150b179f14209fddad0c126
Author: rfscholte 
AuthorDate: Sat Apr 7 14:14:40 2018 +0200

[MPIR-367] Remove Dependency Repository Locations from dependency report
Remove wagon
---
 pom.xml|  26 --
 src/it/full-pom/verify.bsh |  17 -
 .../report/projectinfo/DependenciesReport.java |  30 +-
 .../projectinfo/DependencyManagementReport.java|  11 +-
 .../DependenciesReportConfiguration.java   |  14 +-
 .../projectinfo/dependencies/RepositoryUtils.java  | 197 +--
 .../renderer/DependenciesRenderer.java | 385 +
 7 files changed, 7 insertions(+), 673 deletions(-)

diff --git a/pom.xml b/pom.xml
index d3a991e..ecdd8ce 100644
--- a/pom.xml
+++ b/pom.xml
@@ -120,7 +120,6 @@ under the License.
 1.6
 1.6
 2.2.1
-2.10
 1.9.5
 3.5.1
   
@@ -200,31 +199,6 @@ under the License.
   1.4
 
 
-
-
-  org.apache.maven.wagon
-  wagon-provider-api
-  ${wagonVersion}
-
-
-  org.apache.maven.wagon
-  wagon-ssh
-  ${wagonVersion}
-  runtime
-
-
-  org.apache.maven.wagon
-  wagon-file
-  ${wagonVersion}
-  runtime
-
-
-  org.apache.maven.wagon
-  wagon-http-lightweight
-  ${wagonVersion}
-  runtime
-
-
 
 
   org.apache.maven.scm
diff --git a/src/it/full-pom/verify.bsh b/src/it/full-pom/verify.bsh
index 314810f..369aae3 100644
--- a/src/it/full-pom/verify.bsh
+++ b/src/it/full-pom/verify.bsh
@@ -98,23 +98,6 @@ try
 System.err.println( "dependencies.html doesn't contain 
doxia-core-1.2.jar" );
 return false;
 }
-if ( !content.contains( "central" ) )
-{
-if ( content.contains( "mirror-testhttp://mirrors.ibiblio.org/pub/mirrors/maven2/\";>http://mirrors.ibiblio.org/pub/mirrors/maven2/"
 ) )
-{
-System.err.println( "MPIR-244: 'Dependency Repository Locations' 
in dependencies.html doesn't refer to central repository but mirror-test which 
is its corresponding mirror." );
-}
-else
-{
-System.err.println( "[ERROR] 'Dependency Repository Locations' in 
dependencies.html doesn't refer to central repository nor mirror-test." );
-}
-return false;
-}
-if ( content.contains( "mirror-test" ) )
-{
-// MPIR-267, not fixed yet: just display ERROR but do not fail
-System.err.println( "[ERROR] 'Repository locations for each of the 
Dependencies.' in dependencies.html doesn't refer to central repository but 
mirror-test." );
-}
 
 // MPIR-216: dependency with range
 File dependencyMgmt = new File( siteDir, "dependency-management.html");
diff --git 
a/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java 
b/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java
index 6756807..76f8028 100644
--- a/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java
+++ b/src/main/java/org/apache/maven/report/projectinfo/DependenciesReport.java
@@ -30,7 +30,6 @@ import java.io.OutputStream;
 import java.util.Locale;
 import org.apache.maven.artifact.Artifact;
 import org.apache.maven.artifact.factory.ArtifactFactory;
-import org.apache.maven.artifact.manager.WagonManager;
 import org.apache.maven.artifact.metadata.ArtifactMetadataSource;
 import org.apache.maven.artifact.repository.metadata.RepositoryMetadataManager;
 import org.apache.maven.artifact.resolver.filter.ArtifactFilter;
@@ -85,14 +84,6 @@ public class DependenciesReport
 protected ArtifactMetadataSource artifactMetadataSource;
 
 /**
- * Wagon manager component.
- *
- * @since 2.1
- */
-@Component
-private WagonManager wagonManager;
-
-/**
  * Dependency graph builder component.
  *
  * @since 2.5
@@ -137,15 +128,6 @@ public class DependenciesReport
 @Parameter( property = "dependency.details.enabled", defaultValue = "true" 
)
 private boolean dependencyDetailsEnabled;
 
-/**
- * Display the repository locations of the dependencies. If Maven is 
configured to be offline, this parameter
- * will be ignored.
- *
- * @since 2.1
- */
-@Parameter( property = "dependency.locations.enabled", defaultValue = 
"true" )
-private boolean dependencyLocationsEnabled;
-
 // --
 // Public methods
 // --
@@ -168,12 +150,6 @@ public class DependenciesReport
 @Override
 public void executeReport( Locale locale )
 {
-if ( settings.isOffline() && dependencyLocationsEnabled )
-{
-  

[maven-project-info-reports-plugin] branch MPIR-367 created (now da3aa3e)

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

rfscholte pushed a change to branch MPIR-367
in repository 
https://gitbox.apache.org/repos/asf/maven-project-info-reports-plugin.git.


  at da3aa3e  [MPIR-367] Remove Dependency Repository Locations from 
dependency report Remove wagon

This branch includes the following new commits:

 new da3aa3e  [MPIR-367] Remove Dependency Repository Locations from 
dependency report Remove wagon

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.


-- 
To stop receiving notification emails like this one, please contact
rfscho...@apache.org.


[maven-checkstyle-plugin] branch MCHECKSTYLE-347 created (now 8fd6c8b)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


  at 8fd6c8b  [MCHECKSTYLE-347] StringIndexOutOfBoundsException when 
checkstyle.violation.ignore set to empty value

This branch includes the following new commits:

 new 8fd6c8b  [MCHECKSTYLE-347] StringIndexOutOfBoundsException when 
checkstyle.violation.ignore set to empty value

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.


-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-347] StringIndexOutOfBoundsException when checkstyle.violation.ignore set to empty value

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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

commit 8fd6c8bbd26ca02cd7c64057676c9934c99c03bc
Author: Guillaume Boué 
AuthorDate: Sat Apr 7 15:23:17 2018 +0200

[MCHECKSTYLE-347] StringIndexOutOfBoundsException when
checkstyle.violation.ignore set to empty value

Blank strings should be skipped when parsing ignored violations.
---
 src/it/MCHECKSTYLE-347/checkstyle.xml  | 23 +++
 src/it/MCHECKSTYLE-347/invoker.properties  | 19 +
 src/it/MCHECKSTYLE-347/pom.xml | 47 ++
 .../MCHECKSTYLE-347/src/main/java/org/MyClass.java | 26 
 src/it/MCHECKSTYLE-347/verify.groovy   | 23 +++
 .../checkstyle/CheckstyleViolationCheckMojo.java   | 17 
 .../apache/maven/plugins/checkstyle/RuleUtil.java  | 18 ++---
 .../maven/plugins/checkstyle/RuleUtilTest.java | 20 +++--
 8 files changed, 174 insertions(+), 19 deletions(-)

diff --git a/src/it/MCHECKSTYLE-347/checkstyle.xml 
b/src/it/MCHECKSTYLE-347/checkstyle.xml
new file mode 100644
index 000..027c8a4
--- /dev/null
+++ b/src/it/MCHECKSTYLE-347/checkstyle.xml
@@ -0,0 +1,23 @@
+
+
+http://www.puppycrawl.com/dtds/configuration_1_2.dtd";>
+
+  
+
diff --git a/src/it/MCHECKSTYLE-347/invoker.properties 
b/src/it/MCHECKSTYLE-347/invoker.properties
new file mode 100644
index 000..2b41a40
--- /dev/null
+++ b/src/it/MCHECKSTYLE-347/invoker.properties
@@ -0,0 +1,19 @@
+# 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 checkstyle:check
+invoker.buildResult=failure
diff --git a/src/it/MCHECKSTYLE-347/pom.xml b/src/it/MCHECKSTYLE-347/pom.xml
new file mode 100644
index 000..445012a
--- /dev/null
+++ b/src/it/MCHECKSTYLE-347/pom.xml
@@ -0,0 +1,47 @@
+
+
+
+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/maven-v4_0_0.xsd";>
+  4.0.0
+  org.apache.maven.plugins.checkstyle
+  mcheckstytle-347
+  1.0
+  https://issues.apache.org/jira/browse/MCHECKSTYLE-347
+  Tests that blank strings in Checkstyle ignored violations are 
skipped
+  
+UTF-8
+
+  
+  
+
+  
+org.apache.maven.plugins
+maven-checkstyle-plugin
+@pom.version@
+
+  
+  checkstyle.xml
+
+  
+
+  
+
diff --git a/src/it/MCHECKSTYLE-347/src/main/java/org/MyClass.java 
b/src/it/MCHECKSTYLE-347/src/main/java/org/MyClass.java
new file mode 100644
index 000..2566187
--- /dev/null
+++ b/src/it/MCHECKSTYLE-347/src/main/java/org/MyClass.java
@@ -0,0 +1,26 @@
+package org;
+
+/*
+ * 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.
+ */
+
+/**
+ * No Javadoc package.
+ */
+public class MyClass {
+}
diff --git a/src/it/MCHECKSTYLE-347/verify.groovy 
b/src/it/MCHECKSTYLE-347/verify.groovy
new file mode 100644
index 000..2e1e395
--- /dev/null
+++ b/src/it/MCHECKSTYLE-347/verify.groovy
@@ -0,0 +1,23 @@
+
+/*
+ * 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")

[maven-clean-plugin] 01/01: [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MCLEAN-83
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit 15df23c5e06442c25544702ed687f60d0d58c2bc
Author: Karl Heinz Marbaise 
AuthorDate: Sun Mar 25 23:57:22 2018 +0200

[MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 16 
 1 file changed, 16 insertions(+)

diff --git a/pom.xml b/pom.xml
index 82bf290..589794b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -113,6 +113,22 @@ under the License.
   test
 
   
+  
+
+  
+
+  org.apache.maven.plugins
+  maven-surefire-plugin
+  2.21.0
+
+
+  org.apache.maven.plugins
+  maven-failsafe-plugin
+  2.21.0
+
+  
+
+  
 
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch FIXING_JDK10 deleted (was 4e14160)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch FIXING_JDK10
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


 was 4e14160  Upgrade surefire/failsafe plugin to 2.21.0

This change permanently discards the following revisions:

 discard 4e14160  Upgrade surefire/failsafe plugin to 2.21.0

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MCLEAN-83 created (now 15df23c)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MCLEAN-83
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


  at 15df23c  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

 new 15df23c  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-checkstyle-plugin] branch master updated (79cf845 -> 8fd6c8b)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


from 79cf845  Merge pull request #3 from petukhov/patch-1
 add 8fd6c8b  [MCHECKSTYLE-347] StringIndexOutOfBoundsException when 
checkstyle.violation.ignore set to empty value

No new revisions were added by this update.

Summary of changes:
 .../checkstyle.xml |  4 +-
 .../invoker.properties |  2 +-
 .../pom.xml| 23 +++
 .../src/main/java/org/MyClass.java |  2 +-
 .../{check-fail => MCHECKSTYLE-347}/verify.groovy  | 45 +++---
 .../checkstyle/CheckstyleViolationCheckMojo.java   | 17 
 .../apache/maven/plugins/checkstyle/RuleUtil.java  | 18 ++---
 .../maven/plugins/checkstyle/RuleUtilTest.java | 20 --
 8 files changed, 68 insertions(+), 63 deletions(-)
 copy src/it/{MCHECKSTYLE-338 => MCHECKSTYLE-347}/checkstyle.xml (88%)
 copy src/it/{MCHECKSTYLE-268 => MCHECKSTYLE-347}/invoker.properties (95%)
 copy src/it/{MCHECKSTYLE-219-no-license_failure => MCHECKSTYLE-347}/pom.xml 
(79%)
 copy src/it/{MCHECKSTYLE-172 => 
MCHECKSTYLE-347}/src/main/java/org/MyClass.java (97%)
 copy src/it/{check-fail => MCHECKSTYLE-347}/verify.groovy (97%)

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-checkstyle-plugin] branch MCHECKSTYLE-347 deleted (was 8fd6c8b)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


 was 8fd6c8b  [MCHECKSTYLE-347] StringIndexOutOfBoundsException when 
checkstyle.violation.ignore set to empty value

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

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-clean-plugin] branch master updated (05512af -> 15df23c)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 05512af  [MCLEAN-81] - Upgrade parent to 31  o Fixed some checkstyle 
issues related to the upgrade.
 add 15df23c  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 16 
 1 file changed, 16 insertions(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MCLEAN-83 deleted (was 15df23c)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MCLEAN-83
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


 was 15df23c  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-716 deleted (was b46e784)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-716
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 was b46e784  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This change permanently discards the following revisions:

 discard b46e784  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] 01/01: [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-716
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit b46e78420eb040af59f63b38e5dd6e9414fc886e
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 13:43:38 2018 +0200

[MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e8e9cf1..0236956 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
 3.0
 1.6
 1.6
+2.21.0
 
RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-716 created (now b46e784)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-716
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


  at b46e784  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

 new b46e784  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] 01/01: [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-716
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit adbbfe9945bacd984d562f207f63d1cc9eed4aa7
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 13:43:38 2018 +0200

[MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index e8e9cf1..e158ca3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -69,6 +69,7 @@
 3.0
 1.6
 1.6
+2.21.0
 
RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-716 updated (b46e784 -> adbbfe9)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-716
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 discard b46e784  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 new adbbfe9  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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   (b46e784)
\
 N -- N -- N   refs/heads/MSHARED-716 (adbbfe9)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] 01/01: [MNGSITE-332] - Changed download templates of plugins not to reference .md5 anymore

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit a9ecc43bad0be05c27d653f702a7e5f5b87fc580
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:00:27 2018 +0200

[MNGSITE-332] - Changed download templates of plugins not to reference .md5 
anymore
---
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/site/xdoc/download.xml.vm b/src/site/xdoc/download.xml.vm
index 09d4f42..cf13dc9 100644
--- a/src/site/xdoc/download.xml.vm
+++ b/src/site/xdoc/download.xml.vm
@@ -108,7 +108,7 @@ under the License.
   
 ${project.name} ${project.version} (Source zip)
 maven/plugins/${project.artifactId}-${project.version}-source-release.zip
-http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.md5
+http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.sha1
 http://www.apache.org/dist/maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc";>maven/plugins/${project.artifactId}-${project.version}-source-release.zip.asc
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MNGSITE-332 created (now a9ecc43)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


  at a9ecc43  [MNGSITE-332] - Changed download templates of plugins not to 
reference .md5 anymore

This branch includes the following new commits:

 new a9ecc43  [MNGSITE-332] - Changed download templates of plugins not to 
reference .md5 anymore

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch master updated (15df23c -> a9ecc43)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 15df23c  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 add a9ecc43  [MNGSITE-332] - Changed download templates of plugins not to 
reference .md5 anymore

No new revisions were added by this update.

Summary of changes:
 src/site/xdoc/download.xml.vm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MNGSITE-332 deleted (was a9ecc43)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MNGSITE-332
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


 was a9ecc43  [MNGSITE-332] - Changed download templates of plugins not to 
reference .md5 anymore

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-716 deleted (was adbbfe9)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-716
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 was adbbfe9  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch master updated (0e25582 -> adbbfe9)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 0e25582  [MSHARED-692] - Upgrade parent to 31
 add adbbfe9  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] 01/01: [MSHARED-714] - Upgrade to JDK 7 minimum.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit 895e0a00714a1520dbaeca971e9c49de1194fa85
Author: Karl Heinz Marbaise 
AuthorDate: Fri Apr 6 20:01:15 2018 +0200

[MSHARED-714] - Upgrade to JDK 7 minimum.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index e158ca3..8de7437 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,9 +67,8 @@
 
   
 3.0
-1.6
-1.6
 2.21.0
+7
 
RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-714 updated (f2d36fe -> 895e0a0)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 discard f2d36fe  [MSHARED-714] - Upgrade to JDK 7 minimum.
 add adbbfe9  [MSHARED-716] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 new 895e0a0  [MSHARED-714] - Upgrade to JDK 7 minimum.

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   (f2d36fe)
\
 N -- N -- N   refs/heads/MSHARED-714 (895e0a0)

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 | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch master updated: [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0 o followup make it simpler.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 48b7e89  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0  o 
followup make it simpler.
48b7e89 is described below

commit 48b7e893a8dff19a8efd78b46b8b628b6bed5897
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:27:31 2018 +0200

[MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 o followup make it simpler.
---
 pom.xml | 17 +
 1 file changed, 1 insertion(+), 16 deletions(-)

diff --git a/pom.xml b/pom.xml
index 589794b..4fb7ae0 100644
--- a/pom.xml
+++ b/pom.xml
@@ -66,6 +66,7 @@ under the License.
 
   
 3.0
+2.21.0
   
 
   
@@ -113,22 +114,6 @@ under the License.
   test
 
   
-  
-
-  
-
-  org.apache.maven.plugins
-  maven-surefire-plugin
-  2.21.0
-
-
-  org.apache.maven.plugins
-  maven-failsafe-plugin
-  2.21.0
-
-  
-
-  
 
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] 01/01: [MCLEAN-84] - Lift JDK minimum to JDK 7

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MCLEAN-84
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit e93f1e7bdcbebaf4fe46c7fe702ccf468f8ae09e
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:32:31 2018 +0200

[MCLEAN-84] - Lift JDK minimum to JDK 7
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 4fb7ae0..8948d75 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,6 +67,7 @@ under the License.
   
 3.0
 2.21.0
+7
   
 
   

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MCLEAN-84 created (now e93f1e7)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MCLEAN-84
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


  at e93f1e7  [MCLEAN-84] - Lift JDK minimum to JDK 7

This branch includes the following new commits:

 new e93f1e7  [MCLEAN-84] - Lift JDK minimum to JDK 7

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-544 created (now 4b6bdea)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


  at 4b6bdea  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

 new 4b6bdea  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 4b6bdeae3989c1b9208ad925d8ac4bbea50cf104
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:39:37 2018 +0200

[ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 418d85d..fcde986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
 3.0
 true
 2.8
+2.21.0
 archetype-archives/archetype-LATEST
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch master updated (48b7e89 -> e93f1e7)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 48b7e89  [MCLEAN-83] - Upgrade mave-surefire/failsafe-plugin 2.21.0  o 
followup make it simpler.
 add e93f1e7  [MCLEAN-84] - Lift JDK minimum to JDK 7

No new revisions were added by this update.

Summary of changes:
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MCLEAN-84 deleted (was e93f1e7)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MCLEAN-84
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


 was e93f1e7  [MCLEAN-84] - Lift JDK minimum to JDK 7

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-545 created (now de0b323)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-545
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


  at de0b323  [ARCHETYPE-545] - Upgrade parent to 31

This branch includes the following new commits:

 new de0b323  [ARCHETYPE-545] - Upgrade parent to 31

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-545] - Upgrade parent to 31

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ARCHETYPE-545
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit de0b32316e87f25d2773941f6492833cd136593f
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:44:32 2018 +0200

[ARCHETYPE-545] - Upgrade parent to 31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 418d85d..b793890 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.maven
 maven-parent
-30
+31
   
 
   org.apache.maven.archetype

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch master updated: [MCLEAN-84] - Lift JDK minimum to JDK 7 o Followup bump version to 3.1.0-SNAPSHOT

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new f472d8d  [MCLEAN-84] - Lift JDK minimum to JDK 7  o Followup bump 
version to 3.1.0-SNAPSHOT
f472d8d is described below

commit f472d8df28016d656bc5e9243f9d8e2c5639f278
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:45:38 2018 +0200

[MCLEAN-84] - Lift JDK minimum to JDK 7
 o Followup bump version to 3.1.0-SNAPSHOT
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8948d75..51db065 100644
--- a/pom.xml
+++ b/pom.xml
@@ -30,7 +30,7 @@ under the License.
   
 
   maven-clean-plugin
-  3.0.1-SNAPSHOT
+  3.1.0-SNAPSHOT
   maven-plugin
 
   Apache Maven Clean Plugin

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MCLEAN-85 created (now 34fe513)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MCLEAN-85
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


  at 34fe513  [MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1

This branch includes the following new commits:

 new 34fe513  [MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] 01/01: [MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MCLEAN-85
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git

commit 34fe513e59c28e14a4b5a4a3904822433b9323b5
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:48:50 2018 +0200

[MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 51db065..f8ea2a2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -79,7 +79,7 @@ under the License.
 
   org.apache.maven.shared
   maven-shared-utils
-  3.2.0
+  3.2.1
 
 
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit de4de6c1b0a27a4a78f06a5fd7718e6ace554d70
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:39:37 2018 +0200

[ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index b793890..2f5b76c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
 3.0
 true
 2.8
+2.21.0
 archetype-archives/archetype-LATEST
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-544 updated (4b6bdea -> de4de6c)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 discard 4b6bdea  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 add de0b323  [ARCHETYPE-545] - Upgrade parent to 31
 new de4de6c  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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   (4b6bdea)
\
 N -- N -- N   refs/heads/ARCHETYPE-544 (de4de6c)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-545 updated (de0b323 -> aae29f3)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-545
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


omit de0b323  [ARCHETYPE-545] - Upgrade parent to 31
 new aae29f3  [ARCHETYPE-545] - Upgrade parent to 31  o Fixed checkstyle 
issues related to the upgrade

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   (de0b323)
\
 N -- N -- N   refs/heads/ARCHETYPE-545 (aae29f3)

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:
 .../src/main/java/org/apache/maven/archetype/mojos/FileLogger.java| 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-545] - Upgrade parent to 31 o Fixed checkstyle issues related to the upgrade

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ARCHETYPE-545
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit aae29f391451ef87b2d61905d0a104af328786ad
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:44:32 2018 +0200

[ARCHETYPE-545] - Upgrade parent to 31
 o Fixed checkstyle issues related to the upgrade
---
 .../src/main/java/org/apache/maven/archetype/mojos/FileLogger.java| 4 ++--
 pom.xml   | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git 
a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
 
b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
index 7165269..c059410 100644
--- 
a/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
+++ 
b/maven-archetype-plugin/src/main/java/org/apache/maven/archetype/mojos/FileLogger.java
@@ -41,7 +41,7 @@ class FileLogger
  * @param outputFile The path to the output file, must not be 
null.
  * @throws java.io.IOException If the output file could not be created.
  */
-public FileLogger( File outputFile )
+FileLogger( File outputFile )
 throws IOException
 {
 super( outputFile, null );
@@ -54,7 +54,7 @@ class FileLogger
  * @param log The mojo logger to additionally output messages to, may be 
null if not used.
  * @throws java.io.IOException If the output file could not be created.
  */
-public FileLogger( File outputFile, Log log )
+FileLogger( File outputFile, Log log )
 throws IOException
 {
 super( outputFile, log );
diff --git a/pom.xml b/pom.xml
index 418d85d..b793890 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@
   
 org.apache.maven
 maven-parent
-30
+31
   
 
   org.apache.maven.archetype

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit b92de6f81a42772e2a4d036c111cb8fabddcd8ab
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 17:02:19 2018 +0200

[ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 418d85d..fcde986 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
 3.0
 true
 2.8
+2.21.0
 archetype-archives/archetype-LATEST
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-544 updated (de4de6c -> b92de6f)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 discard de4de6c  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 discard de0b323  [ARCHETYPE-545] - Upgrade parent to 31
 new b92de6f  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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   (de4de6c)
\
 N -- N -- N   refs/heads/ARCHETYPE-544 (b92de6f)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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

commit cbdf7f804b5001e5d8ae07c15f159ef527120716
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 17:02:19 2018 +0200

[ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index b793890..2f5b76c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -77,6 +77,7 @@
 3.0
 true
 2.8
+2.21.0
 archetype-archives/archetype-LATEST
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch master updated (24ca414 -> cbdf7f8)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 24ca414  [ARCHETYPE-542] switch from Git-WIP to GitBox
 add aae29f3  [ARCHETYPE-545] - Upgrade parent to 31  o Fixed checkstyle 
issues related to the upgrade
 new cbdf7f8  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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:
 .../src/main/java/org/apache/maven/archetype/mojos/FileLogger.java| 4 ++--
 pom.xml   | 3 ++-
 2 files changed, 4 insertions(+), 3 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch master updated (f472d8d -> 34fe513)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from f472d8d  [MCLEAN-84] - Lift JDK minimum to JDK 7  o Followup bump 
version to 3.1.0-SNAPSHOT
 add 34fe513  [MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-clean-plugin] branch MCLEAN-85 deleted (was 34fe513)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MCLEAN-85
in repository https://gitbox.apache.org/repos/asf/maven-clean-plugin.git.


 was 34fe513  [MCLEAN-85] - Upgrade maven-shared-utils to 3.2.1

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-544 deleted (was b92de6f)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-544
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 was b92de6f  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This change permanently discards the following revisions:

 discard b92de6f  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-545 deleted (was aae29f3)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-545
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 was aae29f3  [ARCHETYPE-545] - Upgrade parent to 31  o Fixed checkstyle 
issues related to the upgrade

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] 01/01: [ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch ARCHETYPE-543
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git

commit 83e4446349819e2b145d99a24052e74f459e3e00
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 16:36:23 2018 +0200

[ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 2f5b76c..fb280d7 100644
--- a/pom.xml
+++ b/pom.xml
@@ -274,7 +274,7 @@
 
   org.codehaus.modello
   modello-maven-plugin
-  1.8.3
+  1.9.1
 
 
   org.apache.maven.plugins

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-543 created (now 83e4446)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-543
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


  at 83e4446  [ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1

This branch includes the following new commits:

 new 83e4446  [ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-349] Upgrade to parent pom 31

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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

commit e1ad093d43148e39d1ae8f51d174be62eb3fe6d3
Author: Guillaume Boué 
AuthorDate: Sat Apr 7 17:22:40 2018 +0200

[MCHECKSTYLE-349] Upgrade to parent pom 31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eefd0e1..26e0d70 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 maven-plugins
 org.apache.maven.plugins
-30
+31
 ../../pom/maven/maven-plugins/pom.xml
   
 

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-checkstyle-plugin] branch MCHECKSTYLE-349 created (now e1ad093)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


  at e1ad093  [MCHECKSTYLE-349] Upgrade to parent pom 31

This branch includes the following new commits:

 new e1ad093  [MCHECKSTYLE-349] Upgrade to parent pom 31

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.


-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-archetype] branch master updated (cbdf7f8 -> 83e4446)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from cbdf7f8  [ARCHETYPE-544] - Upgrade mave-surefire/failsafe-plugin 2.21.0
 add 83e4446  [ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1

No new revisions were added by this update.

Summary of changes:
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-archetype] branch ARCHETYPE-543 deleted (was 83e4446)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch ARCHETYPE-543
in repository https://gitbox.apache.org/repos/asf/maven-archetype.git.


 was 83e4446  [ARCHETYPE-543] - Upgrade modello from 1.8.3 to 1.9.1

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-checkstyle-plugin] branch MCHECKSTYLE-349 updated (e1ad093 -> 54ceaa6)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


 discard e1ad093  [MCHECKSTYLE-349] Upgrade to parent pom 31
 new 54ceaa6  [MCHECKSTYLE-349] Upgrade to parent pom 31

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   (e1ad093)
\
 N -- N -- N   refs/heads/MCHECKSTYLE-349 (54ceaa6)

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 | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-349] Upgrade to parent pom 31

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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

commit 54ceaa6afdbfbdb8d8e6bae2500bc30c68cf36ef
Author: Guillaume Boué 
AuthorDate: Sat Apr 7 17:41:16 2018 +0200

[MCHECKSTYLE-349] Upgrade to parent pom 31

Requires upgrade to Surefire/Failsafe 2.21.0, waiting for MPOM-184.
---
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index eefd0e1..2cd7091 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 maven-plugins
 org.apache.maven.plugins
-30
+31
 ../../pom/maven/maven-plugins/pom.xml
   
 
@@ -71,6 +71,7 @@ under the License.
 6.18
 1.4
 3.4
+2.21.0
   
 
   

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-shared-io] branch master updated: [MSHARED-713] - Upgrade plexus-utils 3.1.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 7760ab7  [MSHARED-713] - Upgrade plexus-utils 3.1.0
7760ab7 is described below

commit 7760ab725bf076e7c242fb1bbcf27c5994639034
Author: Karl Heinz Marbaise 
AuthorDate: Fri Apr 6 20:07:29 2018 +0200

[MSHARED-713] - Upgrade plexus-utils 3.1.0
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e158ca3..7cdf53a 100644
--- a/pom.xml
+++ b/pom.xml
@@ -105,7 +105,7 @@
 
   org.codehaus.plexus
   plexus-utils
-  3.0.22
+  3.1.0
 
 
   org.easymock

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-713 deleted (was d756795)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-713
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 was d756795  [MSHARED-713] - Upgrade plexus-utils 3.1.0

This change permanently discards the following revisions:

 discard d756795  [MSHARED-713] - Upgrade plexus-utils 3.1.0

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] branch DOXIA-572 created (now ddf0949)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


  at ddf0949  [DOXIA-572] - Upgrade parent to 31

This branch includes the following new commits:

 new ddf0949  [DOXIA-572] - Upgrade parent to 31

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] 01/01: [DOXIA-572] - Upgrade parent to 31

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit ddf0949219e0aeea2d238b83842dc79f2c9ffd99
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 18:16:11 2018 +0200

[DOXIA-572] - Upgrade parent to 31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 979a74e..e4fe9e2 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-30
+31
 ../../pom/maven/pom.xml
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-checkstyle-plugin] branch MCHECKSTYLE-350 created (now 0bf2fd9)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


  at 0bf2fd9  [MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin

This branch includes the following new commits:

 new 0bf2fd9  [MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin

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


-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-checkstyle-plugin] 01/01: [MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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

commit 0bf2fd9d10b2ae3ac2d1dd168a80a85e4d1708e4
Author: Guillaume Boué 
AuthorDate: Sat Apr 7 18:18:45 2018 +0200

[MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin

The version of animal-sniffer-maven-plugin is not specified. We should
lock to the current latest which is 1.16.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index eefd0e1..49e97d1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -306,6 +306,7 @@ under the License.
   
 org.codehaus.mojo
 animal-sniffer-maven-plugin
+1.16
 
   
 org.codehaus.mojo.signature

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-doxia] branch DOXIA-573 created (now 05dafd2)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-573
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


  at 05dafd2  [DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

 new 05dafd2  [DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] 01/01: [DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch DOXIA-573
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 05dafd2d28a8f9506a503a7d3f40d5bb57dd020f
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 18:20:32 2018 +0200

[DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 979a74e..671d9e8 100644
--- a/pom.xml
+++ b/pom.xml
@@ -86,6 +86,7 @@ under the License.
   
 2.2.1
 doxia-archives/doxia-LATEST
+2.21.0
 
RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,MethodName,InnerAssignment,MagicNumber
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-checkstyle-plugin] branch master updated (8fd6c8b -> 54ceaa6)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


from 8fd6c8b  [MCHECKSTYLE-347] StringIndexOutOfBoundsException when 
checkstyle.violation.ignore set to empty value
 add 54ceaa6  [MCHECKSTYLE-349] Upgrade to parent pom 31

No new revisions were added by this update.

Summary of changes:
 pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-clean-plugin] branch master updated: Fixed JavaDoc issues.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


The following commit(s) were added to refs/heads/master by this push:
 new 9898845  Fixed JavaDoc issues.
9898845 is described below

commit 98988457297d772417a4486ead881ef061c7e939
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 18:27:37 2018 +0200

Fixed JavaDoc issues.
---
 .../org/apache/maven/plugins/clean/CleanMojo.java  | 10 --
 .../apache/maven/plugins/clean/CleanMojoTest.java  | 22 --
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git a/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java 
b/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
index 7ba67aa..1cb02be 100644
--- a/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
+++ b/src/main/java/org/apache/maven/plugins/clean/CleanMojo.java
@@ -29,17 +29,15 @@ import java.io.IOException;
 
 /**
  * Goal which cleans the build.
- * 
- * 
+ * 
  * This attempts to clean a project's working directory of the files that were 
generated at build-time. By default, it
  * discovers and deletes the directories configured in 
project.build.directory,
  * project.build.outputDirectory, 
project.build.testOutputDirectory, and
  * project.reporting.outputDirectory.
- * 
- * 
- * 
+ * 
+ * 
  * Files outside the default may also be included in the deletion by 
configuring the filesets tag.
- * 
+ * 
  *
  * @author mailto:eveni...@maven.org";>Emmanuel Venisse
  * @version $Id$
diff --git a/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java 
b/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java
index ac653bb..66ce5fc 100644
--- a/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java
+++ b/src/test/java/org/apache/maven/plugins/clean/CleanMojoTest.java
@@ -55,7 +55,7 @@ public class CleanMojoTest
 /**
  * Tests the simple removal of directories
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testBasicClean()
 throws Exception
@@ -82,7 +82,7 @@ public class CleanMojoTest
 /**
  * Tests the removal of files and nested directories
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testCleanNestedStructure()
 throws Exception
@@ -107,7 +107,7 @@ public class CleanMojoTest
  * Tests that no exception is thrown when all internal variables are empty 
and that it doesn't
  * just remove whats there
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testCleanEmptyDirectories()
 throws Exception
@@ -135,7 +135,7 @@ public class CleanMojoTest
 /**
  * Tests the removal of files using fileset
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testFilesetsClean()
 throws Exception
@@ -171,7 +171,7 @@ public class CleanMojoTest
 /**
  * Tests the removal of a directory as file
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testCleanInvalidDirectory()
 throws Exception
@@ -200,7 +200,7 @@ public class CleanMojoTest
 /**
  * Tests the removal of a missing directory
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testMissingDirectory()
 throws Exception
@@ -221,10 +221,11 @@ public class CleanMojoTest
 
 /**
  * Test the removal of a locked file on Windows systems.
- * 
+ * 
  * Note: Unix systems doesn't lock any files.
+ * 
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testCleanLockedFile()
 throws Exception
@@ -276,10 +277,11 @@ public class CleanMojoTest
 
 /**
  * Test the removal of a locked file on Windows systems.
- * 
+ * 
  * Note: Unix systems doesn't lock any files.
+ * 
  *
- * @throws Exception
+ * @throws Exception in case of an error.
  */
 public void testCleanLockedFileWithNoError()
 throws Exception

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-checkstyle-plugin] branch MCHECKSTYLE-349 deleted (was 54ceaa6)

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

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


 was 54ceaa6  [MCHECKSTYLE-349] Upgrade to parent pom 31

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

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


[maven-checkstyle-plugin] branch master updated: [MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin

2018-04-07 Thread gboue
This is an automated email from the ASF dual-hosted git repository.

gboue 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 9799070  [MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin
9799070 is described below

commit 9799070d5e55d02f5efaf1e8bb3f37b7a19c5485
Author: Guillaume Boué 
AuthorDate: Sat Apr 7 18:18:45 2018 +0200

[MCHECKSTYLE-350] Lock version of animal-sniffer-maven-plugin

The version of animal-sniffer-maven-plugin is not specified. We should
lock to the current latest which is 1.16.
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 2cd7091..e5a6893 100644
--- a/pom.xml
+++ b/pom.xml
@@ -307,6 +307,7 @@ under the License.
   
 org.codehaus.mojo
 animal-sniffer-maven-plugin
+1.16
 
   
 org.codehaus.mojo.signature

-- 
To stop receiving notification emails like this one, please contact
gb...@apache.org.


svn commit: r26217 - in /release/maven/maven-3: 3.0.5/binaries/ 3.0.5/source/ 3.1.1/binaries/ 3.1.1/source/ 3.2.5/binaries/ 3.2.5/source/ 3.3.9/binaries/ 3.3.9/source/ 3.5.2/binaries/ 3.5.2/source/ 3.

2018-04-07 Thread khmarbaise
Author: khmarbaise
Date: Sat Apr  7 16:56:08 2018
New Revision: 26217

Log:
[MNGSITE-330] - Removed all md5 checksums.

Removed:
release/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.tar.gz.md5
release/maven/maven-3/3.0.5/binaries/apache-maven-3.0.5-bin.zip.md5
release/maven/maven-3/3.0.5/source/apache-maven-3.0.5-src.tar.gz.md5
release/maven/maven-3/3.0.5/source/apache-maven-3.0.5-src.zip.md5
release/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.tar.gz.md5
release/maven/maven-3/3.1.1/binaries/apache-maven-3.1.1-bin.zip.md5
release/maven/maven-3/3.1.1/source/apache-maven-3.1.1-src.tar.gz.md5
release/maven/maven-3/3.1.1/source/apache-maven-3.1.1-src.zip.md5
release/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.tar.gz.md5
release/maven/maven-3/3.2.5/binaries/apache-maven-3.2.5-bin.zip.md5
release/maven/maven-3/3.2.5/source/apache-maven-3.2.5-src.tar.gz.md5
release/maven/maven-3/3.2.5/source/apache-maven-3.2.5-src.zip.md5
release/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.tar.gz.md5
release/maven/maven-3/3.3.9/binaries/apache-maven-3.3.9-bin.zip.md5
release/maven/maven-3/3.3.9/source/apache-maven-3.3.9-src.tar.gz.md5
release/maven/maven-3/3.3.9/source/apache-maven-3.3.9-src.zip.md5
release/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.tar.gz.md5
release/maven/maven-3/3.5.2/binaries/apache-maven-3.5.2-bin.zip.md5
release/maven/maven-3/3.5.2/source/apache-maven-3.5.2-src.tar.gz.md5
release/maven/maven-3/3.5.2/source/apache-maven-3.5.2-src.zip.md5
release/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.tar.gz.md5
release/maven/maven-3/3.5.3/binaries/apache-maven-3.5.3-bin.zip.md5
release/maven/maven-3/3.5.3/source/apache-maven-3.5.3-src.tar.gz.md5
release/maven/maven-3/3.5.3/source/apache-maven-3.5.3-src.zip.md5



[maven-shared-io] 01/01: [MSHARED-714] - Upgrade to JDK 7 minimum.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git

commit ebc03c447234c611646b2e5db1a52a4883bcb3bb
Author: Karl Heinz Marbaise 
AuthorDate: Fri Apr 6 20:01:15 2018 +0200

[MSHARED-714] - Upgrade to JDK 7 minimum.
---
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 7cdf53a..3d91a42 100644
--- a/pom.xml
+++ b/pom.xml
@@ -67,9 +67,8 @@
 
   
 3.0
-1.6
-1.6
 2.21.0
+7
 
RedundantThrows,NewlineAtEndOfFile,ParameterNumber,MethodLength,FileLength,JavadocType
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-714 updated (895e0a0 -> ebc03c4)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 discard 895e0a0  [MSHARED-714] - Upgrade to JDK 7 minimum.
 add 7760ab7  [MSHARED-713] - Upgrade plexus-utils 3.1.0
 new ebc03c4  [MSHARED-714] - Upgrade to JDK 7 minimum.

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   (895e0a0)
\
 N -- N -- N   refs/heads/MSHARED-714 (ebc03c4)

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] branch master updated (f7d9a00 -> 05dafd2)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from f7d9a00  updated Modello xsd url
 add 05dafd2  [DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] branch DOXIA-573 deleted (was 05dafd2)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-573
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


 was 05dafd2  [DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] 01/01: [DOXIA-572] - Upgrade parent to 31

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 3dfd388c7489a81b24780f66bfb913421b229060
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 18:16:11 2018 +0200

[DOXIA-572] - Upgrade parent to 31
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 671d9e8..13dc5fd 100644
--- a/pom.xml
+++ b/pom.xml
@@ -25,7 +25,7 @@ under the License.
   
 org.apache.maven
 maven-parent
-30
+31
 ../../pom/maven/pom.xml
   
 

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] branch DOXIA-572 updated (ddf0949 -> 3dfd388)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


 discard ddf0949  [DOXIA-572] - Upgrade parent to 31
 add 05dafd2  [DOXIA-573]- Upgrade mave-surefire/failsafe-plugin 2.21.0
 new 3dfd388  [DOXIA-572] - Upgrade parent to 31

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   (ddf0949)
\
 N -- N -- N   refs/heads/DOXIA-572 (3dfd388)

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 | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


svn commit: r26218 - in /release/maven/archetype: maven-archetype-bundles-1.3-source-release.zip maven-archetype-bundles-1.3-source-release.zip.asc maven-archetype-bundles-1.3-source-release.zip.sha1

2018-04-07 Thread hboutemy
Author: hboutemy
Date: Sat Apr  7 17:34:17 2018
New Revision: 26218

Log:
Maven Archetype Bundles 1.3 released

Added:
release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip   
(with props)
release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.asc
release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.sha1

Added: release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip
==
Binary file - no diff available.

Propchange: 
release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip
--
svn:mime-type = application/octet-stream

Added: 
release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.asc
==
--- release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.asc 
(added)
+++ release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.asc 
Sat Apr  7 17:34:17 2018
@@ -0,0 +1,10 @@
+-BEGIN PGP SIGNATURE-
+
+iQEcBAABCgAGBQJawqVFAAoJEAEleUZNAcBq1AkH/jJBuc2/e3DRrts3BZg5j2Y9
+kVhY9u2YAudmMazpMd0PSvm5WpgTBJNEMuiXGsEQwoC3TkSW8YTxCwyB9e6i4/++
+V4i9j3++VRa7ACh7XXbeQocdAHlcK2gD7QG+bPtGN8vZziVUZSlLk6iLQdYeTzoI
+Nv56otA4WqQagBs78Fopkv8PJd748I0MXakCsqJAf8L49JffElM5zWN0Sy245uwN
+xjurF3iED0qlC4adsCF4hSeBynFR5DdND3YDIyHIyhP4QgVomsXdoXzR1kF7yqvP
+gcYeA3oOE+NOW+z5cVOYBvdRkJsRzBu6JoML1anQxO7sz/PxmYhpNGcNX1N5qQA=
+=W2ed
+-END PGP SIGNATURE-

Added: 
release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.sha1
==
--- release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.sha1 
(added)
+++ release/maven/archetype/maven-archetype-bundles-1.3-source-release.zip.sha1 
Sat Apr  7 17:34:17 2018
@@ -0,0 +1 @@
+9f4a9422942ca7e6b737a86e21fd39d66b4e73ec




[maven-doxia] branch DOXIA-572 updated (3dfd388 -> b698613)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


 discard 3dfd388  [DOXIA-572] - Upgrade parent to 31
 new b698613  [DOXIA-572] - Upgrade parent to 31  o Fixed issues based on 
the upgrade.

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   (3dfd388)
\
 N -- N -- N   refs/heads/DOXIA-572 (b698613)

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:
 .../apache/maven/doxia/module/apt/AptParser.java   | 30 +++---
 1 file changed, 15 insertions(+), 15 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] 01/01: [DOXIA-572] - Upgrade parent to 31 o Fixed issues based on the upgrade.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit b6986139b4643e8682e7dfe8237a2e5b5350a38b
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 18:16:11 2018 +0200

[DOXIA-572] - Upgrade parent to 31
 o Fixed issues based on the upgrade.
---
 .../apache/maven/doxia/module/apt/AptParser.java   | 30 +++---
 pom.xml|  2 +-
 2 files changed, 16 insertions(+), 16 deletions(-)

diff --git 
a/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
 
b/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
index b918a5f..8cbca0a 100644
--- 
a/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
+++ 
b/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
@@ -1677,7 +1677,7 @@ public class AptParser
  * @param indent indent.
  * @throws AptParseException AptParseException
  */
-public Block( int type, int indent )
+Block( int type, int indent )
 throws AptParseException
 {
 this( type, indent, null );
@@ -1691,7 +1691,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Block( int type, int indent, String firstLine )
+Block( int type, int indent, String firstLine )
 throws AptParseException
 {
 this.type = type;
@@ -1864,7 +1864,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public ListBreak( int indent, String firstLine )
+ListBreak( int indent, String firstLine )
 throws AptParseException
 {
 super( AptParser.LIST_BREAK, indent, firstLine );
@@ -1889,7 +1889,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Title( int indent, String firstLine )
+Title( int indent, String firstLine )
 throws AptParseException
 {
 super( TITLE, indent, firstLine );
@@ -2019,7 +2019,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section( int type, int indent, String firstLine )
+Section( int type, int indent, String firstLine )
 throws AptParseException
 {
 super( type, indent, firstLine );
@@ -2052,7 +2052,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section1( int indent, String firstLine )
+Section1( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION1, indent, firstLine );
@@ -2082,7 +2082,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section2( int indent, String firstLine )
+Section2( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION2, indent, firstLine );
@@ -2102,7 +2102,7 @@ public class AptParser
 }
 
 /** A Section3 Block. */
-private class Section3
+public class Section3
 extends Section
 {
 /**
@@ -2112,7 +2112,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section3( int indent, String firstLine )
+Section3( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION3, indent, firstLine );
@@ -2142,7 +2142,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section4( int indent, String firstLine )
+Section4( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION4, indent, firstLine );
@@ -2172,7 +2172,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section5( int indent, String firstLine )
+Section5( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION5, indent, firstLine );
@@ -2202,7 +2202,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-  

[maven-doxia] branch DOXIA-572 updated (b698613 -> 9386568)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git.


 discard b698613  [DOXIA-572] - Upgrade parent to 31  o Fixed issues based on 
the upgrade.
 new 9386568  [DOXIA-572] - Upgrade parent to 31  o Fixed issues based on 
the upgrade.

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   (b698613)
\
 N -- N -- N   refs/heads/DOXIA-572 (9386568)

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:
 .../java/org/apache/maven/doxia/module/apt/AptParser.java  | 14 +++---
 1 file changed, 7 insertions(+), 7 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-doxia] 01/01: [DOXIA-572] - Upgrade parent to 31 o Fixed issues based on the upgrade.

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch DOXIA-572
in repository https://gitbox.apache.org/repos/asf/maven-doxia.git

commit 93865681106a83f6148eeb556f41fe0b88da7656
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 18:16:11 2018 +0200

[DOXIA-572] - Upgrade parent to 31
 o Fixed issues based on the upgrade.
---
 .../apache/maven/doxia/module/apt/AptParser.java   | 44 +++---
 pom.xml|  2 +-
 2 files changed, 23 insertions(+), 23 deletions(-)

diff --git 
a/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
 
b/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
index b918a5f..b69e4e1 100644
--- 
a/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
+++ 
b/doxia-modules/doxia-module-apt/src/main/java/org/apache/maven/doxia/module/apt/AptParser.java
@@ -1677,7 +1677,7 @@ public class AptParser
  * @param indent indent.
  * @throws AptParseException AptParseException
  */
-public Block( int type, int indent )
+Block( int type, int indent )
 throws AptParseException
 {
 this( type, indent, null );
@@ -1691,7 +1691,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Block( int type, int indent, String firstLine )
+Block( int type, int indent, String firstLine )
 throws AptParseException
 {
 this.type = type;
@@ -1864,7 +1864,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public ListBreak( int indent, String firstLine )
+ListBreak( int indent, String firstLine )
 throws AptParseException
 {
 super( AptParser.LIST_BREAK, indent, firstLine );
@@ -1889,7 +1889,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Title( int indent, String firstLine )
+Title( int indent, String firstLine )
 throws AptParseException
 {
 super( TITLE, indent, firstLine );
@@ -2019,7 +2019,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section( int type, int indent, String firstLine )
+Section( int type, int indent, String firstLine )
 throws AptParseException
 {
 super( type, indent, firstLine );
@@ -2052,7 +2052,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section1( int indent, String firstLine )
+Section1( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION1, indent, firstLine );
@@ -2082,7 +2082,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section2( int indent, String firstLine )
+Section2( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION2, indent, firstLine );
@@ -2102,7 +2102,7 @@ public class AptParser
 }
 
 /** A Section3 Block. */
-private class Section3
+public class Section3
 extends Section
 {
 /**
@@ -2112,7 +2112,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section3( int indent, String firstLine )
+Section3( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION3, indent, firstLine );
@@ -2142,7 +2142,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section4( int indent, String firstLine )
+Section4( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION4, indent, firstLine );
@@ -2172,7 +2172,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-public Section5( int indent, String firstLine )
+Section5( int indent, String firstLine )
 throws AptParseException
 {
 super( SECTION5, indent, firstLine );
@@ -2202,7 +2202,7 @@ public class AptParser
  * @param firstLine the first line.
  * @throws AptParseException AptParseException
  */
-  

svn commit: r1828601 - in /maven/site/trunk/content: apt/archetypes/ resources/components.links

2018-04-07 Thread hboutemy
Author: hboutemy
Date: Sat Apr  7 17:43:58 2018
New Revision: 1828601

URL: http://svn.apache.org/viewvc?rev=1828601&view=rev
Log:
Maven Archetype Bundles 1.3 released as single release

Removed:
maven/site/trunk/content/apt/archetypes/
Modified:
maven/site/trunk/content/resources/components.links

Modified: maven/site/trunk/content/resources/components.links
URL: 
http://svn.apache.org/viewvc/maven/site/trunk/content/resources/components.links?rev=1828601&r1=1828600&r2=1828601&view=diff
==
--- maven/site/trunk/content/resources/components.links (original)
+++ maven/site/trunk/content/resources/components.links Sat Apr  7 17:43:58 2018
@@ -5,6 +5,7 @@ ant-tasks-archives=components/ant-tasks-
 archetype-archives=components/archetype-archives
 archetype=components/archetype
 archetypes-archives=components/archetypes-archives
+archetypes=components/archetypes
 core-its=components/core-its
 enforcer-archives=components/enforcer-archives
 enforcer=components/enforcer




svn commit: r1828602 - /maven/site/trunk/content/resources/archetypes/

2018-04-07 Thread hboutemy
Author: hboutemy
Date: Sat Apr  7 17:45:52 2018
New Revision: 1828602

URL: http://svn.apache.org/viewvc?rev=1828602&view=rev
Log:
Maven Archetype Bundles 1.3 released as single release

Removed:
maven/site/trunk/content/resources/archetypes/



buildbot failure in on maven-site-staging

2018-04-07 Thread buildbot
The Buildbot has detected a new failure on builder maven-site-staging while 
building . Full details are available at:
https://ci.apache.org/builders/maven-site-staging/builds/503

Buildbot URL: https://ci.apache.org/

Buildslave for this Build: bb-cms-slave

Build Reason: The AnyBranchScheduler scheduler named 'on-maven-site-commit' 
triggered this build
Build Source Stamp: [branch maven/site] 1828602
Blamelist: hboutemy

BUILD FAILED: failed shell

Sincerely,
 -The Buildbot





svn commit: r1028034 [3/6] - in /websites/staging/maven/trunk/content: ./ apache-resource-bundles/ archetypes/ archives/maven-2.x/ background/ developers/ developers/conventions/ developers/release/ d

2018-04-07 Thread buildbot
Modified: websites/staging/maven/trunk/content/docs/3.3.9/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.3.9/release-notes.html 
(original)
+++ websites/staging/maven/trunk/content/docs/3.3.9/release-notes.html Sat Apr  
7 17:46:16 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven – Release Notes – Maven 3.3.9
 
@@ -39,7 +39,7 @@
   https://www.apache.org/"; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.3.9 https://github.com/apache/maven-site/tree/HEAD/content/markdown/docs/3.3.9/release-notes.md";>
-| 
Last Published: 2018-04-06
+| 
Last Published: 2018-04-07
   |
 Get Sources
   Download

Modified: 
websites/staging/maven/trunk/content/docs/3.5.0-alpha-1/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.5.0-alpha-1/release-notes.html 
(original)
+++ websites/staging/maven/trunk/content/docs/3.5.0-alpha-1/release-notes.html 
Sat Apr  7 17:46:16 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven – Release Notes – Maven 3.5.0-alpha-1
 
@@ -39,7 +39,7 @@
   https://www.apache.org/"; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.5.0-alpha-1 https://github.com/apache/maven-site/tree/HEAD/content/markdown/docs/3.5.0-alpha-1/release-notes.md";>
-| 
Last Published: 2018-04-06
+| 
Last Published: 2018-04-07
   |
 Get Sources
   Download

Modified: 
websites/staging/maven/trunk/content/docs/3.5.0-beta-1/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.5.0-beta-1/release-notes.html 
(original)
+++ websites/staging/maven/trunk/content/docs/3.5.0-beta-1/release-notes.html 
Sat Apr  7 17:46:16 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven – Release Notes – Maven 3.5.0-beta-1
 
@@ -39,7 +39,7 @@
   https://www.apache.org/"; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.5.0-beta-1 https://github.com/apache/maven-site/tree/HEAD/content/markdown/docs/3.5.0-beta-1/release-notes.md";>
-| 
Last Published: 2018-04-06
+| 
Last Published: 2018-04-07
   |
 Get Sources
   Download

Modified: websites/staging/maven/trunk/content/docs/3.5.0/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.5.0/release-notes.html 
(original)
+++ websites/staging/maven/trunk/content/docs/3.5.0/release-notes.html Sat Apr  
7 17:46:16 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven – Release Notes – Maven 3.5.0
 
@@ -39,7 +39,7 @@
   https://www.apache.org/"; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.5.0 https://github.com/apache/maven-site/tree/HEAD/content/markdown/docs/3.5.0/release-notes.md";>
-| 
Last Published: 2018-04-06
+| 
Last Published: 2018-04-07
   |
 Get Sources
   Download

Modified: websites/staging/maven/trunk/content/docs/3.5.2/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.5.2/release-notes.html 
(original)
+++ websites/staging/maven/trunk/content/docs/3.5.2/release-notes.html Sat Apr  
7 17:46:16 2018
@@ -1,13 +1,13 @@
 
 
 http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
   
 
 
-
+
 
 Maven – Release Notes – Maven 3.5.2
 
@@ -39,7 +39,7 @@
   https://www.apache.org/"; class="externalLink" 
title="Apache">Apache/
   Maven/
 Release Notes – Maven 3.5.2 https://github.com/apache/maven-site/tree/HEAD/content/markdown/docs/3.5.2/release-notes.md";>
-| 
Last Published: 2018-04-06
+| 
Last Published: 2018-04-07
   |
 Get Sources
   Download

Modified: websites/staging/maven/trunk/content/docs/3.5.3/release-notes.html
==
--- websites/staging/maven/trunk/content/docs/3.5.3/release-notes.html 
(original)
+++ websites/staging/maven/trunk/content/docs/3.5.3/release-notes.html Sat Apr  
7 17:46:16 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 – M

[maven-shared-io] branch master updated (7760ab7 -> ebc03c4)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 7760ab7  [MSHARED-713] - Upgrade plexus-utils 3.1.0
 add ebc03c4  [MSHARED-714] - Upgrade to JDK 7 minimum.

No new revisions were added by this update.

Summary of changes:
 pom.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-shared-io] branch MSHARED-714 deleted (was ebc03c4)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MSHARED-714
in repository https://gitbox.apache.org/repos/asf/maven-shared-io.git.


 was ebc03c4  [MSHARED-714] - Upgrade to JDK 7 minimum.

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-ear-plugin] branch MEAR-265 created (now 49fa1a9)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MEAR-265
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


  at 49fa1a9  [MEAR-265] - Add documentation information for GitHub

This branch includes the following new commits:

 new 49fa1a9  [MEAR-265] - Add documentation information for GitHub

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-ear-plugin] 01/01: [MEAR-265] - Add documentation information for GitHub

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MEAR-265
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 49fa1a98cc150343f39be4adb8225cc30b3500f5
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 20:13:50 2018 +0200

[MEAR-265] - Add documentation information for GitHub
---
 .github/pull_request_template.md | 29 
 .gitignore   |  1 +
 CONTRIBUTING.md  | 91 +
 README.md| 97 
 4 files changed, 218 insertions(+)

diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md
new file mode 100644
index 000..be78578
--- /dev/null
+++ b/.github/pull_request_template.md
@@ -0,0 +1,29 @@
+Following this checklist to help us incorporate your 
+contribution quickly and easily:
+
+ - [ ] Make sure there is a [JIRA 
issue](https://issues.apache.org/jira/browse/MEAR) filed 
+   for the change (usually before you start working on it).  Trivial 
changes like typos do not 
+   require a JIRA issue.  Your pull request should address just this 
issue, without 
+   pulling in other changes.
+ - [ ] Each commit in the pull request should have a meaningful subject line 
and body.
+ - [ ] Format the pull request title like `[MEAR-XXX] - Fixes bug in 
ApproximateQuantiles`,
+   where you replace `MEAR-XXX` with the appropriate JIRA issue. Best 
practice
+   is to use the JIRA issue title in the pull request title and in the 
first line of the 
+   commit message.
+ - [ ] Write a pull request description that is detailed enough to understand 
what the pull request does, how, and why.
+ - [ ] Run `mvn clean verify` to make sure basic checks pass. A more thorough 
check will 
+   be performed on your pull request automatically.
+ - [ ] You have run the integration tests successfully (`mvn -Prun-its clean 
verify`).
+
+If your pull request is about ~20 lines of code you don't need to sign an
+[Individual Contributor License 
Agreement](https://www.apache.org/licenses/icla.pdf) if you are unsure
+please ask on the developers list.
+
+To make clear that you license your contribution under 
+the [Apache License Version 2.0, January 
2004](http://www.apache.org/licenses/LICENSE-2.0)
+you have to acknowledge this by using the following check-box.
+
+ - [ ] I hereby declare this contribution to be licenced under the [Apache 
License Version 2.0, January 2004](http://www.apache.org/licenses/LICENSE-2.0)
+
+ - [ ] In any other case, please file an [Apache Individual Contributor 
License Agreement](https://www.apache.org/licenses/icla.pdf).
+
diff --git a/.gitignore b/.gitignore
index f79c928..7495d7e 100644
--- a/.gitignore
+++ b/.gitignore
@@ -13,3 +13,4 @@ out/
 /bootstrap
 /dependencies.xml
 .java-version
+.checkstyle
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
new file mode 100644
index 000..d68e084
--- /dev/null
+++ b/CONTRIBUTING.md
@@ -0,0 +1,91 @@
+
+Contributing to Apache Maven EAR Plugin
+==
+
+You have found a bug or you have an idea for a cool new feature? Contributing
+code is a great way to give something back to the open source community. Before
+you dig right into the code, there are a few guidelines that we need
+contributors to follow so that we can have a chance of keeping on top of
+things.
+
+Some of the ideas are documented in the [Maven Wiki][maven-wiki]
+which might be interesting to read and for further discussion.
+
+Getting Started
+---
+
++ Make sure you have a [JIRA account](https://issues.apache.org/jira/).
++ Make sure you have a [GitHub account](https://github.com/signup/free).
++ If you're planning to implement a new feature, it makes sense to discuss 
your changes 
+  on the [dev list](https://maven.apache.org/mail-lists.html) first. 
+  This way you can make sure you're not wasting your time on something that 
isn't 
+  considered to be in Apache Maven's scope.
++ Submit a ticket for your issue, assuming one does not already exist.
+  + Clearly describe the issue, including steps to reproduce when it is a bug.
+  + Make sure you fill in the earliest version that you know has the issue.
++ Fork the repository on GitHub.
+
+Making and Submitting Changes
+--
+
+We accept Pull Requests via GitHub. The [developer mailing list][dev-ml-list] 
is the
+main channel of communication for contributors.  
+There are some guidelines which will make applying PRs easier for us:
++ Create a topic branch from where you want to base your work (this is usually 
the master branch).
+  Push your changes to a topic branch in your fork of the repository.
++ Make commits of logical units.
++ Respect the original code style: by using the same [codestyle][code-style],
+  patches should only highlight the actual difference, not being disturbed by 
any formatting issues:
+  + Only use spaces for in

[maven-ear-plugin] branch MEAR-266 created (now 93f73ba)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MEAR-266
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


  at 93f73ba  [MEAR-266] - Upgrade mave-surefire/failsafe-plugin 2.21.0

This branch includes the following new commits:

 new 93f73ba  [MEAR-266] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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.


-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-ear-plugin] 01/01: [MEAR-266] - Upgrade mave-surefire/failsafe-plugin 2.21.0

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a commit to branch MEAR-266
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git

commit 93f73ba0014f58e79169e4ebf4340c0596157d41
Author: Karl Heinz Marbaise 
AuthorDate: Sat Apr 7 20:19:10 2018 +0200

[MEAR-266] - Upgrade mave-surefire/failsafe-plugin 2.21.0
---
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/pom.xml b/pom.xml
index 12d28df..8dd8b44 100644
--- a/pom.xml
+++ b/pom.xml
@@ -84,6 +84,7 @@
 3.1.1
 3.0
 7
+2.21.0
   
 
   

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-ear-plugin] branch MEAR-266 deleted (was 93f73ba)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

khmarbaise pushed a change to branch MEAR-266
in repository https://gitbox.apache.org/repos/asf/maven-ear-plugin.git.


 was 93f73ba  [MEAR-266] - Upgrade mave-surefire/failsafe-plugin 2.21.0

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

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


[maven-ear-plugin] branch master updated (03c73bf -> 93f73ba)

2018-04-07 Thread khmarbaise
This is an automated email from the ASF dual-hosted git repository.

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


from 03c73bf  [maven-release-plugin] prepare for next development iteration
 add 93f73ba  [MEAR-266] - Upgrade mave-surefire/failsafe-plugin 2.21.0

No new revisions were added by this update.

Summary of changes:
 pom.xml | 1 +
 1 file changed, 1 insertion(+)

-- 
To stop receiving notification emails like this one, please contact
khmarba...@apache.org.


  1   2   >