Tag Archives: ant

Use Ant-Contrib Tasks in Maven

I just messed around a while to get a simple Ant-contrib task running inside a Maven build – a simple <if>. The examples on the net weren’t very helpful or too bloated, so i’ll post a very simple one. The problem with Ant-contrib is that this library doesn’t come with the regular Ant-distribution. So it has to [...]
Posted in General | Also tagged | 3 Comments