Skip to content

Minor pom.xml modification

Antoine Mottier requested to merge minor-pom-updates into master

@gibello I was taking a quick look at the project and run it and I took the opportunity to make very minor update to the pom.xml. If you think it can be useful you can merge it :-)

  • Project website example value is now https://project-group.ow2.io/project-name rather than http://maven.apache.org
  • Specify source code encoding (UTF-8)
  • Service Java source and target version (set to 11 current LTS)
  • Update Junit version. Still using version 4 as not sure regarding compatibility of Stamp with JUnit 5
  • Set the version of maven-compiler-plugin and maven-surefire-plugin (recommended for reproducible builds)

Merge request reports