Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Platform Independent Maven Build: Add Maven Wrapper and Set Default Encoding #205

Open
jannickherrmann opened this issue Jun 17, 2024 · 0 comments

Comments

@jannickherrmann
Copy link
Contributor

Description

Add a Maven wrapper to the project and set a default encoding in the pom.xml. The Maven wrapper ensures consistent use of the correct Maven version across different environments. Setting a default encoding ensures consistent character encoding.
Expected Behavior

  • The project can be built using the Maven wrapper, eliminating the need for a pre-installed Maven.
  • The default encoding is set to UTF-8, ensuring consistent handling of character encoding.

Actual Behavior

  • Currently, the project requires a pre-installed version of Maven, which can lead to version inconsistencies among developers.
  • The project does not explicitly set a default encoding, which can lead to inconsistencies in character encoding.

Environment

  • Operating system:
  • OpenShift versions:
  • Project Versions:

Steps to reproduce

  • Clone the project repository.
  • Attempt to build the project without a pre-installed Maven.
  • Observe the need for a specific Maven version.
  • Check for character encoding inconsistencies due to the lack of a default encoding setting.
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

No branches or pull requests

1 participant