@jnxplus/nx-maven
Version:
[](https://badge.fury.io/js/@jnxplus%2Fnx-maven)
20 lines (19 loc) • 420 B
JSON
{
"$schema": "http://json-schema.org/schema",
"$id": "NxMavenWrapper",
"title": "Wrapper",
"type": "object",
"properties": {
"skipGitignore": {
"description": "Don't add Maven Wrapper to .gitignore",
"type": "boolean",
"default": false
},
"skipFormat": {
"description": "Skip formatting files.",
"type": "boolean",
"default": false
}
},
"required": []
}