Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
postGoalJelly を使用して、maven.xml のセクションでbash スクリプトを実行したいと思います。これどうやってするの?
postGoal
見つけた。使用する必要がありますjelly:ant(私はそれを としてマッピングしましたa)。次に、次のように記述します。
jelly:ant
a
<a:exec executable="/bin/bash"> <a:arg value="script_path"/> <a:arg value="srcipt_args"/> </a:exec>