- Sort Score
- Result 10 results
- Languages All
Results 1 - 6 of 6 for SourceRoot (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/SourceRoot.java
* {@linkplain org.apache.maven.api.model.Model Maven project descriptor}. * For each property, the default value is either empty or documented in the project descriptor. */ public interface SourceRoot { /** * {@return the root directory where the sources are stored} * The path is relative to the <abbr>POM</abbr> file. * * <h4>Default implementation</h4>Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 14.2K bytes - Viewed (0) -
impl/maven-core/src/main/java/org/apache/maven/internal/impl/DefaultProjectManager.java
} @Nonnull @Override public Collection<SourceRoot> getSourceRoots(@Nonnull Project project) { MavenProject prj = getMavenProject(requireNonNull(project, "project" + " cannot be null")); return prj.getSourceRoots(); } @Nonnull @Override public Stream<SourceRoot> getEnabledSourceRoots(@Nonnull Project project, ProjectScope scope, Language language) {Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Wed Dec 17 16:17:01 UTC 2025 - 10.9K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Thu Jan 30 23:29:13 UTC 2025 - 12K bytes - Viewed (0) -
impl/maven-core/src/test/java/org/apache/maven/project/ResourceIncludeTest.java
org.apache.maven.api.SourceRoot sourceRoot = sourceRootsList.get(0); assertTrue(sourceRoot.includes().contains("*.xml"), "Underlying SourceRoot should contain the include"); } /*MNG-11062*/ @Test void testTargetPathPreservedWithConnectedResource() { // Create resource with targetPath using Resource constructor patternRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 12.6K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/Project.java
* </tr> * </tbody> * </table> * <p> * <strong>Role in {@link SourceRoot} Path Resolution:</strong> * </p> * <p> * This method is the foundation for {@link SourceRoot#targetPath(Project)} path resolution. * When a {@link SourceRoot} has a relative {@code targetPath}, it is resolved against theRegistered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Nov 07 13:11:07 UTC 2025 - 15.3K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/services/DependencyResolverRequest.java
import org.apache.maven.api.PathScope; import org.apache.maven.api.PathType; import org.apache.maven.api.Project; import org.apache.maven.api.RemoteRepository; import org.apache.maven.api.Session; import org.apache.maven.api.SourceRoot; import org.apache.maven.api.Version; import org.apache.maven.api.annotations.Experimental; import org.apache.maven.api.annotations.Immutable; import org.apache.maven.api.annotations.Nonnull;
Registered: Sun Dec 28 03:35:09 UTC 2025 - Last Modified: Fri Oct 10 07:30:49 UTC 2025 - 23K bytes - Viewed (0)