- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for validateRawModel (0.07 sec)
-
compat/maven-model-builder/src/main/java/org/apache/maven/model/profile/activation/FileProfileActivator.java
* File name interpolation support is limited to <code>${project.basedir}</code> * system properties and user properties. * * @see ActivationFile * @see org.apache.maven.model.validation.DefaultModelValidator#validateRawModel * @deprecated use {@link org.apache.maven.api.services.ModelBuilder} instead */ @Named("file") @Singleton @Deprecated(since = "4.0.0") public class FileProfileActivator implements ProfileActivator {
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4.2K bytes - Viewed (0) -
compat/maven-model-builder/src/main/java/org/apache/maven/model/validation/ModelValidator.java
* @param problems The container used to collect problems that were encountered, must not be {@code null}. */ void validateRawModel(Model model, ModelBuildingRequest request, ModelProblemCollector problems); /** * Checks the specified (raw) model for clashes with the passed active external profiles. The raw model is the
Registered: Sun Nov 03 03:35:11 UTC 2024 - Last Modified: Fri Oct 25 12:31:46 UTC 2024 - 4K bytes - Viewed (0)