Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for intro (5.32 sec)

  1. maven-api-impl/src/main/java/org/apache/maven/internal/impl/model/DefaultModelBuilder.java

            if (interpolated != tmpModel.getProfiles()) {
                tmpModel = tmpModel.withProfiles(interpolated);
            }
    
            // inject external profile into current model
            tmpModel = profileInjector.injectProfiles(tmpModel, activeExternalProfiles, request, problems);
    
            lineage.set(0, tmpModel);
    
            checkPluginVersions(lineage, request, problems);
    
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Fri May 03 08:48:38 GMT 2024
    - 61.5K bytes
    - Viewed (0)
  2. maven-core/src/test/java/org/apache/maven/project/PomConstructionTest.java

        // that represent a verification of a specification item needs to be a couple lines at most.
        // The expressions help a lot, but we need a clean to pick up a directory of POMs, automatically load
        // them into a resolver, create the expression to extract the data to validate the Model, and the URI
        // to validate the properties. We also need a way to navigate from the Tex specification documents to
    Java
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Fri Apr 12 10:50:18 GMT 2024
    - 93.2K bytes
    - Viewed (0)
Back to top