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?
Use the maven-antrun-plugin artifact. This way, you can execute several executables sequentially more easily than exec-maven-plugin. Example:
maven-antrun-plugin
exec-maven-plugin
* The tag is the important one here.
org.apache.maven.plugins maven-antrun-plugin generate-sources run