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 2022/08/20 12:40:43 UTC

[maven-site] branch master updated (f616b14e -> 4a31cc03)

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

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


    from f616b14e Switch Jenkins to Java 17 (2nd stage also)
     new a3cf2f69 Bump maven-pdf-plugin to 1.6.1
     new 77f29ae0 drop pdf generation
     new 4a31cc03 Upgrade to maven-site-plugin 4.0.0-M3

The 3 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 |  4 ++--
 pom.xml     | 10 ++++++----
 2 files changed, 8 insertions(+), 6 deletions(-)


[maven-site] 01/03: Bump maven-pdf-plugin to 1.6.1

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

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

commit a3cf2f6928742bac7dddb4b0df7f64fd2d5726c1
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:11:39 2022 +0200

    Bump maven-pdf-plugin to 1.6.1
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 0003304e..ad98426c 100644
--- a/pom.xml
+++ b/pom.xml
@@ -101,7 +101,7 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-pdf-plugin</artifactId>
-          <version>1.6.0</version>
+          <version>1.6.1</version>
         </plugin>
         <!-- publish mono-module site with "mvn site-deploy" -->
         <plugin>


[maven-site] 03/03: Upgrade to maven-site-plugin 4.0.0-M3

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

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

commit 4a31cc03d210ff702428dc543923823ed2d6a066
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:23:12 2022 +0200

    Upgrade to maven-site-plugin 4.0.0-M3
---
 pom.xml | 8 +++++---
 1 file changed, 5 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index ad98426c..90b86385 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,8 +71,8 @@
     <versions3x>3.8.6,3.8.5,3.8.4,3.8.3,3.8.2,3.8.1,3.6.3,3.6.2,3.6.1,3.6.0,3.5.4,3.5.3,3.5.2,3.5.0,3.5.0-beta-1,3.5.0-alpha-1,3.3.9,3.3.3,3.3.1,3.2.5,3.2.3,3.2.2,3.2.1,3.1.1,3.1.0,3.1.0-alpha-1,3.0.5,3.0.4,3.0.3,3.0.2,3.0.1,3.0,3.0-beta-3,3.0-beta-2,3.0-beta-1,3.0-alpha-7,3.0-alpha-6,3.0-alpha-5,3.0-alpha-4,3.0-alpha-3</versions3x>
     <site.output>${project.build.directory}/site</site.output>
     <fluidoVersion>1.11.0</fluidoVersion><!-- used by src/xdoc/errors/404.xml.vm -->
-    <doxiaVersion>1.11.1</doxiaVersion>
-    <doxiaToolsVersion>1.11.1</doxiaToolsVersion>
+    <doxiaVersion>2.0.0-M3</doxiaVersion>
+    <doxiaToolsVersion>2.0.0-M3</doxiaToolsVersion>
     <javaVersion>8</javaVersion>
   </properties>
 
@@ -107,12 +107,13 @@
         <plugin>
           <groupId>org.apache.maven.plugins</groupId>
           <artifactId>maven-site-plugin</artifactId>
-          <version>3.12.0</version>
+          <version>4.0.0-M3</version>
           <configuration>
             <siteDirectory>${project.basedir}/content</siteDirectory>
             <skipDeploy>true</skipDeploy><!-- don't deploy site with maven-site-plugin -->
           </configuration>
           <dependencies>
+            <!--
             <dependency>
               <groupId>org.apache.maven.doxia</groupId>
               <artifactId>doxia-sink-api</artifactId>
@@ -158,6 +159,7 @@
               <artifactId>doxia-site-renderer</artifactId>
               <version>${doxiaToolsVersion}</version>
             </dependency>
+            -->
           </dependencies>
         </plugin>
       </plugins>


[maven-site] 02/03: drop pdf generation

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

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

commit 77f29ae09e153873b88475e0877923ba23c87c05
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sat Aug 20 14:22:24 2022 +0200

    drop pdf generation
---
 Jenkinsfile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index af88a97a..1a807fe3 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -33,7 +33,7 @@
                   findbugsPublisher(disabled: true),
                   openTasksPublisher(disabled: true)
                 ]) {
-                    sh "mvn -Ppdf -U clean site"
+                    sh "mvn -U clean site"
                 }
             }
         }
@@ -48,7 +48,7 @@
                   findbugsPublisher(disabled: true),
                   openTasksPublisher(disabled: true)
                 ]) {
-                    sh "mvn -Ppdf -U clean site-deploy"
+                    sh "mvn -U clean site-deploy"
                 }
             }
         }