Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getDeclaredProfiles (0.31 seconds)

The search processing time has exceeded the limit. The displayed results may be partial.

  1. impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProject.java

            MavenProject parent = project.getParent();
            return Optional.ofNullable(session.getProject(parent));
        }
    
        @Override
        @Nonnull
        public List<Profile> getDeclaredProfiles() {
            return getModel().getProfiles();
        }
    
        @Override
        @Nonnull
        public List<Profile> getEffectiveProfiles() {
    Created: Sun Apr 05 03:35:12 GMT 2026
    - Last Modified: Mon Mar 24 22:23:23 GMT 2025
    - 8.7K bytes
    - Click Count (0)
Back to Top