- Sort Score
- Result 10 results
- Languages All
Results 1 - 10 of 48 for M2 (0.06 sec)
-
apache-maven/src/assembly/maven/bin/m2.conf
set maven.installation.conf default ${maven.conf} [plexus.core] load ${maven.conf}/logging optionally ${maven.home}/lib/ext/redisson/*.jar optionally ${maven.home}/lib/ext/hazelcast/*.jar optionally ${user.home}/.m2/ext/*.jar optionally ${maven.home}/lib/ext/*.jar load ${maven.home}/lib/maven-*.jar
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Jul 28 07:45:35 UTC 2025 - 1.3K bytes - Viewed (0) -
src/cmd/asm/internal/asm/testdata/amd64enc.s
Registered: Tue Sep 09 11:13:09 UTC 2025 - Last Modified: Fri Oct 08 21:38:44 UTC 2021 - 581.9K bytes - Viewed (1) -
src/test/java/org/codelibs/core/lang/GenericsUtilTest.java
assertThat(GenericsUtil.isTypeOf(t1, List.class), is(true)); assertThat(GenericsUtil.getElementTypeOfList(t1), is(sameClass(String.class))); final Method m2 = ListType.class.getMethod("listOfClass"); final Type t2 = m2.getGenericReturnType(); assertThat(GenericsUtil.isTypeOf(t2, List.class), is(true)); assertThat(GenericsUtil.isTypeOf(GenericsUtil.getElementTypeOfList(t2), Class.class), is(true));
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat May 10 01:32:17 UTC 2025 - 11.5K bytes - Viewed (0) -
src/test/java/jcifs/smb/SmbResourceLocatorInternalTest.java
// overlaps(SmbResourceLocator): boolean, declares CIFSException Method m2 = clazz.getMethod("overlaps", SmbResourceLocator.class); assertEquals(boolean.class, m2.getReturnType()); assertEquals(1, m2.getParameterCount()); Class<?>[] ex = m2.getExceptionTypes(); assertEquals(1, ex.length); assertEquals(CIFSException.class, ex[0]);
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 6.9K bytes - Viewed (0) -
cmd/metacache.go
return case <-t.C: m.lastHandout = time.Now() if m2, err := rpc.UpdateMetacacheListing(ctx, m); err == nil { if m2.status != scanStateStarted { if serverDebugLog { console.Debugln("returning", m.id, "due to scan state", m2.status, time.Now().Format(time.RFC3339)) } return } m = m2 if serverDebugLog {
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Fri Jul 12 16:23:16 UTC 2024 - 6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/LocalRepository.java
* up the build process by avoiding unnecessary downloads.</p> * * <p>By default, the local repository is located in the {@code .m2/repository} * directory within the user's home directory ({@code ~/.m2/repository} on * Unix-like systems or {@code C:\Users\YourName\.m2\repository} on Windows). * The location of the local repository can be customized in the * {@code settings.xml} file.</p> * * @since 4.0.0
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Tue Aug 27 21:13:34 UTC 2024 - 2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/common/CommonExtensions.kt
scriptContent = if (os == Os.WINDOWS) { checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\repository") + checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.gradle-enterprise") + checkCleanDirWindows("%teamcity.agent.jvm.user.home%\\.m2\\.develocity") + checkCleanDirWindows( "%teamcity.agent.jvm.user.home%\\.android",
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Wed Sep 10 01:37:13 UTC 2025 - 15K bytes - Viewed (0) -
.github/workflows/maven.yml
with: persist-credentials: false - name: Prepare Mimir shell: bash run: | mkdir -p ~/.m2 mkdir -p ~/.mimir cp .github/ci-extensions.xml ~/.m2/extensions.xml cp .github/ci-mimir-daemon.properties ~/.mimir/daemon.properties - name: Handle Mimir caches
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Mon Aug 25 07:07:00 UTC 2025 - 8.2K bytes - Viewed (0) -
.teamcity/src/main/kotlin/configurations/CheckTeamCityKotlinDSL.kt
script { name = "CLEAN_M2" executionMode = BuildStep.ExecutionMode.ALWAYS scriptContent = checkCleanDirUnixLike("%teamcity.agent.jvm.user.home%/.m2/.develocity", exitOnFailure = false) } } },
Registered: Wed Sep 10 11:36:15 UTC 2025 - Last Modified: Thu Jul 31 01:53:09 UTC 2025 - 1.9K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/helper/IntervalControlHelper.java
* @param h2 the second hour * @param m2 the second minute * @return positive if first time is earlier, 0 if equal, negative if later */ protected int compareTime(final int h1, final int m1, final int h2, final int m2) { if (h1 < h2) { return 1; } if (h1 == h2) { if (m1 == m2) { return 0; }
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.9K bytes - Viewed (0)