- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for ProjectScope (0.11 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
* @param directory the directory to add if not already present in the source * * @see #getEnabledSourceRoots(Project, ProjectScope, Language) */ void addSourceRoot( @Nonnull Project project, @Nonnull ProjectScope scope, @Nonnull Language language, @Nonnull Path directory); /** * Returns an immutable list of project remote repositories (directly specified or inherited).
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Session.java
Packaging requirePackaging(@Nonnull String id); /** * Obtain the {@link ProjectScope} from the specified {@code id}. * <p> * Shortcut for {@code getService(ProjectScopeRegistry.class).require(...)}. * * @see org.apache.maven.api.services.ProjectScopeRegistry#require(String) */ @Nonnull ProjectScope requireProjectScope(@Nonnull String id); /**
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Jul 03 14:18:26 UTC 2025 - 36.5K bytes - Viewed (0)