- Sort Score
- Num 10 results
- Language All
Results 21 - 30 of 472 for artifactId1 (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
compat/maven-compat/src/test/resources/inheritance-repo/t06/p0/p1/pom.xml
<version>1.0</version> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t06-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) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactFactoryRequest.java
this.groupId = groupId; return this; } public ArtifactFactoryRequestBuilder artifactId(String artifactId) { this.artifactId = artifactId; return this; } public ArtifactFactoryRequestBuilder version(String version) { this.version = version; return this;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Feb 07 00:45:02 GMT 2025 - 7.3K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ArtifactCoordinatesFactoryRequest.java
this.groupId = groupId; return this; } public ArtifactFactoryRequestBuilder artifactId(String artifactId) { this.artifactId = artifactId; return this; } public ArtifactFactoryRequestBuilder version(String version) { this.version = version; return this;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 9.1K bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t05/p0/pom.xml
<groupId>maven-test</groupId> <artifactId>t05-b</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t05-c</artifactId> <version>1.0</version> <scope>compile</scope> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t05-d</artifactId> <version>1.2</version>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 960 bytes - Click Count (0) -
compat/maven-compat/src/test/resources/inheritance-repo/t07/p0/pom.xml
<groupId>maven-test</groupId> <artifactId>t07-b</artifactId> <version>1.1</version> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t07-c</artifactId> <version>1.0</version> </dependency> <dependency> <groupId>maven-test</groupId> <artifactId>t07-d</artifactId> <version>1.2</version> <scope>test</scope>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 992 bytes - Click Count (0) -
compat/maven-model-builder/src/test/resources/poms/validation/missing-report-version-pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 1.6K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/version/PluginVersionResolutionException.java
private final String artifactId; private final String baseMessage; public PluginVersionResolutionException(String groupId, String artifactId, String baseMessage, Throwable cause) { super("Error resolving version for plugin '" + groupId + ":" + artifactId + "': " + baseMessage, cause); this.groupId = groupId; this.artifactId = artifactId; this.baseMessage = baseMessage; }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 3.5K bytes - Click Count (0) -
compat/maven-model/src/test/resources/xml/pom.xml
<groupId>org.apache.maven</groupId> <artifactId>maven</artifactId> <version>4.0.0-alpha-1-SNAPSHOT</version> </parent> <artifactId>maven-model</artifactId> <name>Maven Model</name> <description>Model for Maven POM (Project Object Model)</description> <dependencies> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-model</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 4.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/ReactorModelPool.java
private final String artifactId; private final String version; private final int hashCode; CacheKey(String groupId, String artifactId, String version) { this.groupId = (groupId != null) ? groupId : ""; this.artifactId = (artifactId != null) ? artifactId : ""; this.version = (version != null) ? version : ""; int hash = 17;Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 10 07:09:12 GMT 2025 - 2.9K bytes - Click Count (0) -
fess-crawler/pom.xml
<groupId>org.jacoco</groupId> <artifactId>jacoco-maven-plugin</artifactId> </plugin> <plugin> <artifactId>maven-deploy-plugin</artifactId> </plugin> <plugin> <artifactId>maven-javadoc-plugin</artifactId> </plugin> <plugin> <artifactId>maven-jar-plugin</artifactId> <configuration> <archive> <manifestEntries>
Created: Sat Dec 20 11:21:39 GMT 2025 - Last Modified: Sat Dec 20 06:34:36 GMT 2025 - 12.1K bytes - Click Count (0)