- Sort Score
- Num 10 results
- Language All
Results 461 - 470 of 821 for Plugin1 (0.05 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
misc/editors
For information about plugins and other support for Go in editors and shells, see this page on the Go Wiki:
Created: Tue Dec 30 11:13:12 GMT 2025 - Last Modified: Fri Feb 06 14:41:47 GMT 2015 - 159 bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/plugin/internal/MavenPluginDependenciesValidator.java
* specific language governing permissions and limitations * under the License. */ package org.apache.maven.plugin.internal; import org.eclipse.aether.RepositorySystemSession; import org.eclipse.aether.artifact.Artifact; import org.eclipse.aether.resolution.ArtifactDescriptorResult; /** * Service responsible for validating plugin dependencies. * * @since 3.9.3 */ interface MavenPluginDependenciesValidator { /**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) -
okhttp-java-net-cookiejar/build.gradle.kts
import com.vanniktech.maven.publish.JavadocJar import com.vanniktech.maven.publish.KotlinJvm plugins { kotlin("jvm") id("org.jetbrains.dokka") id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } project.applyOsgi( "Export-Package: okhttp3.java.net.cookiejar", "Bundle-SymbolicName: com.squareup.okhttp3.java.net.cookiejar" ) project.applyJavaModules("okhttp3.java.net.cookiejar")Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 595 bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/project/DefaultProjectBuilder.java
// pluginArtifacts Set<Artifact> pluginArtifacts = new HashSet<>(); for (Plugin plugin : project.getModel().getDelegate().getBuild().getPlugins()) { Artifact artifact = repositorySystem.createPluginArtifact(new org.apache.maven.model.Plugin(plugin)); if (artifact != null) { pluginArtifacts.add(artifact); } }Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Tue Nov 18 17:20:31 GMT 2025 - 51.8K bytes - Click Count (0) -
compat/maven-compat/src/main/java/org/apache/maven/ArtifactFilterManager.java
/** * Returns a filter for core + extension artifacts. * * @return the artifact filter * @deprecated use {@code META-INF/maven/extension.xml} to define artifacts exported by Maven core and plugin * extensions. */ @Deprecated ArtifactFilter getArtifactFilter(); /** * Returns a filter for only the core artifacts. * * @return the artifact filterCreated: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Sun Dec 01 19:41:22 GMT 2024 - 1.9K bytes - Click Count (0) -
build-logic/documentation/src/main/groovy/gradlebuild/docs/GradleReleaseNotesPlugin.java
import java.time.ZonedDateTime; import java.time.format.DateTimeFormatter; /** * Opinionated plugin that generates the release notes for a Gradle release. * * TODO: Maybe eventually convert this asciidoc too, so everything uses the same markup language. */ public class GradleReleaseNotesPlugin implements Plugin<Project> { @Override public void apply(Project project) { ProjectLayout layout = project.getLayout();
Created: Wed Dec 31 11:36:14 GMT 2025 - Last Modified: Fri May 16 18:26:52 GMT 2025 - 6.2K bytes - Click Count (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
import org.apache.maven.impl.AbstractSession; import org.apache.maven.impl.DefaultRemoteRepository; import org.apache.maven.impl.PropertiesAsMap; import org.apache.maven.plugin.MojoExecution; import org.apache.maven.plugin.descriptor.MojoDescriptor; import org.apache.maven.plugin.descriptor.PluginDescriptor; import org.apache.maven.project.MavenProject; import org.apache.maven.rtinfo.RuntimeInformation; import org.eclipse.aether.RepositorySystem;
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Jun 06 14:28:57 GMT 2025 - 8.9K bytes - Click Count (0) -
impl/maven-core/src/test/java/org/apache/maven/lifecycle/internal/concurrent/BuildPlanCreatorTest.java
MavenProject p1 = new MavenProject(); p1.setGroupId("g"); p1.setArtifactId("p1"); p1.getBuild().getPlugins().add(new Plugin(org.apache.maven.api.model.Plugin.newBuilder() .groupId("g").artifactId("p2") . .build())) MavenProject p2 = new MavenProject(); p2.setGroupId("g");
Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Fri Mar 28 15:21:19 GMT 2025 - 7.9K bytes - Click Count (0) -
okhttp-logging-interceptor/build.gradle.kts
import com.vanniktech.maven.publish.JavadocJar import com.vanniktech.maven.publish.KotlinJvm plugins { kotlin("jvm") id("org.jetbrains.dokka") id("com.vanniktech.maven.publish.base") id("binary-compatibility-validator") } project.applyOsgi( "Export-Package: okhttp3.logging", "Bundle-SymbolicName: com.squareup.okhttp3.logging" ) project.applyJavaModules("okhttp3.logging") dependencies {Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Sun Sep 21 06:22:22 GMT 2025 - 776 bytes - Click Count (0) -
okhttp-idna-mapping-table/build.gradle.kts
plugins { kotlin("jvm") id("ru.vyarus.animalsniffer") } dependencies { api(libs.squareup.okio) api(libs.squareup.kotlinPoet) testImplementation(libs.assertk) testImplementation(libs.junit.jupiter.api) testImplementation(libs.junit.jupiter.params) testImplementation(rootProject.libs.junit.jupiter.engine) } animalsniffer { isIgnoreFailures = trueCreated: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Fri Dec 27 13:39:56 GMT 2024 - 370 bytes - Click Count (0)