Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for DefaultRuntimeInformation (0.23 sec)

  1. compat/maven-compat/src/main/java/org/apache/maven/execution/DefaultRuntimeInformation.java

    import org.codehaus.plexus.personality.plexus.lifecycle.phase.InitializationException;
    
    /**
     * Describes runtime information about the application.
     *
     */
    @Deprecated
    @Named
    @Singleton
    public class DefaultRuntimeInformation implements RuntimeInformation, Initializable {
    
        @Inject
        private org.apache.maven.rtinfo.RuntimeInformation rtInfo;
    
        private ArtifactVersion applicationVersion;
    
        @Override
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Fri Jun 06 14:28:57 UTC 2025
    - 2K bytes
    - Viewed (0)
  2. impl/maven-core/pom.xml

                  <exclude>org.apache.maven.project.DefaultProjectDependenciesResolver#DefaultProjectDependenciesResolver()</exclude>
                  <exclude>org.apache.maven.rtinfo.internal.DefaultRuntimeInformation#DefaultRuntimeInformation()</exclude>
                  <exclude>org.apache.maven.settings.DefaultMavenSettingsBuilder#DefaultMavenSettingsBuilder()</exclude>
                  <!-- END default constructor on Plexus/JSR 330 components -->
    Registered: Sun Dec 28 03:35:09 UTC 2025
    - Last Modified: Wed Nov 26 10:37:56 UTC 2025
    - 16.9K bytes
    - Viewed (0)
Back to top