You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@maven.apache.org by hb...@apache.org on 2022/01/14 22:55:42 UTC

[maven-build-cache-extension] branch master updated: update documentaion publication url

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

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


The following commit(s) were added to refs/heads/master by this push:
     new ae7538a  update documentaion publication url
ae7538a is described below

commit ae7538a61a92c4d378f7459e0fdb6c5351c02864
Author: Hervé Boutemy <hb...@apache.org>
AuthorDate: Fri Jan 14 23:54:55 2022 +0100

    update documentaion publication url
---
 pom.xml                                                               | 4 ++--
 .../org/apache/maven/buildcache/CachingMojosExecutionStrategy.java    | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/pom.xml b/pom.xml
index d57af98..c0a3d57 100644
--- a/pom.xml
+++ b/pom.xml
@@ -37,7 +37,7 @@ under the License.
 
     <name>Apache Maven Build Cache Extension</name>
     <inceptionYear>2021</inceptionYear>
-    <url>https://maven.apache.org/ref/caching/</url>
+    <url>https://maven.apache.org/extensions/maven-build-cache-extension/</url>
 
     <properties>
         <maven.compiler.source>1.8</maven.compiler.source>
@@ -64,7 +64,7 @@ under the License.
         <xmlunitVersion>2.6.4</xmlunitVersion>
         <maven.test.redirectTestOutputToFile>true</maven.test.redirectTestOutputToFile>
         <!-- Control the name of the distribution and information output by mvn -->
-        <maven.site.path>ref/caching-LATEST</maven.site.path>
+        <maven.site.path>extensions/maven-build-cache-extension-LATEST</maven.site.path>
         <project.build.outputTimestamp>2021-04-05T08:12:18Z</project.build.outputTimestamp>
     </properties>
 
diff --git a/src/main/java/org/apache/maven/buildcache/CachingMojosExecutionStrategy.java b/src/main/java/org/apache/maven/buildcache/CachingMojosExecutionStrategy.java
index f6b8dc9..d334e53 100644
--- a/src/main/java/org/apache/maven/buildcache/CachingMojosExecutionStrategy.java
+++ b/src/main/java/org/apache/maven/buildcache/CachingMojosExecutionStrategy.java
@@ -201,7 +201,7 @@ public class CachingMojosExecutionStrategy implements MojosExecutionStrategy
         {
             // cleanup partial state
             project.getArtifact().setFile( null );
-            project.getArtifact().setResolved( false );            
+            project.getArtifact().setResolved( false );
             mojoListener.remove( project );
             // build as usual
             for ( MojoExecution mojoExecution : cachedSegment )