Skip to content

Commit

Permalink
use [] instead of () in distro filename, make surefire UTF-8 aware
Browse files Browse the repository at this point in the history
() need to be escaped or wrapped on most shells, let's not use em
  • Loading branch information
edeso committed Feb 28, 2022
1 parent 61fbe90 commit a56ff6d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,13 @@
<!-- setup some defaults used or overridden later -->
<version.number>${build.datestamp}</version.number>
<version.release>mvn build</version.release>
<version.revision>${git.total.commit.count}(${git.commit.id.abbrev})</version.revision>
<version.revision>${git.total.commit.count}[${git.commit.id.abbrev}]</version.revision>
<version.buildDateLong>${build.datelong}</version.buildDateLong>
<version.string>${git.branch}(${git.commit.id.abbrev})</version.string>

<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>

<project.binaries>**/*.command,**/*.sh,**/*.bat,**/*.exe,**/MacOS/OpenJUMP</project.binaries>
<maven-assembly-plugin.version>3.3.0</maven-assembly-plugin.version>
<maven-antrun-plugin.version>3.0.0</maven-antrun-plugin.version>
Expand Down

0 comments on commit a56ff6d

Please sign in to comment.