- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 457 for Maven4 (0.04 sec)
-
impl/maven-cli/pom.xml
<artifactId>maven-cli</artifactId> <name>Maven 4 CLI</name> <description>Maven 4 CLI component, with CLI and logging support.</description> <dependencies> <!-- Maven4 API --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-core</artifactId> </dependency>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Nov 18 18:03:26 UTC 2025 - 10.2K bytes - Viewed (0) -
compat/maven-embedder/pom.xml
<artifactId>maven-embedder</artifactId> <name>Maven Embedder (deprecated)</name> <description>Maven embeddable component, with CLI and logging support.</description> <dependencies> <!-- Maven4 API --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Sep 17 10:01:14 UTC 2025 - 6.9K bytes - Viewed (0) -
compat/maven-resolver-provider/src/main/java/org/apache/maven/repository/internal/MavenSessionBuilderSupplier.java
* under the License. */ package org.apache.maven.repository.internal; import java.util.Arrays; import java.util.function.Supplier; import org.apache.maven.api.DependencyScope; import org.apache.maven.repository.internal.artifact.FatArtifactTraverser; import org.apache.maven.repository.internal.scopes.Maven4ScopeManagerConfiguration; import org.apache.maven.repository.internal.type.DefaultTypeProvider;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 09:40:15 UTC 2025 - 7.9K bytes - Viewed (0) -
impl/maven-core/pom.xml
<artifactId>maven-api-xml</artifactId> </dependency> <!-- Maven4 impl --> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-di</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-impl</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 10:37:56 UTC 2025 - 16.9K bytes - Viewed (0) -
impl/maven-cli/src/test/resources/mavenHome/conf/maven-system.properties
maven.user.toolchains = ${maven.user.conf}/toolchains.xml # # Extensions # maven.installation.extensions = ${maven.installation.conf}/extensions.xml maven.project.extensions = ${maven.project.conf}/extensions.xml maven.user.extensions = ${maven.user.conf}/extensions.xml # # Maven central repository URL. # maven.repo.central = ${env.MAVEN_REPO_CENTRAL:-https://repo.maven.apache.org/maven2} #Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 2.8K bytes - Viewed (0) -
maven-tests/.mvn/wrapper/maven-wrapper.properties
# specific language governing permissions and limitations # under the License. wrapperVersion=3.3.4 distributionType=only-script
Registered: Fri Dec 26 11:42:13 UTC 2025 - Last Modified: Sat Nov 15 09:25:42 UTC 2025 - 961 bytes - Viewed (0) -
.github/workflows/maven.yml
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Tue Dec 16 04:24:24 UTC 2025 - 12.2K bytes - Viewed (0) -
apache-maven/src/assembly/maven/conf/maven-system.properties
maven.user.toolchains = ${maven.user.conf}/toolchains.xml # # Extensions # maven.installation.extensions = ${maven.installation.conf}/extensions.xml maven.project.extensions = ${maven.project.conf}/extensions.xml maven.user.extensions = ${maven.user.conf}/extensions.xml # # Maven central repository URL. #Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 2.6K bytes - Viewed (0) -
api/maven-api-model/src/main/mdo/maven.mdo
xml.namespace="http://maven.apache.org/POM/${version}" xml.schemaLocation="https://maven.apache.org/xsd/maven-${version}.xsd"> <id>maven</id> <name>Maven</name> <description> <![CDATA[ <p>This is a reference for the Maven project descriptor used in Maven.</p> <p>An XSD is available at:</p> <ul>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Nov 26 03:07:35 UTC 2025 - 133.3K bytes - Viewed (0) -
.github/workflows/maven.yml
# This workflow will build a Java project with Maven # For more information see: https://help.github.com/actions/language-and-framework-guides/building-and-testing-java-with-maven name: Java CI with Maven on: push: branches: - master - "*.x" pull_request: branches: - master - "*.x" jobs: build: runs-on: ${{ matrix.os }} strategy: matrix:Registered: Sat Dec 20 09:13:53 UTC 2025 - Last Modified: Thu Nov 20 13:34:13 UTC 2025 - 677 bytes - Viewed (0)