ここで私はそのようなMavenに問題があります
.....
<tasks>
<exec executable="subst" failonerror="false">
<arg line="f: c:\blabla"/>
</exec>
////// here the execution I try to make!
<exec executable="subst" failonerror="false" if=//before execution fails!>
<arg line="g: c:\blabla"/>
</exec>
<tasks>
別のコマンドが失敗した場合にコマンドを実行する方法を想像できませんでした。
ご協力いただきありがとうございます