Skip to content

Commit

Permalink
feat(generators): update message to choose dependency management
Browse files Browse the repository at this point in the history
  • Loading branch information
khalilou88 committed Oct 3, 2023
1 parent 691ec06 commit e3a2c6e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/nx-maven/src/generators/init/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -58,15 +58,15 @@
"items": [
{
"value": "bom",
"label": "use bom"
"label": "I will generate later a parent project with Maven BOM (Spring Boot, Quarkus or Micronaut)"
},
{
"value": "spring-boot-parent-pom",
"label": "use spring boot parent pom"
"label": "I want to add Spring Boot parent POM to root POM.xml"
},
{
"value": "micronaut-parent-pom",
"label": "use micronaut parent pom"
"label": "I want to add Micronaut parent POM to root POM.xml"
}
]
}
Expand Down

0 comments on commit e3a2c6e

Please sign in to comment.