[FOLIO-2586] mvn fails on Linux, but okay on macOS: cannot handle mixed case directory name Created: 06/May/20 Updated: 03/Jun/20 Resolved: 07/May/20 |
|
| Status: | Closed |
| Project: | FOLIO |
| Components: | None |
| Affects versions: | None |
| Fix versions: | None |
| Type: | Bug | Priority: | TBD |
| Reporter: | David Crossley | Assignee: | Yauheni Kuzmianok |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Remaining Estimate: | Not Specified | ||
| Time Spent: | Not Specified | ||
| Original estimate: | Not Specified | ||
| Issue links: |
|
||||||||||||||||
| Sprint: | |||||||||||||||||
| Description |
|
With https://github.com/folio-org/folio-integration-tests Doing 'mvn' on a macOS system is okay. However it fails on Linux. [ERROR] Child module /home/vagrant/folio-integration-tests/poc of /home/vagrant/folio-integration-tests/pom.xml does not exist @ @ [ERROR] The build could not read 1 project -> [Help 1] [ERROR] [ERROR] The project org.folio:folio-integration-tests:1.0-SNAPSHOT (/home/vagrant/folio-integration-tests/pom.xml) has 1 error [ERROR] Child module /home/vagrant/folio-integration-tests/poc of /home/vagrant/folio-integration-tests/pom.xml does not exist Perhaps because the top-level directory name is "PoC" which maven on macOS can resolve to "poc" but not on Linux. So cannot be built on FOLIO Jenkins. Note Yauheni Kuzmianok |
| Comments |
| Comment by David Crossley [ 07/May/20 ] |
|
Yauheni fixed that today. I tested basic Jenkins build successfully with my branch. |