You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by sl...@apache.org on 2020/05/26 13:55:49 UTC

[maven-site-plugin] branch jenkins updated (b4e8894 -> c65e8ba)

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

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


 discard b4e8894  Sync test matrix - add testing with Java 14,15 and Maven 3.6
    omit 4ac5557  [MSITE-757] More cleanup after upgrade to Maven 3.0.5
     add f37789b  [MSITE-757] remove Maven 2 support (#24)
     add 4adfffe  [MSITE-845] drop Maven 2 mention (#26)
     add 95ddb9e  docs: use https (#28)
     add b32a0ee  [MSITE-757] More cleanup after upgrade to Maven 3.0.5
     new 9d90657  Sync test matrix - add testing with Java 14,15 and Maven 3.6
     new c65e8ba  test failing build 3.1 + Java 7

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   (b4e8894)
            \
             N -- N -- N   refs/heads/jenkins (c65e8ba)

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 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 Jenkinsfile                                        |  2 +-
 pom.xml                                            |  6 --
 .../plugins/site/deploy/AbstractDeployMojo.java    | 87 ++++++++++++++++++----
 .../site/render/AbstractSiteRenderingMojo.java     |  3 +-
 .../site/render/ReportDocumentRenderer.java        | 49 +-----------
 .../apt/examples/adding-deploy-protocol.apt.vm     |  3 +-
 6 files changed, 78 insertions(+), 72 deletions(-)


[maven-site-plugin] 02/02: test failing build 3.1 + Java 7

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit c65e8ba7eb8a24a828634b29452af12776322fe8
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue May 26 15:55:01 2020 +0200

    test failing build 3.1 + Java 7
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 50dc077..fe7b678 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['7','8','11','14','15'], maven:['3.0.x', '3.1.x', '3.2.x','3.3.x','3.5.x','3.6.x'])
+asfMavenTlpPlgnBuild(jdk:['7'], maven:[ '3.1.x'])


[maven-site-plugin] 01/02: Sync test matrix - add testing with Java 14, 15 and Maven 3.6

Posted by sl...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

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

commit 9d906575313dbfc8112e77f86406926909e31475
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Tue May 26 10:17:54 2020 +0200

    Sync test matrix - add testing with Java 14,15 and Maven 3.6
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 5a994fd..50dc077 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -17,4 +17,4 @@
  * under the License.
  */
 
-asfMavenTlpPlgnBuild(jdk:['7','8','11','12'], maven:['3.0.x', '3.2.x', '3.3.x', '3.5.x'])
+asfMavenTlpPlgnBuild(jdk:['7','8','11','14','15'], maven:['3.0.x', '3.1.x', '3.2.x','3.3.x','3.5.x','3.6.x'])