- Sort Score
- Num 10 results
- Language All
Results 341 - 350 of 582 for artifactId2 (0.07 seconds)
-
compat/maven-model-builder/src/test/resources/poms/validation/raw-model/repository-with-basedir-expression.xml
<modelVersion>4.0.0</modelVersion> <parent> <groupId>org.apache.maven.validation</groupId> <artifactId>parent</artifactId> <version>1</version> </parent> <groupId>org.apache.maven.validation</groupId> <artifactId>project</artifactId> <version>1.0.0-SNAPSHOT</version> <repositories> <repository> <id>repo</id>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.7K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/internal/impl/DefaultProjectManagerTest.java
// Verify that an exception is thrown when the artifactId differs when(artifact.getArtifactId()).thenReturn("anotherArtifact"); assertExceptionMessageContains("myGroup:myArtifact:1.0-SNAPSHOT", "myGroup:anotherArtifact:1.0-SNAPSHOT"); // Add a Java module. It should relax the restriction on artifactId. projectManager.addSourceRoot( project,Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Dec 17 16:17:01 GMT 2025 - 5.2K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/its/plugins/maven-it-plugin/0.1/maven-it-plugin-0.1.pom
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin</artifactId> <version>0.1</version> <packaging>maven-plugin</packaging> <name>Maven Integration Test Plugin</name> <description> A test plugin to assist testing of Maven core. </description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-compiler-plugin/0.1/maven-compiler-plugin-0.1.pom
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-compiler-plugin</artifactId> <version>0.1</version> <packaging>maven-plugin</packaging> <name>Maven Integration Test Plugin</name> <description> A test plugin to assist testing of Maven core. </description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-plugin-plugin/0.1/maven-plugin-plugin-0.1.pom
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>0.1</version> <packaging>maven-plugin</packaging> <name>Maven Integration Test Plugin</name> <description> A test plugin to assist testing of Maven core. </description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-surefire-plugin/0.1/maven-surefire-plugin-0.1.pom
<modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-surefire-plugin</artifactId> <version>0.1</version> <packaging>maven-plugin</packaging> <name>Maven Integration Test Plugin</name> <description> A test plugin to assist testing of Maven core. </description>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/artifact/resolver/filter/ExclusionArtifactFilter.java
PathMatcher artifactId = FileSystems.getDefault().getPathMatcher("glob:" + exclusion.getArtifactId()); Predicate<Artifact> predGroupId = a -> groupId.matches(createPathProxy(a.getGroupId())); Predicate<Artifact> predArtifactId = a -> artifactId.matches(createPathProxy(a.getArtifactId())); return predGroupId.and(predArtifactId); }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t08/maven-test/poms/t08-d-1.2.pom
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 176 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t09/maven-test/poms/t09-c-1.0.pom
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 176 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/local-repo/maven-test/poms/maven-test-d-1.1.pom
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 183 bytes - Click Count (0)