Commit 7e1cd38b by Tuukka Kivilahti

Merge branch 'feature/build-sh' into 'master'

build.sh

Just a build.sh script

./build.sh

./build.sh clean compile

/path/to/build.sh clean install

etc...

See merge request !232
2 parents 2fe2f5a2 0f5806c8
Showing with 2 additions and 0 deletions
#!/bin/sh
exec mvn -f ${0%/*}/moya-parent/pom.xml ${@:-package}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!