Skip to content

Commit

Permalink
update: readme.md to reflect accurate mvn clean install command
Browse files Browse the repository at this point in the history
  • Loading branch information
archit15singh committed Nov 2, 2023
1 parent 0fe1a8e commit 4f78b74
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ curl http://localhost:9000/health
### Running Assets/Composite Search Service:
1. Go to the path: /knowledge-platform and run the below maven command to build the application.
```shell
mvn clean install -DskipTests
mvn clean install -DskipTests -DCLOUD_STORE_GROUP_ID=org.sunbird -DCLOUD_STORE_ARTIFACT_ID=cloud-store-sdk_2.12 -DCLOUD_STORE_VERSION=1.4.6
```
2. Go to the path: /knowledge-platform/search-api/search-service and run the below maven command to run the netty server.
```shell
Expand Down

0 comments on commit 4f78b74

Please sign in to comment.