Skip to content

Commit

Permalink
Merge pull request #386 from mshima/format-pom
Browse files Browse the repository at this point in the history
sort pom.xml
  • Loading branch information
DanielFran authored Jul 24, 2024
2 parents e6e749b + acab128 commit f1b61f7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions generators/spring-boot/generator.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,8 @@ export default class extends BaseApplicationGenerator {
async beforeQueue() {
await this.dependsOnJHipster('server');
await this.dependsOnJHipster('jhipster:java:build-tool', {
// We want to use v7 liquibase templates and keep pom.xml unsorted for easier migration
generatorOptions: { skipPriorities: ['writing', 'postWriting'], sortMavenPom: false },
// We want to use v7 build-tool templates
generatorOptions: { skipPriorities: ['writing', 'postWriting'] },
});
}

Expand Down

0 comments on commit f1b61f7

Please sign in to comment.