You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 8, 2020. It is now read-only.
Contains the SANSA Examples for [Apache Flink](http://flink.apache.org/).
13
-
14
-
## Not able to build the project with maven then read this section:
15
-
*Step 1:* just make sure you are using the updated Maven Package Manager. Just run the `mvn --version` to be sure that your mvn is the latest. If it is not then run following commands in your prefered termianl:
16
-
As the project is under development might have some problems and end up with errors during the `mvn clean install -U` building process. Therefore, hopefully there is a solution to solve this issue:
17
-
18
-
```
19
-
sudo apt-get --only-upgrade install maven
20
-
mvn --versoin
21
-
```
22
-
if it does not update your current maven (last version is 3.6.0) then follow these commands:
0 commit comments