Skip to content

chore(pom): remove unnecessary configuration options from spring-boot-maven-plugin#841

Open
serge-krot wants to merge 1 commit into
mainfrom
imp-mvn-build
Open

chore(pom): remove unnecessary configuration options from spring-boot-maven-plugin#841
serge-krot wants to merge 1 commit into
mainfrom
imp-mvn-build

Conversation

@serge-krot
Copy link
Copy Markdown
Member

  • Removed fork parameter from spring-boot-maven-plugin (no longer supported in version 3.5.9)
  • Removed classifier parameter from maven-assembly-plugin (should be defined in the assembly descriptor file instead)
  • the classifier is properly defined in the assembly descriptor file. In assembly-war-wildfly.xml:4, the wildfly element serves as the classifier. This will append -wildfly to the generated artifact name, producing something like webapp-2.2.0-SNAPSHOT-wildfly.war.

…-maven-plugin

- Removed fork parameter from spring-boot-maven-plugin (no longer supported in version 3.5.9)
- Removed classifier parameter from maven-assembly-plugin (should be defined in the assembly descriptor file instead)
- the classifier is properly defined in the assembly descriptor file. In assembly-war-wildfly.xml:4, the <id>wildfly</id> element serves as the classifier. This will append -wildfly to the generated artifact name, producing something like webapp-2.2.0-SNAPSHOT-wildfly.war.
Copy link
Copy Markdown
Member

@OlegCIB OlegCIB left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need the wildfly classifier

@serge-krot
Copy link
Copy Markdown
Member Author

We need the wildfly classifier

[WARNING] Parameter 'classifier' is unknown for plugin 'maven-assembly-plugin:3.3.0:single (wildfly)'

@serge-krot serge-krot requested a review from OlegCIB February 24, 2026 15:43
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants