- Sort Score
- Num 10 results
- Language All
Results 141 - 150 of 582 for artifactId2 (0.06 seconds)
-
pom.xml
<groupId>org.codelibs.fess</groupId> <artifactId>fess-parent</artifactId> <version>15.4.0</version> </parent> <modules> <module>fess-crawler</module> <module>fess-crawler-lasta</module> <module>fess-crawler-opensearch</module> </modules> <build> <pluginManagement> <plugins> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-shade-plugin</artifactId> <executions>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Dec 20 06:34:36 GMT 2025 - 2.8K bytes - Click Count (0) -
impl/maven-core/src/test/remote-repo/org/apache/maven/plugins/maven-metadata.xml
<prefix>clean</prefix> <artifactId>maven-clean-plugin</artifactId> </plugin> <plugin> <name>Maven Integration Test Plugin</name> <prefix>deploy</prefix> <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <name>Maven Integration Test Plugin</name> <prefix>install</prefix> <artifactId>maven-install-plugin</artifactId> </plugin> <plugin>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
impl/maven-core/src/test/projects/lifecycle-executor/mojo-configuration/pom.xml
<artifactId>maven-install-plugin</artifactId> <version>0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-jar-plugin</artifactId> <version>0.1</version> </plugin> <plugin> <groupId>org.apache.maven.plugins</groupId> <artifactId>maven-plugin-plugin</artifactId> <version>0.1</version>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 2.2K bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/depmgmt/junit-0.1.xml
<modelVersion>4.0.0</modelVersion> <groupId>org.junit</groupId> <artifactId>bom</artifactId> <version>0.1</version> <packaging>pom</packaging> <dependencyManagement> <dependencies> <dependency> <groupId>org.junit</groupId> <artifactId>junit</artifactId> <version>0.1</version> </dependency> </dependencies>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 724 bytes - Click Count (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-build-extensions-plugin/pom.xml
<project> <modelVersion>4.0.0</modelVersion> <groupId>org.apache.maven.test</groupId> <artifactId>project-with-build-extensions-plugin</artifactId> <version>1.0</version> <build> <plugins> <plugin> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin</artifactId> <version>0.1</version> <extensions>true</extensions> <executions> <execution>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 884 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t00/maven/poms/p1-1.0.pom
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 337 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t01/maven.t01/poms/p3-1.0.pom
<project> <parent> <artifactId>p2</artifactId> <groupId>maven.t01</groupId> <version>1.0</version> </parent> <modelVersion>4.0.0</modelVersion> <groupId>maven.t01</groupId> <artifactId>p3</artifactId> <packaging>pom</packaging> <name>p3</name> <version>1.0</version> <organization> <name>p3-org</name> </organization>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 365 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t05/p0/p1/pom.xml
<artifactId>t05-b</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t05-d</artifactId> <version>1.0</version> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>maven-test</groupId> <artifactId>t05-a</artifactId> <version>1.0</version>Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t07/p0/p1/pom.xml
<version>1.0</version> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t07-d</artifactId> <version>1.0</version> <scope>test</scope> <optional>false</optional> </dependency> </dependencies> </dependencyManagement> <dependencies> <dependency> <groupId>maven-test</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.3K bytes - Click Count (0) -
compat/maven-embedder/src/main/java/org/apache/maven/cli/internal/extension/model/CoreExtension.java
return this.version; } // -- String getVersion() /** * Set the artifact ID of the extension. * * @param artifactId a artifactId object. */ public void setArtifactId(String artifactId) { this.artifactId = artifactId; } // -- void setArtifactId( String ) /** * Set the class loading strategy: 'self-first' (the default),Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Oct 27 13:24:03 GMT 2025 - 4.5K bytes - Click Count (0)