You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by gn...@apache.org on 2022/05/12 06:58:03 UTC

[maven-mvnd] branch build-cache updated (751ce4d -> 1158eef)

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

gnodet pushed a change to branch build-cache
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git


 discard 751ce4d  Prototype branch with maven 3.9.x + build cache extension
     add c3612be  Update RELEASING.adoc
     new edf7e53  Prototype branch with maven 3.9.x + build cache extension
     new 96649f3  Fix distribution
     new 1158eef  Set a version qualifier for this branch

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   (751ce4d)
            \
             N -- N -- N   refs/heads/build-cache (1158eef)

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 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:
 RELEASING.adoc                          |  2 +-
 agent/pom.xml                           |  2 +-
 build-plugin/pom.xml                    |  2 +-
 client/pom.xml                          |  2 +-
 common/pom.xml                          |  2 +-
 daemon/pom.xml                          |  2 +-
 dist/pom.xml                            | 22 ++++++++++++++++++++--
 dist/src/main/provisio/maven-distro.xml | 10 +++++++++-
 helper/pom.xml                          |  2 +-
 integration-tests/pom.xml               |  2 +-
 native/pom.xml                          |  2 +-
 pom.xml                                 | 18 +++++++++---------
 12 files changed, 47 insertions(+), 21 deletions(-)


[maven-mvnd] 03/03: Set a version qualifier for this branch

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

gnodet pushed a commit to branch build-cache
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit 1158eef3dced63e1041b98f86a8c4abfc776d816
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Thu May 12 08:56:44 2022 +0200

    Set a version qualifier for this branch
---
 agent/pom.xml             |  2 +-
 build-plugin/pom.xml      |  2 +-
 client/pom.xml            |  2 +-
 common/pom.xml            |  2 +-
 daemon/pom.xml            |  2 +-
 dist/pom.xml              |  2 +-
 helper/pom.xml            |  2 +-
 integration-tests/pom.xml |  2 +-
 native/pom.xml            |  2 +-
 pom.xml                   | 18 +++++++++---------
 10 files changed, 18 insertions(+), 18 deletions(-)

diff --git a/agent/pom.xml b/agent/pom.xml
index 2d0c90f..7a3ee8b 100644
--- a/agent/pom.xml
+++ b/agent/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-agent</artifactId>
diff --git a/build-plugin/pom.xml b/build-plugin/pom.xml
index 63eba58..76a9499 100644
--- a/build-plugin/pom.xml
+++ b/build-plugin/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-build-maven-plugin</artifactId>
diff --git a/client/pom.xml b/client/pom.xml
index 862024e..3cd1237 100644
--- a/client/pom.xml
+++ b/client/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-client</artifactId>
diff --git a/common/pom.xml b/common/pom.xml
index 1e4a36f..118b6e2 100644
--- a/common/pom.xml
+++ b/common/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-common</artifactId>
diff --git a/daemon/pom.xml b/daemon/pom.xml
index a7d37bd..be564d9 100644
--- a/daemon/pom.xml
+++ b/daemon/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-daemon</artifactId>
diff --git a/dist/pom.xml b/dist/pom.xml
index 22514d9..bc2a839 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-dist</artifactId>
diff --git a/helper/pom.xml b/helper/pom.xml
index 1ceb56e..d9619b0 100644
--- a/helper/pom.xml
+++ b/helper/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-helper-agent</artifactId>
diff --git a/integration-tests/pom.xml b/integration-tests/pom.xml
index 50ab452..3013605 100644
--- a/integration-tests/pom.xml
+++ b/integration-tests/pom.xml
@@ -22,7 +22,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-integration-tests</artifactId>
diff --git a/native/pom.xml b/native/pom.xml
index a9be627..c0faf74 100644
--- a/native/pom.xml
+++ b/native/pom.xml
@@ -20,7 +20,7 @@
     <parent>
         <groupId>org.mvndaemon.mvnd</groupId>
         <artifactId>mvnd</artifactId>
-        <version>0.8.1-SNAPSHOT</version>
+        <version>0.8.1-build-cache-SNAPSHOT</version>
     </parent>
 
     <artifactId>mvnd-native</artifactId>
diff --git a/pom.xml b/pom.xml
index 1f25f37..7f96d39 100644
--- a/pom.xml
+++ b/pom.xml
@@ -22,7 +22,7 @@
 
     <groupId>org.mvndaemon.mvnd</groupId>
     <artifactId>mvnd</artifactId>
-    <version>0.8.1-SNAPSHOT</version>
+    <version>0.8.1-build-cache-SNAPSHOT</version>
 
     <packaging>pom</packaging>
     <name>Maven Daemon - Parent</name>
@@ -40,7 +40,7 @@
         <project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
         <maven.compiler.target>1.8</maven.compiler.target>
         <maven.compiler.source>1.8</maven.compiler.source>
-        <project.build.outputTimestamp>2022-05-04T12:22:05Z</project.build.outputTimestamp>
+        <project.build.outputTimestamp>2022-05-12T06:56:10Z</project.build.outputTimestamp>
         <trimStackTrace>false</trimStackTrace>
         <project.github.repository>apache/maven-mvnd</project.github.repository>
         <repository.url>github.com:${project.github.repository}</repository.url>
@@ -217,38 +217,38 @@
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-native</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-agent</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-client</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-common</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-dist</artifactId>
                 <type>pom</type>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-daemon</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
             <dependency>
                 <groupId>org.mvndaemon.mvnd</groupId>
                 <artifactId>mvnd-helper-agent</artifactId>
-                <version>0.8.1-SNAPSHOT</version>
+                <version>0.8.1-build-cache-SNAPSHOT</version>
             </dependency>
 
             <dependency>


[maven-mvnd] 02/03: Fix distribution

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

gnodet pushed a commit to branch build-cache
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit 96649f347e71fa9939205352ab1fb659eaa01197
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Fri May 6 17:57:27 2022 +0200

    Fix distribution
---
 dist/pom.xml                            | 20 +++++++++++++++++++-
 dist/src/main/provisio/maven-distro.xml | 10 +++++++++-
 2 files changed, 28 insertions(+), 2 deletions(-)

diff --git a/dist/pom.xml b/dist/pom.xml
index ebf2641..22514d9 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -50,10 +50,28 @@
         <dependency>
             <groupId>org.apache.maven.extensions</groupId>
             <artifactId>maven-build-cache-extension</artifactId>
-            <version>${maven.build.cache.version}</version>
+        </dependency>
+        <dependency>
+            <groupId>org.apache.maven.resolver</groupId>
+            <artifactId>maven-resolver-transport-http</artifactId>
         </dependency>
     </dependencies>
 
+    <dependencyManagement>
+        <dependencies>
+            <dependency>
+                <groupId>org.apache.maven.extensions</groupId>
+                <artifactId>maven-build-cache-extension</artifactId>
+                <version>${maven.build.cache.version}</version>
+            </dependency>
+            <dependency>
+                <groupId>org.apache.maven.resolver</groupId>
+                <artifactId>maven-resolver-transport-http</artifactId>
+                <version>${maven.resolver.version}</version>
+            </dependency>
+        </dependencies>
+    </dependencyManagement>
+
     <build>
         <plugins>
             <plugin>
diff --git a/dist/src/main/provisio/maven-distro.xml b/dist/src/main/provisio/maven-distro.xml
index 5328206..f09e4ff 100644
--- a/dist/src/main/provisio/maven-distro.xml
+++ b/dist/src/main/provisio/maven-distro.xml
@@ -32,6 +32,7 @@
         <artifact id="org.apache.maven.resolver:maven-resolver-spi"/>
         <artifact id="org.apache.maven.resolver:maven-resolver-util"/>
         <artifact id="org.apache.maven.resolver:maven-resolver-connector-basic"/>
+        <artifact id="org.apache.maven.resolver:maven-resolver-transport-http"/>
         <artifact id="org.apache.maven.resolver:maven-resolver-transport-wagon"/>
     </artifactSet>
 
@@ -58,10 +59,14 @@
             <exclusion id="*:maven-resolver-impl"/>
             <exclusion id="*:maven-resolver-provider"/>
             <exclusion id="*:maven-resolver-spi"/>
+            <exclusion id="*:maven-resolver-transport-http"/>
             <exclusion id="*:maven-resolver-util"/>
             <exclusion id="*:maven-settings"/>
             <exclusion id="*:maven-settings-builder"/>
             <exclusion id="*:maven-shared-utils"/>
+            <exclusion id="*:wagon-http"/>
+            <exclusion id="*:wagon-http-shared"/>
+            <exclusion id="*:wagon-provider-api"/>
             <exclusion id="*:org.eclipse.sisu.inject"/>
             <exclusion id="*:org.eclipse.sisu.plexus"/>
             <exclusion id="*:plexus-cipher"/>
@@ -76,7 +81,10 @@
         </artifact>
         <artifact id="org.mvndaemon.mvnd:mvnd-agent:${project.version}"/>
         <artifact id="org.mvndaemon.mvnd:mvnd-helper-agent:${project.version}"/>
-        <artifact id="org.apache.maven.extensions:maven-build-cache-extension:${maven.build.cache.version}"/>
+        <artifact id="org.apache.maven.extensions:maven-build-cache-extension">
+            <exclusion id="org.apache.maven.resolver:*"/>
+            <exclusion id="org.apache.maven.wagon:*"/>
+        </artifact>
     </artifactSet>
 
     <fileSet to="/">


[maven-mvnd] 01/03: Prototype branch with maven 3.9.x + build cache extension

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

gnodet pushed a commit to branch build-cache
in repository https://gitbox.apache.org/repos/asf/maven-mvnd.git

commit edf7e534792f93811f981b14ed82657ea2b7696a
Author: Guillaume Nodet <gn...@gmail.com>
AuthorDate: Wed May 4 17:20:53 2022 +0200

    Prototype branch with maven 3.9.x + build cache extension
---
 dist/pom.xml                            |  5 +++++
 dist/src/main/provisio/maven-distro.xml |  1 +
 pom.xml                                 | 19 +++++++++++++++++--
 3 files changed, 23 insertions(+), 2 deletions(-)

diff --git a/dist/pom.xml b/dist/pom.xml
index 68da1f3..ebf2641 100644
--- a/dist/pom.xml
+++ b/dist/pom.xml
@@ -47,6 +47,11 @@
             <groupId>org.mvndaemon.mvnd</groupId>
             <artifactId>mvnd-daemon</artifactId>
         </dependency>
+        <dependency>
+            <groupId>org.apache.maven.extensions</groupId>
+            <artifactId>maven-build-cache-extension</artifactId>
+            <version>${maven.build.cache.version}</version>
+        </dependency>
     </dependencies>
 
     <build>
diff --git a/dist/src/main/provisio/maven-distro.xml b/dist/src/main/provisio/maven-distro.xml
index 06007fa..5328206 100644
--- a/dist/src/main/provisio/maven-distro.xml
+++ b/dist/src/main/provisio/maven-distro.xml
@@ -76,6 +76,7 @@
         </artifact>
         <artifact id="org.mvndaemon.mvnd:mvnd-agent:${project.version}"/>
         <artifact id="org.mvndaemon.mvnd:mvnd-helper-agent:${project.version}"/>
+        <artifact id="org.apache.maven.extensions:maven-build-cache-extension:${maven.build.cache.version}"/>
     </artifactSet>
 
     <fileSet to="/">
diff --git a/pom.xml b/pom.xml
index b6edda9..1f25f37 100644
--- a/pom.xml
+++ b/pom.xml
@@ -57,8 +57,9 @@
         <jline.version>3.21.0</jline.version>
         <junit.jupiter.version>5.7.2</junit.jupiter.version>
         <logback.version>1.2.10</logback.version>
-        <maven.version>3.8.5</maven.version>
-        <maven.resolver.version>1.7.3</maven.resolver.version>
+        <maven.version>3.9.0-SNAPSHOT</maven.version>
+        <maven.resolver.version>1.8.0</maven.resolver.version>
+        <maven.build.cache.version>1.0.0-SNAPSHOT</maven.build.cache.version>
         <slf4j.version>1.7.35</slf4j.version>
         <sisu.version>0.3.5</sisu.version>
 
@@ -297,6 +298,20 @@
         </dependencies>
     </dependencyManagement>
 
+    <repositories>
+        <repository>
+            <id>apache.snapshots</id>
+            <name>Apache Development Snapshot Repository</name>
+            <url>https://repository.apache.org/content/repositories/snapshots/</url>
+            <releases>
+                <enabled>false</enabled>
+            </releases>
+            <snapshots>
+                <enabled>true</enabled>
+            </snapshots>
+        </repository>
+    </repositories>
+
     <build>
         <pluginManagement>
             <plugins>