Skip to content
This repository was archived by the owner on Jun 13, 2025. It is now read-only.

Commit 4c68bfd

Browse files
authored
Update README.md
1 parent 2db07f0 commit 4c68bfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
If you want to build and run locally, ensure that at least Java 11 is installed. Then, follow these steps:
2323

2424
1. Clone this repository.
25-
2. Execute `cd IDS-AppStore` and `./mvnw clean package -DskipTests`.
25+
2. Execute `cd IDS-AppStore` and `./mvnw clean package -DskipTests -Dmaven.javadoc.skip=true`.
2626
3. Navigate to `/target` and run `java -jar ids-appstore-{VERSION}.jar`.
2727
4. If everything worked fine, the application is available at https://localhost:8080/. The API can
2828
be accessed at https://localhost:8080/api. The Swagger UI can be found at https://localhost:8080/api/docs.

0 commit comments

Comments
 (0)