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