How to change maven build directory?

Viewed 56527

I have a maven project which I compile with Netbeans. I there a way to specify a different build directory where the compiled binary code is copied after compilation?

2 Answers
Related