Download wikipedia Dumps

We run that command to download wikipedia dumps

../run download download.10000.properties

we face that kind of errors.
[ERROR] Failed to execute goal net.alchim31.maven:scala-maven-plugin:3.2.0:run (default-cli) on project dump: wrap: org.apache.commons.exec.ExecuteException: Process exited with an error: 240 (Exit value: 240) -> [Help 1]
[ERROR]
[ERROR] To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR] Re-run Maven using the -X switch to enable full debug logging.
[ERROR]
[ERROR] For more information about the errors and possible solutions, please read the following articles:
[ERROR] [Help 1] http://cwiki.apache.org/confluence/display/MAVEN/MojoExecutionException

Hi @hammadanwar, did you specify base-dir path in universal.properties file? If no then specify it (universal.propeties file is in core module). base-dir is directory where the wikipages will be downloaded.
In my case it looked like:

 # Replace with your Wikipedia dump download directory (should not change over the course of a release)
base-dir=/Users/mykolamedynsky/Desktop/4semester/GoogleSummerOfCode/basedir

Also, be sure that you are using Java 1.8

After specifying the path you need to run mvn install in core module in terminal (console). After that open dump module in terminal and run command ../run download download.10000.properties