- Sort Score
- Num 10 results
- Language All
Results 1 - 10 of 46 for Compat (0.05 seconds)
-
compat/maven-model/src/main/java/org/apache/maven/model/InputLocation.java
this.locations = locations; } // -- void setLocations( java.util.Map ) /** * Converts this compat model InputLocation to an API model InputLocation. * This method is used for converting between the compat model and the API model. * * @return the equivalent API model InputLocation */ public org.apache.maven.api.model.InputLocation toApiLocation() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Sep 29 14:45:25 GMT 2025 - 13.5K bytes - Click Count (0) -
impl/maven-cli/pom.xml
<artifactId>maven-logging</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-xml</artifactId> </dependency> <!-- compat --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 10.2K bytes - Click Count (0) -
impl/maven-core/pom.xml
<artifactId>maven-logging</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-xml</artifactId> </dependency> <!-- compat --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-artifact</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 16.9K bytes - Click Count (0) -
guava/src/com/google/common/net/InetAddresses.java
return forUriStringOrNull(ipString, /* parseScope= */ false) != null; } /** * Evaluates whether the argument is an IPv6 "compat" address. * * <p>An "IPv4 compatible", or "compat", address is one with 96 leading bits of zero, with the * remaining 32 bits interpreted as an IPv4 address. These are conventionally represented in
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Wed Feb 19 21:24:11 GMT 2025 - 47.4K bytes - Click Count (0) -
impl/maven-core/src/test/projects/lifecycle-executor/project-with-inheritance/pom.xml
<module>maven-reporting-api</module> <module>maven-project-builder</module> <module>maven-mercury</module> <module>maven-embedder</module> <module>maven-toolchain</module> <module>maven-compat</module> <module>maven-repository</module> <module>maven-repository-mercury</module> </modules> <!--start--> <dependencies> <dependency> <groupId>junit</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 22.4K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuildingHelper.java
if (!plugin.isExtensions() && artifacts.size() == 1 && artifacts.get(0).getFile() != null) { /* * This is purely for backward-compat with 2.x where <extensions> consisting of a single artifact where * loaded into the core and hence available to plugins, in contrast to bigger extensions that wereCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 10.8K bytes - Click Count (0) -
cmd/common-main.go
buf, err := os.ReadFile(cxml) if err != nil { return err } ctxt.CrossDomainXML = string(buf) } // Check "no-compat" flag from command line argument. ctxt.StrictS3Compat = !ctx.IsSet("no-compat") && !ctx.GlobalIsSet("no-compat") switch { case ctx.IsSet("config-dir"): ctxt.ConfigDir = ctx.String("config-dir") ctxt.configDirSet = true case ctx.GlobalIsSet("config-dir"):
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Fri Aug 29 02:39:48 GMT 2025 - 32.5K bytes - Click Count (3) -
compat/maven-compat/src/main/java/org/apache/maven/project/DefaultMavenProjectBuilder.java
private List<ArtifactRepository> normalizeToArtifactRepositories( List<?> repositories, ProjectBuildingRequest request) throws ProjectBuildingException { /* * This provides backward-compat with 2.x that allowed plugins like the maven-remote-resources-plugin:1.0 to * populate the builder configuration with model repositories instead of artifact repositories. */
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 12.2K bytes - Click Count (0) -
apache-maven/pom.xml
<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-core</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-compat</artifactId> </dependency> <dependency> <groupId>commons-cli</groupId> <artifactId>commons-cli</artifactId> </dependency> <dependency> <groupId>org.apache.maven.wagon</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Nov 10 03:14:05 GMT 2025 - 12.7K bytes - Click Count (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
<module>maven-reporting-api</module> <module>maven-project-builder</module> <module>maven-mercury</module> <module>maven-embedder</module> <module>maven-toolchain</module> <module>maven-compat</module> <module>maven-repository</module> <module>maven-repository-mercury</module> </modules> <!--start--> <dependencies> <dependency> <groupId>junit</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 22.4K bytes - Click Count (0)