For creating configuration of my application I need to run bash script. Is it possible to integrate execution of Bash scripts in Maven, maybe there are some plugins?
Would look more like:
org.apache.maven.plugins maven-antrun-plugin 1.8 generateSources generate-sources run
With myFirst.sh:
echo "call to myFirst.sh, message ${1}"