We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently, the name of the JPMS module is test-reports. There are some problems with that.
test-reports
The naming rules allow dots, but prohibit dashes, thus lots of name options are closed off.
Syntax - dashes are not valid in a module name. It could be test_reports, testReports, or testreports but not test-reports.
test_reports
testReports
testreports
Strongly recommend that all modules be named according to the reverse Internet domain-name convention.
Convention - Mark Reinhold (and sormuras and Nicolai as well 😉) recommend to use the reverse-domain naming convention.
The text was updated successfully, but these errors were encountered:
As the project can't be build modular until openCSV provides a working module this is on hold.
Sorry, something went wrong.
No branches or pull requests
Currently, the name of the JPMS module is
test-reports
. There are some problems with that.Syntax - dashes are not valid in a module name. It could be
test_reports
,testReports
, ortestreports
but nottest-reports
.Convention - Mark Reinhold (and sormuras and Nicolai as well 😉) recommend to use the reverse-domain naming convention.
The text was updated successfully, but these errors were encountered: