svn commit: r1917588 [34/42] - in /maven/website/components/extensions-archives/maven-build-cache-extension-LATEST: ./ apidocs/ apidocs/jquery/ apidocs/legal/ apidocs/org/apache/maven/buildcache/ apid

2024-05-08 Thread olamy
Modified: 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/CacheConfigImpl.html
==
--- 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/CacheConfigImpl.html
 (original)
+++ 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/CacheConfigImpl.html
 Thu May  9 00:34:30 2024
@@ -50,575 +50,609 @@
 42  import 
org.apache.maven.buildcache.xml.config.CacheConfig;
 43  import 
org.apache.maven.buildcache.xml.config.Configuration;
 44  import 
org.apache.maven.buildcache.xml.config.CoordinatesBase;
-45  import 
org.apache.maven.buildcache.xml.config.Exclude;
-46  import 
org.apache.maven.buildcache.xml.config.Executables;
-47  import 
org.apache.maven.buildcache.xml.config.ExecutionConfigurationScan;
-48  import 
org.apache.maven.buildcache.xml.config.ExecutionControl;
-49  import 
org.apache.maven.buildcache.xml.config.ExecutionIdsList;
-50  import 
org.apache.maven.buildcache.xml.config.GoalReconciliation;
-51  import 
org.apache.maven.buildcache.xml.config.GoalsList;
-52  import 
org.apache.maven.buildcache.xml.config.Include;
-53  import 
org.apache.maven.buildcache.xml.config.Input;
-54  import 
org.apache.maven.buildcache.xml.config.Local;
-55  import 
org.apache.maven.buildcache.xml.config.MultiModule;
-56  import 
org.apache.maven.buildcache.xml.config.PathSet;
-57  import 
org.apache.maven.buildcache.xml.config.PluginConfigurationScan;
-58  import 
org.apache.maven.buildcache.xml.config.PluginSet;
-59  import 
org.apache.maven.buildcache.xml.config.ProjectVersioning;
-60  import 
org.apache.maven.buildcache.xml.config.PropertyName;
-61  import 
org.apache.maven.buildcache.xml.config.Remote;
-62  import 
org.apache.maven.buildcache.xml.config.TrackedProperty;
-63  import org.apache.maven.execution.MavenSession;
-64  import org.apache.maven.model.Plugin;
-65  import org.apache.maven.model.PluginExecution;
-66  import org.apache.maven.plugin.MojoExecution;
-67  import org.apache.maven.rtinfo.RuntimeInformation;
-68  import org.slf4j.Logger;
-69  import org.slf4j.LoggerFactory;
-70  
-71  import static 
java.lang.Boolean.TRUE;
-72  import static 
org.apache.maven.buildcache.CacheUtils.getMultimoduleRoot;
-73  
-74  /**
-75   * CacheConfigImpl
-76   */
-77  @SessionScoped
-78  @Named
-79  
@SuppressWarnings("unused")
-80  public class 
CacheConfigImpl
 implements 
org.apache.maven.buildcache.xml.CacheConfig {
-81  
-82  public static 
final String CONFIG_PATH_PROPERTY_NAME = 
"maven.build.cache.configPath";
-83  public static 
final String CACHE_ENABLED_PROPERTY_NAME = 
"maven.build.cache.enabled";
-84  public static 
final String CACHE_LOCATION_PROPERTY_NAME 
= "maven.build.cache.location";
-85  public static 
final String REMOTE_ENABLED_PROPERTY_NAME 
= "maven.build.cache.remote.enabled";
-86  public static 
final String REMOTE_URL_PROPERTY_NAME = 
"maven.build.cache.remote.url";
-87  public static 
final String 
REMOTE_SERVER_ID_PROPERTY_NAME = "maven.build.cache.remote.server.id";
-88  public static 
final String SAVE_TO_REMOTE_PROPERTY_NAME 
= "maven.build.cache.remote.save.enabled";
-89  public static 
final String SAVE_NON_OVERRIDEABLE_NAME = 
"maven.build.cache.remote.save.final";
-90  public static 
final String FAIL_FAST_PROPERTY_NAME = 
"maven.build.cache.failFast";
-91  public static 
final String 
BASELINE_BUILD_URL_PROPERTY_NAME = "maven.build.cache.baselineUrl";
-92  public static 
final String LAZY_RESTORE_PROPERTY_NAME = 
"maven.build.cache.lazyRestore";
-93  public static 
final String 
RESTORE_GENERATED_SOURCES_PROPERTY_NAME = "maven.build.cache.restoreGeneratedSources";
-94  public static 
final String ALWAYS_RUN_PLUGINS = "maven.build.cache.alwaysRunPlugins";
-95  
-96  /**
-97   * Flag to control if we should skip lookup for 
cached artifacts globally or for a particular project even if
-98   * qualifying artifacts exist in build 
cache.
-99   * E.g. to trigger a forced build (full or for a 
particular module)
-100  * May be also activated via properties for 
projects via a profile e.g. on CI when some files produced by the build
-101  * are required (e.g. smth. from target folder 
as additional CI build artifacts):
-102  * {@code 
maven.build.cache.skipCachetruemaven.build.cache.skipCache/}
-103  */
-104 public static 
final String CACHE_SKIP = "maven.build.cache.skipCache";
-105 
-106 private static final 
Logger LOGGER = LoggerFactory.getLogger(CacheConfigImpl.class);
-107 
-108 private final 
XmlService
 xmlService;
-109 private final 
MavenSession session;
-110 private final 
RuntimeInformation rtInfo;
-111 
-112 private volatile CacheState
 state;
-113 private CacheConfig
 cacheConfig;
-114 

svn commit: r1917588 [39/42] - in /maven/website/components/extensions-archives/maven-build-cache-extension-LATEST: ./ apidocs/ apidocs/jquery/ apidocs/legal/ apidocs/org/apache/maven/buildcache/ apid

2024-05-08 Thread olamy
Added: 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/DirName.html
==
--- 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/DirName.html
 (added)
+++ 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/DirName.html
 Thu May  9 00:34:30 2024
@@ -0,0 +1,111 @@
+http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd;>
+http://www.w3.org/1999/xhtml; xml:lang="en" lang="en">
+
+DirName xref
+
+
+
+View
 Javadoc
+1   // === DO NOT EDIT THIS FILE 

+2   // Generated by Modello 2.1.2,
+3   // any modifications will be overwritten.
+4   // 
==
+5   
+6   package org.apache.maven.buildcache.xml.config;
+7   
+8   /**
+9* Path to a directory containing files which needs 
to be
+10   * saved/restored (relative to the build 
directory).
+11   * br
+12   * Examples :
+13   * ul
+14   *  
+15   * 
licodelt;dirNamegt;classeslt;/dirNamegt;/code
 : files
+16   * in 
${project.basedir}/target/classes/li
+17   *   
licodelt;dirName
+18   * 
glob="jacoco.xml"gt;lt;/dirNamegt;/code : jacoco 
report
+19   * files in ${project.basedir}/target/li
+20   *  
+21   * 
licodelt;dirNamegt;../src/main/javagenlt;/dirNamegt;/code
+22   * : files in ${project.basedir}/src/main/javagen 
(in this exemple,
+23   * javagen is a folder saved in git but erased on 
clean) /li
+24   * /ul
+25   * brbr
+26   * 
+27   * 
+28   * 
+29   * @version $Revision$ $Date$
+30   */
+31  @SuppressWarnings( 
"all" )
+32  public class 
DirName
+33  implements java.io.Serializable
+34  {
+35  
+36//--/
+37   //- Class/Member Variables -/
+38  //--/
+39  
+40  /**
+41   * Directory name in build output directory to 
attach to cached
+42   * artifacts.
+43   */
+44  private String value;
+45  
+46  /**
+47   * Entries are filtered by matching this 
glob.
+48   */
+49  private String glob = "*";
+50  
+51  
+52//---/
+53   //- Methods -/
+54  //---/
+55  
+56  /**
+57   * Get entries are filtered by matching this 
glob.
+58   * 
+59   * @return String
+60   */
+61  public String getGlob()
+62  {
+63  return this.glob;
+64  } //-- String getGlob()
+65  
+66  /**
+67   * Get directory name in build output directory 
to attach to
+68   * cached artifacts.
+69   * 
+70   * @return String
+71   */
+72  public String getValue()
+73  {
+74  return this.value;
+75  } //-- String getValue()
+76  
+77  /**
+78   * Set entries are filtered by matching this 
glob.
+79   * 
+80   * @param glob a glob object.
+81   */
+82  public void 
setGlob( String glob )
+83  {
+84  this.glob = glob;
+85  } //-- void setGlob( String )
+86  
+87  /**
+88   * Set directory name in build output directory 
to attach to
+89   * cached artifacts.
+90   * 
+91   * @param value a value object.
+92   */
+93  public void 
setValue( String value )
+94  {
+95  this.value = value;
+96  } //-- void setValue( String )
+97  
+98  }
+
+
+Copyright  20212024 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+
+
\ No newline at end of file

Modified: 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/DirScanConfig.html
==
--- 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/DirScanConfig.html
 (original)
+++ 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/DirScanConfig.html
 Thu May  9 00:34:30 2024
@@ -245,6 +245,6 @@
 237 }
 
 
-Copyright  20212023 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
+Copyright  20212024 https://www.apache.org/;>The Apache Software Foundation. All rights 
reserved.
 
 
\ No newline at end of file

Modified: 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/Discovery.html
==
--- 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/xref/org/apache/maven/buildcache/xml/config/Discovery.html
 (original)
+++ 

svn commit: r1917588 [14/42] - in /maven/website/components/extensions-archives/maven-build-cache-extension-LATEST: ./ apidocs/ apidocs/jquery/ apidocs/legal/ apidocs/org/apache/maven/buildcache/ apid

2024-05-08 Thread olamy
Modified: 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/apidocs/org/apache/maven/buildcache/xml/build/io/xpp3/package-summary.html
==
--- 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/apidocs/org/apache/maven/buildcache/xml/build/io/xpp3/package-summary.html
 (original)
+++ 
maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/apidocs/org/apache/maven/buildcache/xml/build/io/xpp3/package-summary.html
 Thu May  9 00:34:30 2024
@@ -3,7 +3,7 @@
 
 
 
-org.apache.maven.buildcache.xml.build.io.xpp3 (Apache Maven Build Cache 
Extension 1.1.0 API)
+org.apache.maven.buildcache.xml.build.io.xpp3 (Apache Maven Build Cache 
Extension 1.2.0 API)
 
 
 
@@ -21,7 +21,7 @@
 
 
-

Copyright © 2021–2023 https://www.apache.org/";>The Apache Software Foundation. All rights reserved.

+

Copyright © 2021–2024 https://www.apache.org/";>The Apache Software Foundation. All rights reserved.

\ No newline at end of file Modified: maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/apidocs/org/apache/maven/buildcache/xml/build/io/xpp3/package-tree.html == --- maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/apidocs/org/apache/maven/buildcache/xml/build/io/xpp3/package-tree.html (original) +++ maven/website/components/extensions-archives/maven-build-cache-extension-LATEST/apidocs/org/apache/maven/buildcache/xml/build/io/xpp3/package-tree.html Thu May 9 00:34:30 2024 @@ -3,7 +3,7 @@ -org.apache.maven.buildcache.xml.build.io.xpp3 Class Hierarchy (Apache Maven Build Cache Extension 1.1.0 API) +org.apache.maven.buildcache.xml.build.io.xpp3 Class Hierarchy (Apache Maven Build Cache Extension 1.2.0 API) @@ -21,7 +21,7 @@