Google先生を参考に、 <tasks if="パラメータ"> Antの処理 </tasks> とやってみたがうまく動かない。っていうかifとかちゃんと見てんのか。 という感じだったので、別の方法で試してみました。 (いや、もちろん僕がどっか間違ってることは確かですけど…) ---- pom.xml ----- <plugin> <artifactId>maven-antrun-plugin</artifactId> <executions> <execution> <phase>compile</phase> <configuration> <tasks> <echo message="run build.xml" /> <ant antfile="build.xml" target="${ant.target}" inheritRefs="true"/> </tasks> </con