- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for transformEffectiveModel (0.09 sec)
-
api/maven-api-spi/src/main/java/org/apache/maven/api/spi/ModelTransformer.java
* and will be called in sequence during model building. * <p> * Example usage: * <pre> * public class CustomModelTransformer implements ModelTransformer { * public Model transformEffectiveModel(Model model) throws ModelTransformerException { * // Add a custom property to all models * model.getProperties().put("custom.timestamp", System.currentTimeMillis()); * return model; * }
Registered: Sun Sep 07 03:35:12 UTC 2025 - Last Modified: Thu Apr 03 13:33:59 UTC 2025 - 3.6K bytes - Viewed (0)