- Sort Score
- Num 10 results
- Language All
Results 71 - 80 of 651 for myplugins (0.06 seconds)
-
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultPackagingRegistry.java
Map<String, Plugin> plugins = new HashMap<>(); lifecycle .getLifecyclePhases() .forEach((phase, lifecyclePhase) -> parseLifecyclePhaseDefinitions(plugins, phase, lifecyclePhase)); lfs.put(id, PluginContainer.newBuilder().plugins(plugins.values()).build()); }); return lfs; }
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jan 24 17:29:44 GMT 2025 - 7.8K bytes - Click Count (0) -
impl/maven-cli/src/test/java/org/apache/maven/cling/invoker/mvnup/goals/HelpTest.java
UpgradeContext context = createMockContext(); help.execute(context); // Verify that the plugins option is mentioned in the help output Mockito.verify(context.logger).info(" --plugins Upgrade plugins known to fail with Maven 4"); } @Test void testHelpIncludesAllOption() throws Exception { UpgradeContext context = createMockContext();
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Aug 29 12:46:51 GMT 2025 - 3.4K bytes - Click Count (0) -
.idea/gradle.xml
<option value="$PROJECT_DIR$/platforms/jvm/plugins-application" /> <option value="$PROJECT_DIR$/platforms/jvm/plugins-groovy" /> <option value="$PROJECT_DIR$/platforms/jvm/plugins-java" /> <option value="$PROJECT_DIR$/platforms/jvm/plugins-java-base" /> <option value="$PROJECT_DIR$/platforms/jvm/plugins-java-library" />Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Thu Dec 11 18:02:10 GMT 2025 - 23.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/app/web/api/admin/plugin/ApiAdminPluginAction.java
/** * Retrieves the list of installed plugins. * * @return JSON response containing installed plugin list */ // GET /api/admin/plugin/installed @Execute public JsonResponse<ApiResult> get$installed() { final List<Map<String, String>> list = getAllInstalledArtifacts(); return asJson(new ApiResult.ApiPluginResponse().plugins(list).status(ApiResult.Status.OK).result()); }Created: Sat Dec 20 09:19:18 GMT 2025 - Last Modified: Thu Jul 17 08:28:31 GMT 2025 - 4.3K bytes - Click Count (0) -
impl/maven-core/src/test/projects/plugin-manager/project-with-inheritance/pom.xml
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Oct 25 12:31:46 GMT 2024 - 22.4K bytes - Click Count (0) -
build-logic/integration-testing-kotlin/src/main/kotlin/gradlebuild.kotlin-dsl-plugin-bundle-integ-tests.gradle.kts
plugins { id("gradlebuild.integration-tests") } tasks.withType<IntegrationTest>().configureEach { // See AbstractKotlinIntegrationTest "kotlinDslTestsExtraRepo".let { propName -> System.getProperty(propName)?.let { systemProperty(propName, it) } } } dependencies { integTestRuntimeOnly(project(":kotlin-dsl-plugins")) {Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Mon Dec 30 14:53:14 GMT 2024 - 756 bytes - Click Count (0) -
android/guava-bom/pom.xml
</dependencies> </dependencyManagement> <build> <plugins> <plugin> <groupId>org.sonatype.central</groupId> <artifactId>central-publishing-maven-plugin</artifactId> <version>${central-publishing-maven-plugin.version}</version> <extensions>true</extensions> </plugin> </plugins> </build> <profiles> <profile> <id>sonatype-oss-release</id>
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Mon Sep 29 19:50:42 GMT 2025 - 2.9K bytes - Click Count (0) -
gorm.go
ConnPool ConnPool // Dialector database dialector Dialector // Plugins registered plugins Plugins map[string]Plugin callbacks *callbacks cacheStore *sync.Map } // Apply update config to new config func (c *Config) Apply(config *Config) error { if config != c { *config = *c } return nil } // AfterInitialize initialize plugins after db connected func (c *Config) AfterInitialize(db *DB) error {
Created: Sun Dec 28 09:35:17 GMT 2025 - Last Modified: Tue Aug 26 06:24:29 GMT 2025 - 12.8K bytes - Click Count (0) -
impl/maven-core/src/site/apt/lifecycles.apt.vm
plugins bindings for this lifecycle are {{{./default-bindings.html}defined separately for each packaging}}: %{snippet|id=default|file=${project.basedir}/src/main/java/org/apache/maven/internal/impl/DefaultLifecycleRegistry.java} * <<<clean>>> Lifecycle <<<clean>>> lifecycle phases are defined with their plugins bindings:Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Jan 08 22:14:18 GMT 2025 - 1.8K bytes - Click Count (0) -
impl/maven-core/src/test/projects/project-builder/mng-3023/dependency/pom.xml
<description>Test that reactor projects are included in dependency resolution.</description> <build> <outputDirectory>dependency-classes</outputDirectory> <plugins> <plugin> <groupId>org.apache.maven.its.plugins</groupId> <artifactId>maven-it-plugin-artifact</artifactId> <version>2.1-SNAPSHOT</version> <executions> <execution> <id>compile</id>
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)