- Sort Score
- Num 10 results
- Language All
Results 1 - 8 of 8 for classifierA (0.1 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/ReactorReader.java
// to avoid treating a build POM as a repository (consumer) POM. if ("pom".equals(artifact.getExtension())) { String classifier = artifact.getClassifier(); if (classifier == null || classifier.isEmpty()) { Path consumer = getArtifactPath( artifact.getGroupId(), artifact.getArtifactId(), artifact.getBaseVersion(), "consumer", "pom");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Mon Dec 15 11:20:38 GMT 2025 - 24.4K bytes - Click Count (0) -
compat/maven-resolver-provider/pom.xml
<scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> <scope>provided</scope> </dependency> <!-- Testing --> <dependency> <groupId>org.junit.jupiter</groupId> <artifactId>junit-jupiter-api</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 6.7K bytes - Click Count (0) -
compat/maven-compat/pom.xml
<artifactId>junit-jupiter-api</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> <!-- only for backward compatibility otherwhise would be test--> <scope>compile</scope> </dependency> <dependency> <groupId>org.codehaus.plexus</groupId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 8.1K 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 Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 9K bytes - Click Count (0) -
impl/maven-core/pom.xml
<scope>provided</scope> </dependency> <dependency> <groupId>com.google.inject</groupId> <artifactId>guice</artifactId> <classifier>classes</classifier> <scope>provided</scope> </dependency> <!-- Plexus Utils + XML --> <dependency> <groupId>org.codehaus.plexus</groupId> <artifactId>plexus-utils</artifactId>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 16.9K bytes - Click Count (0) -
pyproject.toml
readme = "README.md" license = "MIT" license-files = ["LICENSE"] requires-python = ">=3.9" authors = [ { name = "Sebastián Ramírez", email = "******@****.***" }, ] classifiers = [ "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "Operating System :: OS Independent", "Programming Language :: Python :: 3",
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 12:54:56 GMT 2025 - 9.3K bytes - Click Count (0) -
api/maven-api-model/src/main/mdo/maven.mdo
<type>String</type> <defaultValue>jar</defaultValue> </field> <field> <name>classifier</name> <version>4.0.0+</version> <description> <![CDATA[ The classifier of the dependency. It is appended to the filename after the version. This allows: <ul>
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Nov 26 03:07:35 GMT 2025 - 133.3K bytes - Click Count (0) -
docs/en/docs/release-notes.md
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Sat Dec 27 19:06:15 GMT 2025 - 586.7K bytes - Click Count (0)