- The handling CRLF in jvm.config file has been fixed
- Wrong encoding of non-ascii filenames has been fixed
- Deadlock in dependency resolution has been fixed
- The log output contains now some progress informations related to the number of modules which looks like this
- More here: https://maven.apache.org/docs/3.5.3/release-notes.html
Details
Details
- Reviewers
JoshStrobl - Group Reviewers
Triage Team - Commits
- R366:e3e699ee58be: Update maven to 3.5.3
Used to build personal Maven-based Java project
Diff Detail
Diff Detail
- Repository
- R366 apache-maven
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
Fatal: Unknown symbol: libutil.so.9 Fatal: Unknown symbol: libc.so.7 Fatal: Unknown symbol: libutil.so.9 Fatal: Unknown symbol: libc.so.7
These showed up during build. Any ideas?
Comment Actions
Hi @tristan957
I do not know where have you got the source URL: http://mirrors.sorengard.com/apache/maven/maven-3/3.5.3/source/apache-maven-3.5.3-src.tar.gz but it does not work (403-forbidden).
I have try to build the package for the 3.5.3 version using the github source location (https://github.com/apache/maven/archive/maven-3.5.3.tar.gz) and it worked perfectly for me. No errors.