Package org.sonatype.maven.polyglot
Class PolyglotPropertiesEnhancer
- java.lang.Object
-
- org.sonatype.maven.polyglot.PolyglotPropertiesEnhancer
-
public class PolyglotPropertiesEnhancer extends Object
-
-
Constructor Summary
Constructors Constructor Description PolyglotPropertiesEnhancer()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
enhanceModel(Properties properties, org.apache.maven.model.Model model)
Enhances the model by overriding properties
-
-
-
Method Detail
-
enhanceModel
public static void enhanceModel(Properties properties, org.apache.maven.model.Model model)
Enhances the model by overriding properties- Parameters:
properties
- the overriding propertiesmodel
- the model to enhance
-
-