Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for LifecycleModuleBuilder (0.08 seconds)

  1. impl/maven-core/src/main/java/org/apache/maven/lifecycle/internal/builder/BuilderCommon.java

    import org.apache.maven.project.MavenProject;
    import org.codehaus.plexus.classworlds.realm.ClassRealm;
    import org.slf4j.Logger;
    import org.slf4j.LoggerFactory;
    
    /**
     * Common code that is shared by the LifecycleModuleBuilder and the LifeCycleWeaveBuilder
     *
     * @since 3.0
     *         Builds one or more lifecycles for a full module
     *         NOTE: This class is not part of any public api and can be changed or deleted without prior notice.
    Created: Sun Dec 28 03:35:09 GMT 2025
    - Last Modified: Fri Jan 10 08:42:00 GMT 2025
    - 10.3K bytes
    - Click Count (0)
Back to Top