Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for transformEffectiveModel (0.76 sec)

  1. 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)
Back to top