- Sort Score
- Num 10 results
- Language All
Results 41 - 50 of 66 for classifierA (0.07 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/TypeProvider.java
* beyond the standard ones provided by Maven (like jar, war, pom, etc.). Types define how artifacts * are handled, including their default extension, classifier, and language. * <p> * Implementations of this interface will be discovered through the Java ServiceLoader mechanism * and their provided types will be available throughout the Maven build process. * <p>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 2.1K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/transformation/impl/ConsumerPomArtifactTransformer.java
for (Artifact main : mains) { result.remove(main); if (deployBuildPom) { // Add the main POM as a build POM with "build" classifier result.add(new DefaultArtifact( main.getGroupId(), main.getArtifactId(), BUILD_POM_CLASSIFIER,
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Mar 04 19:49:40 GMT 2026 - 8.9K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/TestRepositorySystem.java
} @Override public Artifact createArtifactWithClassifier( String groupId, String artifactId, String version, String type, String classifier) { return new DefaultArtifact(groupId, artifactId, version, null, type, classifier, new TestArtifactHandler(type)); } @Override public ArtifactRepository createDefaultLocalRepository() throws InvalidRepositoryException {Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 10 08:42:00 GMT 2025 - 12K bytes - Click Count (0) -
impl/maven-cli/pom.xml
<scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> <scope>provided</scope> </dependency> <dependency> <groupId>org.slf4j</groupId> <artifactId>slf4j-api</artifactId> </dependency> <dependency>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Nov 18 18:03:26 GMT 2025 - 10.2K bytes - Click Count (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/DefaultModelValidator.java
// We only check for groupId/artifactId/version/classifier cause if there is another // module with the same groupId/artifactId/version/classifier this will fail the build // earlier like "Project '...' is duplicated in the reactor. // So it is sufficient to check only groupId/artifactId/version/classifier and not the // packaging type.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 03 15:06:05 GMT 2025 - 66.8K bytes - Click Count (0) -
compat/maven-resolver-provider/src/site/apt/dependency-types.apt
{{{./xref/org/apache/maven/repository/internal/type/DefaultTypeProvider.html}source}}): *-----------------------+---------------+------------+-----------+-----------------------+-----------------------+ || type || classifier || extension || language || path types || includesDependencies || *-----------------------+---------------+------------+-----------+-----------------------+-----------------------+Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 5.7K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/InternalTestArtifactExtension.java
dependencies.add(sourceSet.getRuntimeElementsConfigurationName(), projectDependency); }); // PolicyUtil doesn't handle classifier notation well probably. // Instead of fixing PoliceUtil we stick to the pattern of changing // the basename here to indicate its a test artifacts jar.
Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Wed Sep 29 07:15:49 GMT 2021 - 2.8K bytes - Click Count (0) -
compat/maven-embedder/pom.xml
<scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> <scope>provided</scope> </dependency> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId> <scope>test</scope>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 6.9K bytes - Click Count (0) -
apache-maven/pom.xml
<artifactId>org.eclipse.sisu.inject</artifactId> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> </dependency> <dependency> <groupId>org.ow2.asm</groupId> <artifactId>asm</artifactId> </dependency> </dependencies> <pluginRepositories>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 30 07:38:30 GMT 2026 - 13K bytes - Click Count (0) -
compat/maven-compat/src/test/java/org/apache/maven/repository/legacy/DefaultUpdateCheckManagerTest.java
a = artifactFactory.createArtifactWithClassifier("groupId", "a", "0.0.1-SNAPSHOT", "jar", "classifier"); file = new File(localRepository.getBasedir(), localRepository.pathOf(a)); a.setFile(file); assertEquals( "a-0.0.1-SNAPSHOT-classifier.jar.lastUpdated", updateCheckManager.getTouchfile(a).getName()); }Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 9K bytes - Click Count (0)