Skip to content

Commit

Permalink
sort pom.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mshima committed Jul 24, 2024
1 parent e6e749b commit acab128
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 acab128

Please sign in to comment.