Search Results

17
votes

Maven or Ant?

Contrary to what @Joe Skora has said, with Maven 2 I have rarely needed to use ant in combination with Maven. Maven 1 was …
6
votes

force Maven2 to copy dependencies into target/lib

Take a look at the Maven dependency plugin, specifically, the …
3
votes

Preprocessing source code as a part of a maven build

This is something that is very doable and I've done something very similar in the past. An example from a project of mine, where I used the antrun plug-in to execute an external program to …