- Sort Score
- Num 10 results
- Language All
Results 11 - 20 of 54 for SPI (0.02 seconds)
-
api/pom.xml
<module>maven-api-plugin</module> <module>maven-api-settings</module> <module>maven-api-toolchain</module> <module>maven-api-metadata</module> <module>maven-api-core</module> <module>maven-api-spi</module> <module>maven-api-cli</module> </modules> <properties> <project.directory>api</project.directory> </properties> <profiles> <profile> <id>reporting</id>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Sun Jun 29 22:37:39 GMT 2025 - 3.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPackagingRegistry.java
import org.apache.maven.api.spi.PackagingProvider; import org.apache.maven.impl.ExtensibleEnumRegistries; import org.apache.maven.lifecycle.mapping.LifecycleMapping; import org.apache.maven.lifecycle.mapping.LifecycleMojo; import org.apache.maven.lifecycle.mapping.LifecyclePhase; import org.slf4j.Logger; import org.slf4j.LoggerFactory; /** * TODO: this is session scoped as SPI can contribute. */ @Named @Singleton
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 7.8K bytes - Click Count (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/plugin/annotations/Mojo.java
/** * does this Mojo need to be online to be executed? * @return need to be online */ boolean onlineRequired() default false; /** * TODO: v4: add a SPI for the configurator * configurator bean name. * @return the configurator bean name */ @Nonnull String configurator() default ""; /**Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Aug 29 18:21:40 GMT 2024 - 3.5K bytes - Click Count (0) -
impl/maven-core/pom.xml
<dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-settings</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-spi</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId> <artifactId>maven-api-toolchain</artifactId> </dependency> <dependency> <groupId>org.apache.maven</groupId>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Wed Nov 26 10:37:56 GMT 2025 - 16.9K bytes - Click Count (0) -
impl/maven-cli/src/main/java/org/apache/maven/cling/invoker/LookupInvoker.java
import org.jline.terminal.Terminal; import org.jline.terminal.TerminalBuilder; import org.jline.terminal.impl.AbstractPosixTerminal; import org.jline.terminal.spi.TerminalExt; import org.slf4j.LoggerFactory; import org.slf4j.spi.LocationAwareLogger; import static java.util.Objects.requireNonNull; import static org.apache.maven.cling.invoker.CliUtils.toMavenExecutionRequestLoggingLevel;
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Oct 28 13:01:07 GMT 2025 - 43.2K bytes - Click Count (0) -
compat/maven-embedder/pom.xml
<groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-api</artifactId> </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-spi</artifactId> </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-util</artifactId> </dependency> <dependency>
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) -
.teamcity/subprojects.json
"path": "platforms/core-execution/build-cache-packaging", "unitTests": true, "functionalTests": false, "crossVersionTests": false }, { "name": "build-cache-spi", "path": "platforms/core-execution/build-cache-spi", "unitTests": false, "functionalTests": true, "crossVersionTests": false }, { "name": "build-configuration",
Created: Wed Apr 01 11:36:16 GMT 2026 - Last Modified: Fri Mar 27 15:03:00 GMT 2026 - 42K bytes - Click Count (0) -
build-tools-internal/src/main/groovy/elasticsearch.formatting.gradle
':x-pack:plugin:wildcard', ':x-pack:qa', ':x-pack:qa:runtime-fields:core-with-mapped', ':x-pack:qa:runtime-fields:core-with-search', ':x-pack:qa:runtime-fields:with-security', ':x-pack:qa:security-example-spi-extension', ':x-pack:test:idp-fixture', ':x-pack:test:smb-fixture' ] subprojects { plugins.withType(ElasticsearchJavaPlugin).whenPluginAdded {Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Thu Sep 09 18:53:35 GMT 2021 - 9.1K bytes - Click Count (0) -
compat/maven-compat/pom.xml
<artifactId>wagon-file</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-spi</artifactId> <scope>test</scope> </dependency> <dependency> <groupId>org.apache.maven.resolver</groupId> <artifactId>maven-resolver-connector-basic</artifactId> <scope>test</scope>
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Tue Dec 16 13:41:14 GMT 2025 - 8.1K bytes - Click Count (0) -
build-tools-internal/src/main/java/org/elasticsearch/gradle/internal/ElasticsearchTestBasePlugin.java
// TODO remove once jvm.options are added to test system properties test.systemProperty("java.locale.providers", "SPI,COMPAT"); } }); test.getJvmArgumentProviders().add(nonInputProperties); test.getExtensions().add("nonInputProperties", nonInputProperties);Created: Wed Apr 08 16:19:15 GMT 2026 - Last Modified: Tue Aug 24 22:14:49 GMT 2021 - 10.4K bytes - Click Count (0)