Step 1) open command line as administrator
Step 2) navigate to location where my source is on my machine (in this case my GitHub repo)
Step 3) run mvn prepare
Please see the below attached screenshot.
When it asked me for release version i said 1.0.0
SCM release tag i said zap-1.0.0
and new development version i said 1.0.1-SNAPSHOT
I am unsure if i did these correctly but i assume so. I have no issues running clean package verify -e or clean install -e from intellij idea or eclipse. Any advice would be appreciated. Thank you
