13 lines
250 B
JSON
13 lines
250 B
JSON
|
{
|
||
|
"type": "object",
|
||
|
"required": ["mavenDuplicatesAllowed", "mavenDuplicateExceptionRegex"],
|
||
|
"properties": {
|
||
|
"mavenDuplicatesAllowed": {
|
||
|
"type": "boolean"
|
||
|
},
|
||
|
"mavenDuplicateExceptionRegex": {
|
||
|
"type": "string"
|
||
|
}
|
||
|
}
|
||
|
}
|