- Sort Score
- Result 10 results
- Languages All
Results 291 - 300 of 583 for groupId2 (0.04 sec)
-
compat/maven-compat/src/test/resources/inheritance-repo/t12scm/p0/modules/p1/pom.xml
<project> <parent> <artifactId>p0</artifactId> <groupId>maven</groupId> <version>1.0</version> <relativePath>../../pom.xml</relativePath> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>p1</artifactId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 247 bytes - Viewed (0) -
impl/maven-core/src/test/projects/project-builder/MNG-6723/pom.xml
<modelVersion>4.0.0</modelVersion> <groupId>example.eclipse-548652</groupId> <artifactId>parent</artifactId> <version>0.0.1-SNAPSHOT</version> <packaging>pom</packaging> <modules> <module>child</module> </modules>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 488 bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/its/bom/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?> <metadata> <groupId>org.apache.maven.its</groupId> <artifactId>bom</artifactId> <version>0.1</version> <versioning> <versions> <version>0.1</version> </versions> </versioning>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 251 bytes - Viewed (0) -
api/maven-api-xml/pom.xml
<parent> <groupId>org.apache.maven</groupId> <artifactId>maven-api</artifactId> <version>4.1.0-SNAPSHOT</version> </parent> <artifactId>maven-api-xml</artifactId> <name>Maven 4 API :: XML</name> <description>Maven 4 API - Immutable XML.</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-annotations</artifactId>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Sun Jun 29 22:37:39 UTC 2025 - 1.5K bytes - Viewed (0) -
impl/maven-core/src/test/projects/lifecycle-listener/lifecycle-participant-reactor-dependency-injection/pom.xml
<project> <modelVersion>4.0.0</modelVersion> <groupId>lifecycle-participant-reactor-dependency-injection</groupId> <artifactId>parent</artifactId> <version>1.0</version> <packaging>pom</packaging> <modules> <module>module-a</module> <module>module-b</module> </modules>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 305 bytes - Viewed (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-plugin-classpath-ordering/sub/repo/org/apache/maven/its/mng3906/c/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?><metadata> <groupId>org.apache.maven.its.mng3906</groupId> <artifactId>c</artifactId> <version>0.1</version> <versioning> <release>0.1</release> <versions> <version>0.1</version> </versions> <lastUpdated>20081214111138</lastUpdated> </versioning>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 328 bytes - Viewed (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-plugin-plugin/maven-metadata.xml
<?xml version="1.0" encoding="UTF-8"?> <metadata> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>0.1</version> <versioning> <latest>0.1</latest> <release>0.1</release> <versions> <version>0.1</version> </versions> <lastUpdated>20091023225046</lastUpdated> </versioning>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 369 bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/RepositoryLeakageTest.java
http://maven.apache.org/xsd/maven-4.0.0.xsd"> <modelVersion>4.0.0</modelVersion> <groupId>test</groupId> <artifactId>parent</artifactId> <version>1.0</version> <packaging>pom</packaging> <modules>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Oct 16 06:12:36 UTC 2025 - 9.3K bytes - Viewed (0) -
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>
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 1.7K bytes - Viewed (0) -
compat/maven-compat/src/main/java/org/apache/maven/repository/legacy/LegacyRepositorySystem.java
@Override public Artifact createArtifact(String groupId, String artifactId, String version, String scope, String type) { return artifactFactory.createArtifact(groupId, artifactId, version, scope, type); } @Override public Artifact createArtifact(String groupId, String artifactId, String version, String packaging) { return artifactFactory.createBuildArtifact(groupId, artifactId, version, packaging); }Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Jun 06 14:28:57 UTC 2025 - 31.2K bytes - Viewed (0)