Allow to override BOM's groupId/artifactId

Closes gh-723
This commit is contained in:
Stephane Nicoll
2018-08-14 11:12:25 +03:00
parent e5f7ef0120
commit fc20447b21
4 changed files with 70 additions and 13 deletions

View File

@@ -106,7 +106,6 @@
"repositories": [
"my-api-repo-1"
],
"additionalBoms": [],
"version": "1.0.0.RELEASE"
},
{
@@ -114,7 +113,6 @@
"repositories": [
"my-api-repo-2"
],
"additionalBoms": [],
"version": "2.0.0.RELEASE"
}
]