- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for transformEffectiveModel (0.08 seconds)
-
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; * }
Created: Sun Apr 05 03:35:12 GMT 2026 - Last Modified: Thu Apr 03 13:33:59 GMT 2025 - 3.6K bytes - Click Count (0)