Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for critical (0.18 sec)

  1. maven-core/src/main/java/org/apache/maven/lifecycle/internal/MojoDescriptorCreator.java

                try {
                    lifecyclePluginResolver.resolveMissingPluginVersions(session.getCurrentProject(), session);
                } catch (PluginVersionResolutionException e) {
                    // not critical here
                    logger.debug(e.getMessage(), e);
                }
            }
    
            PluginPrefixRequest prefixRequest = new DefaultPluginPrefixRequest(prefix, session);
    Java
    - Registered: Sun May 05 03:35:11 GMT 2024
    - Last Modified: Wed Jan 10 12:55:54 GMT 2024
    - 11.5K bytes
    - Viewed (0)
  2. maven-core/src/site/apt/configuration-management.apt

     maven 1.x and 2.x is that all project parameterization occurs in the POM and not from properties
     files.
    
     For many of the more advanced features in Maven2 it is critical that POMs be available in the local repository.
     Features like transitive dependencies and the new parent specification mechanism. The problem we run into is
    Plain Text
    - Registered: Sun Apr 28 03:35:10 GMT 2024
    - Last Modified: Mon Mar 18 00:24:53 GMT 2024
    - 5.8K bytes
    - Viewed (0)
Back to top