diff --git a/.gitmodules b/.gitmodules index f07160a2996b6767ec98ce37d266309ef6a3a986..ccee3ea9fb6702b995c65bbebe6ebc213d8f74e3 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,3 @@ [submodule "arf005"] path = arf005 - url = https://forge.etsi.org/rep/arf/arf005.git + url = https://forge.etsi.org/rep/arf/openapi.git diff --git a/package.json b/package.json index d8506344d7e988eb1664633d443700bdb1bab7d1..9722e3ae920c02bd7be013e68ef1f65f159d349f 100644 --- a/package.json +++ b/package.json @@ -18,7 +18,7 @@ "description": "ISG ARF World Storage Cpp Server", "main": "index.js", "scripts": { - "generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/6.6.0.jar generate -i ../openapi/API/worldstorage/worldstorageopenapi.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh", + "generate": "cd EtsiServerGen && java -jar /usr/local/lib/node_modules/@openapitools/openapi-generator-cli/versions/6.6.0.jar generate -i ../arf005/API/worldstorage/worldstorageopenapi.yaml --skip-validate-spec -g cpp-restbed-server -o . && cd patches && ./applyPatches.sh", "installConan": "pip install conan", "build": "cd EtsiServerGen && conan install . --build=missing -of build && cd build && cmake .. --preset conan-release && cmake --build . && sudo make install"