- Sort Score
- Result 10 results
- Languages All
Results 51 - 60 of 84 for moja (0.09 sec)
-
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultSession.java
return getMavenSession().getPluginContext(pluginDescriptor, ((DefaultProject) project).getProject()); } catch (LookupException e) { throw new MavenException("The PluginContext is only available during a mojo execution", e); } } protected Session newSession(RepositorySystemSession repoSession, List<RemoteRepository> repositories) { final MavenSession ms = nonNull(getMavenSession());
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.2K bytes - Viewed (0) -
mockwebserver-junit5/src/main/kotlin/mockwebserver3/junit5/internal/MockWebServerExtension.kt
package mockwebserver3.junit5.internal import java.io.IOException import java.util.logging.Level import java.util.logging.Logger import mockwebserver3.MockWebServer import okhttp3.ExperimentalOkHttpApi import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement import org.junit.jupiter.api.extension.AfterAllCallback import org.junit.jupiter.api.extension.AfterEachCallback import org.junit.jupiter.api.extension.BeforeAllCallback
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Sun Feb 11 12:12:36 UTC 2024 - 4.1K bytes - Viewed (0) -
pom.xml
<version>3.5.1</version> </dependency> </dependencies> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>animal-sniffer-maven-plugin</artifactId> <version>1.23</version> <dependencies> <dependency> <groupId>org.ow2.asm</groupId>
Registered: Fri Nov 01 12:43:10 UTC 2024 - Last Modified: Thu Oct 31 14:51:04 UTC 2024 - 20.6K bytes - Viewed (0) -
.teamcity/pom.xml
</goals> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>3.0.0</version> <executions> <execution>
Registered: Wed Nov 06 11:36:14 UTC 2024 - Last Modified: Thu Oct 31 02:38:07 UTC 2024 - 6.6K bytes - Viewed (0) -
pom.xml
org.bouncycastle*;version="1.63", !jcifs.internal*, * </Import-Package> </instructions> </configuration> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>clirr-maven-plugin</artifactId> <version>2.8</version> <executions> <execution> <id>check-compatibility</id> <goals> <goal>check</goal>
Registered: Sun Nov 03 00:10:13 UTC 2024 - Last Modified: Thu Sep 26 04:40:32 UTC 2024 - 9.3K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/execution/DefaultMavenExecutionRequestPopulator.java
} // // // private void populateDefaultPluginGroups(MavenExecutionRequest request) { request.addPluginGroup("org.apache.maven.plugins"); request.addPluginGroup("org.codehaus.mojo"); } private void localRepository(MavenExecutionRequest request) throws MavenExecutionRequestPopulationException { // ------------------------------------------------------------------------
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 8.4K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Constants.java
public static final String MAVEN_STYLE_FAILURE_NAME = "failure"; public static final String MAVEN_STYLE_STRONG_NAME = "strong"; public static final String MAVEN_STYLE_MOJO_NAME = "mojo"; public static final String MAVEN_STYLE_PROJECT_NAME = "project"; // Default Values public static final String MAVEN_STYLE_TRANSFER_DEFAULT = "f:bright-black";
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:24:08 UTC 2024 - 14K bytes - Viewed (0) -
api/maven-api-plugin/src/main/mdo/lifecycle.mdo
<field> <name>id</name> <required>true</required> <version>1.0.0+</version> <type>String</type> <description>The ID of this lifecycle, for identification in the mojo descriptor.</description> </field> <field> <name>phases</name> <version>1.0.0+</version> <description>The phase mappings for this lifecycle.</description>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Thu Aug 29 05:48:54 UTC 2024 - 5.6K bytes - Viewed (0) -
okhttp/src/main/kotlin/okhttp3/internal/platform/Platform.kt
import okhttp3.internal.tls.BasicTrustRootIndex import okhttp3.internal.tls.CertificateChainCleaner import okhttp3.internal.tls.TrustRootIndex import okio.Buffer import org.codehaus.mojo.animal_sniffer.IgnoreJRERequirement /** * Access to platform-specific features. * * ### Session Tickets * * Supported on Android 2.3+. * Supported on JDK 8+ via Conscrypt. *
Registered: Fri Nov 01 11:42:11 UTC 2024 - Last Modified: Mon Jan 08 01:13:22 UTC 2024 - 9.8K bytes - Viewed (0) -
apache-maven/pom.xml
<attach>true</attach> </configuration> </execution> </executions> </plugin> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>exec-maven-plugin</artifactId> <version>3.5.0</version> <executions> <execution> <id>render-configuration-page</id> <goals>
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 13:41:46 UTC 2024 - 13.4K bytes - Viewed (0)