- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 117 for Compat (0.04 sec)
-
compat/pom.xml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 17:53:28 UTC 2025 - 1.9K bytes - Viewed (0) -
compat/maven-model/src/main/java/org/apache/maven/model/InputSource.java
} @Override public String toString() { return getModelId() + " " + getLocation(); } /** * Converts this compat model InputSource to an API model InputSource. * This method is used for converting between the compat model and the API model. * * @return the equivalent API model InputSource */ public org.apache.maven.api.model.InputSource toApiSource() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 5.6K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/Maven3CompatDependenciesValidator.java
import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.artifact.Artifact; import org.eclipse.aether.resolution.ArtifactDescriptorResult; /** * Detects Maven3 plugins using maven-compat Maven2 compatibility layer. * * @since 3.9.3 */ @Singleton @Named class Maven3CompatDependenciesValidator extends AbstractMavenPluginDependenciesValidator { @InjectRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 2.4K bytes - Viewed (0) -
impl/maven-core/src/site/apt/artifact-handlers.apt
~~ under the License. --- Legacy Artifact Handlers Reference --- Hervé Boutemy --- 2013-08-02 --- Legacy Artifact Handlers Reference Maven 3 artifact handlers (see {{{../../compat/maven-artifact/apidocs/org/apache/maven/artifact/handler/ArtifactHandler.html} API}}) define for each {{{../../api/maven-api-model/maven.html#class_dependency}dependency type}} information on the artifact
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 18:16:44 UTC 2025 - 4.6K bytes - Viewed (0) -
compat/maven-compat/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-compat-modules</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-compat</artifactId> <name>Maven Compat (deprecated)</name> <description>Deprecated Maven2 classes maintained as compatibility layer.</description> <dependencies> <dependency>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 13:41:14 UTC 2025 - 8.1K bytes - Viewed (0) -
api/maven-api-settings/src/site/apt/index.apt
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 18:16:44 UTC 2025 - 1.3K bytes - Viewed (0) -
compat/maven-embedder/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-compat-modules</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-embedder</artifactId> <name>Maven Embedder (deprecated)</name>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 6.9K bytes - Viewed (0) -
api/maven-api-model/src/site/apt/index.apt
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Nov 16 18:16:44 UTC 2025 - 1.3K bytes - Viewed (0) -
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() {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Mon Sep 29 14:45:25 UTC 2025 - 13.5K bytes - Viewed (0) -
compat/maven-builder-support/pom.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven</groupId> <artifactId>maven-compat-modules</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-builder-support</artifactId> <name>Maven Builder Support (deprecated)</name>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 1.7K bytes - Viewed (0)