< prev index next >

./README.md

Print this page

        

*** 190,199 **** --- 190,202 ---- ``` Then in another terminal (in the project root): ```bash + cd core + mvn install + cd ../ mvn package ``` Note that you may need to define proxy settings if you happen to be behind a firewall. In your ~/.m2/settings.xml file (if you have none, simply create one), add: ```xml
< prev index next >