سؤال

I would like to execute a bash script in postGoal section of my maven.xml using Jelly. How can I do this?

هل كانت مفيدة؟

المحلول

I found it. You have to use jelly:ant (I mapped it is as a). Then just write:

<a:exec executable="/bin/bash">
    <a:arg value="script_path"/>
    <a:arg value="srcipt_args"/>
</a:exec>
مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top