Skip to content

Commit

Permalink
[hotfix][docs] Correct the description of how to build this project
Browse files Browse the repository at this point in the history
This closes apache#112
  • Loading branch information
Myasuka authored May 7, 2022
1 parent d0576e1 commit 8f9c5c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Check our [quick-start](https://nightlies.apache.org/flink/flink-table-store-doc

## Building

Run the `mvn clean package` command to build the project.
Run the `mvn clean package -DskipTests` command to build the project.

Then you will find a JAR file that contains your application, plus any libraries that you may have added as dependencies to the application: `target/<artifact-id>-<version>.jar`.
Then you will find a JAR file with all shaded dependencies: `flink-table-store-dist/target/flink-table-store-dist-<version>.jar`.

## Contributing

Expand Down

0 comments on commit 8f9c5c5

Please sign in to comment.