public interface MavenBomHandler
| Modifier and Type | Method and Description |
|---|---|
void |
bomProperties(Map<String,String> properties)
Configures properties to be used when resolving the contents of the imported bom.
|
void |
bomProperty(String name,
String value)
Configures a property to be used when resolving the contents of the imported bom.
|