Tagged Questions
1
vote
2answers
261 views
Why do my tests fail to run when migrating from maven2 to buildr?
I have a straightforward maven2 java project (JMS relaying system). After we released the first version, we found that we spent more time configuring maven than actually coding.
For the next release ...