- Sort Score
- Num 10 results
- Language All
Results 1 - 2 of 2 for getDeclaredProfiles (0.11 seconds)
-
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) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* * @return a non-null, possibly empty list of profiles defined in this project * @see Profile * @see #getEffectiveProfiles() */ @Nonnull List<Profile> getDeclaredProfiles(); /** * Returns all profiles defined in this project and all of its parent projects. * <p> * This method traverses the parent hierarchy and includes profiles defined in parent POMs.Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Fri Nov 07 13:11:07 GMT 2025 - 15.3K bytes - Click Count (0)