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/01/02 08:52:30 UTC

[maven-dist-tool] branch master updated (0bd54da -> 3547080)

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-dist-tool.git.


    from 0bd54da  Fix URLs in conf file
     new 17137dc  [Minor] Upgrade JUnit to 4.13
     new 3cb5687  [Minor] Update plugin prerequisites to Maven 3.0.5
     new 4f61e4d  [Minor] Print Maven version in Jenkins logs
     new 78fd76b  [Minor] Fix version of fluido-skin (1.7)
     new 3547080  Fix build problem with Java 11+

The 5 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                                                      | 12 ++++++++----
 .../maven/dist/tools/masterjobs/ListMasterJobsMojo.java      |  2 +-
 3 files changed, 10 insertions(+), 6 deletions(-)


[maven-dist-tool] 03/05: [Minor] Print Maven version in Jenkins logs

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-dist-tool.git

commit 4f61e4d14ff51690ee572af18925fbbabd7fe743
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 22:54:49 2019 +0100

    [Minor] Print Maven version in Jenkins logs
---
 Jenkinsfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Jenkinsfile b/Jenkinsfile
index 8b6591b..1e3df48 100644
--- a/Jenkinsfile
+++ b/Jenkinsfile
@@ -34,7 +34,7 @@ pipeline {
                   artifactsPublisher(disabled: true),
                   findbugsPublisher(disabled: true),
                 ]) {
-                    sh "mvn -B -e -Preporting -Papache.snapshots -Dscreenshot=false clean install site"
+                    sh "mvn -B -V -e -Preporting -Papache.snapshots -Dscreenshot=false clean install site"
                 }
             }
         }


[maven-dist-tool] 05/05: Fix build problem with Java 11+

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-dist-tool.git

commit 35470808edad954ffee2d8a72cf4be67279f8101
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 21:43:02 2019 +0100

    Fix build problem with Java 11+
---
 pom.xml                                                               | 4 ++++
 .../org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java    | 2 +-
 2 files changed, 5 insertions(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index 8f56047..0104204 100644
--- a/pom.xml
+++ b/pom.xml
@@ -195,6 +195,10 @@
           </excludes>
         </configuration>
       </plugin>
+      <plugin>
+        <artifactId>maven-javadoc-plugin</artifactId>
+        <version>3.1.1</version>
+      </plugin>
     </plugins>
   </build>
 
diff --git a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
index a280b98..337ffa7 100644
--- a/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
+++ b/src/main/java/org/apache/maven/dist/tools/masterjobs/ListMasterJobsMojo.java
@@ -197,7 +197,7 @@ public class ListMasterJobsMojo extends AbstractMavenReport
      * <a href="https://gitbox.apache.org/repos/asf">Gitbox main page</a>.
      *
      * @return the list of repository names (without ".git")
-     * @throws IOException
+     * @throws IOException problem with reading repository index
      */
     protected Collection<String> repositoryNames()
         throws IOException


[maven-dist-tool] 01/05: [Minor] Upgrade JUnit to 4.13

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-dist-tool.git

commit 17137dcbec3acfdc71d217b4a2d1dc3522364033
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Thu Jan 2 09:35:34 2020 +0100

    [Minor] Upgrade JUnit to 4.13
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index e49054f..98e5869 100644
--- a/pom.xml
+++ b/pom.xml
@@ -128,7 +128,7 @@
     <dependency>
       <groupId>junit</groupId>
       <artifactId>junit</artifactId>
-      <version>4.11</version>
+      <version>4.13</version>
       <scope>test</scope>
     </dependency>
     <dependency>


[maven-dist-tool] 04/05: [Minor] Fix version of fluido-skin (1.7)

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-dist-tool.git

commit 78fd76b3cd3bf6c850df6565fbab1d36c82f1d1d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 22:47:26 2019 +0100

    [Minor] Fix version of fluido-skin (1.7)
---
 pom.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pom.xml b/pom.xml
index f787d7e..8f56047 100644
--- a/pom.xml
+++ b/pom.xml
@@ -177,7 +177,7 @@
                 <artifactItem>
                   <groupId>org.apache.maven.skins</groupId>
                   <artifactId>maven-fluido-skin</artifactId>
-                  <version>1.4</version>
+                  <version>1.7</version>
                   <outputDirectory>${project.build.directory}/site</outputDirectory>
                   <includes>**\/*.css, **\/*.png, **\/*.gif</includes>
                 </artifactItem>


[maven-dist-tool] 02/05: [Minor] Update plugin prerequisites to Maven 3.0.5

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-dist-tool.git

commit 3cb5687303d3766d7ce9a82fe0e9f19912028f5d
Author: Sylwester Lachiewicz <sl...@apache.org>
AuthorDate: Sun Dec 22 21:56:40 2019 +0100

    [Minor] Update plugin prerequisites to Maven 3.0.5
    
    Latest supported version
---
 pom.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/pom.xml b/pom.xml
index 98e5869..f787d7e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -32,7 +32,7 @@
   <url>https://builds.apache.org/view/M-R/view/Maven/job/dist-tool-plugin/site/</url>
 
   <prerequisites>
-    <maven>3.0.4</maven>
+    <maven>${mvnversion}</maven>
   </prerequisites>
 
   <scm>
@@ -52,7 +52,7 @@
 
   <properties>
     <netbeans.checkstyle.format>true</netbeans.checkstyle.format>
-    <mvnversion>3.0.4</mvnversion>
+    <mvnversion>3.0.5</mvnversion>
     <maven.compiler.source>1.8</maven.compiler.source>
     <maven.compiler.target>1.8</maven.compiler.target>    
   </properties>