Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for mavenCore (0.13 sec)

  1. platforms/software/build-init/src/main/java/org/gradleinternal/buildinit/plugins/internal/maven/MavenProjectsCreator.java

            ContainerConfiguration containerConfiguration = new DefaultContainerConfiguration()
                    .setClassWorld(new ClassWorld("plexus.core", Thread.currentThread().getContextClassLoader()))
                    .setName("mavenCore").setClassPathScanning(PlexusConstants.SCANNING_INDEX).setAutoWiring(true);
    
            DefaultPlexusContainer container = new DefaultPlexusContainer(containerConfiguration);
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Sep 18 13:47:19 UTC 2023
    - 5.9K bytes
    - Viewed (0)
  2. testing/internal-performance-testing/src/main/groovy/org/gradle/performance/fixture/MavenInvocationSpec.groovy

            MavenInvocationSpec build() {
                MavenInstallation mavenInstallation = null
                if (mavenVersion != null && mavenHome != null) {
                    assertMavenHomeAndVersionMatch()
                } else if (mavenHome != null) {
                    mavenVersion = MavenInstallation.probeVersion(mavenHome)
                } else {
                    mavenVersion = mavenVersion ?: DEFAULT_MAVEN_VERSION
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 5.5K bytes
    - Viewed (0)
  3. platforms/software/build-init/build.gradle.kts

        compileOnly(libs.maven3Artifact)
        compileOnly(libs.mavenResolverApi)
        compileOnly(libs.plexusClassworlds)
    
        compileOnly(libs.maven3Core)
        compileOnly(libs.maven3PluginApi)
    
        compileOnly(project(":platform-base"))
    
        testRuntimeOnly(libs.maven3Compat)
        testRuntimeOnly(libs.maven3PluginApi)
    
        testImplementation(project(":cli"))
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Mon Jun 10 14:28:48 UTC 2024
    - 4.2K bytes
    - Viewed (0)
Back to top