-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
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
cleanup .cdsrc.json #263
cleanup .cdsrc.json #263
Conversation
According to my understanding the file could even be a completely empty JSON object or even removed, as also profile java is auto-configured. |
ok, I will try without .cdsrc.json. |
cool, it works without a |
Don't we use |
The [INFO] CdsMojo: Using /Users/d032842/SAPDevelop/.m2/repository/com/sap/cds/cds-maven-plugin/cache/unpacked/18.18.2/unpacked-18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64/bin/npx provided by goal install-node.
[INFO] CdsMojo: Using directory containing a package.json as working directory: /Users/d032842/SAPDevelop/git/cloud-cap-samples-java
[INFO] CdsMojo: Executing [/Users/d032842/SAPDevelop/.m2/repository/com/sap/cds/cds-maven-plugin/cache/unpacked/18.18.2/unpacked-18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64/bin/npx, -c, cds version] in working directory /Users/d032842/SAPDevelop/git/cloud-cap-samples-java
[INFO] CdsMojo: Using configured working directory: /Users/d032842/SAPDevelop/git/cloud-cap-samples-java
[INFO] CdsMojo: Executing [/Users/d032842/SAPDevelop/.m2/repository/com/sap/cds/cds-maven-plugin/cache/unpacked/18.18.2/unpacked-18.18.2-darwin-x64.tar.gz/node-v18.18.2-darwin-x64/bin/npx, -c, cds build --for java] in working directory /Users/d032842/SAPDevelop/git/cloud-cap-samples-java
[INFO] CdsMojo: [cds] - building project [/Users/d032842/SAPDevelop/git/cloud-cap-samples-java], clean [true]
[cds] - cds-dk [7.3.0], cds [7.3.0], compiler [4.3.0], home [/Users/d032842/SAPDevelop/git/cloud-cap-samples-java/node_modules/@sap/cds] [INFO] CdsMojo: Using directory containing a package.json as working directory: /Users/d032842/SAPDevelop/git/cloud-cap-samples-java But yes, we can keep an empty |
See: #262