- Sort Score
- Result 10 results
- Languages All
Results 21 - 22 of 22 for Wain (0.04 sec)
-
api/maven-api-core/src/main/java/org/apache/maven/api/services/ProjectManager.java
import org.apache.maven.api.annotations.Nullable; /** * Interface to manage the project state and artifacts during the Maven build lifecycle. * This service provides operations to: * <ul> * <li>Manage project artifacts (main and attached)</li> * <li>Handle source roots and resources</li> * <li>Access and modify project properties</li> * <li>Manage repository configurations</li> * <li>Handle project forking states</li> * </ul> *
Registered: 2025-05-24 08:56 - Last Modified: 2025-01-30 23:29 - 12K bytes - Viewed (0) -
api/maven-api-core/src/main/java/org/apache/maven/api/DependencyCoordinates.java
import org.apache.maven.api.annotations.Nullable; /** * {@code ArtifactCoordinates} completed with information about how the artifact will be used. * This information includes the dependency type (main classes, test classes, <i>etc.</i>), * a scope (compile, runtime <i>etc.</i>), an obligation (whether the dependency * is optional or mandatory), and possible exclusions for transitive dependencies.
Registered: 2025-05-24 08:56 - Last Modified: 2025-03-05 14:29 - 2.5K bytes - Viewed (0)