1

So the problem is that I use maven 1.0.2 to build my program. I am aware that it is a bit obsolate but It was not my choice to use it. Still I would like to use JUnit 4 to test my app. I did not find anything that would solve my problem. Everything was about newer versions of maven. Can someone describe wheter it is possible and/or how to do that.

Robert Munteanu
  • 67,031
  • 36
  • 206
  • 278
gregory561
  • 14,866
  • 2
  • 23
  • 25

1 Answers1

0

You may want to refer to this maven 1 project descriptor on the syntax for maven 1.

The syntax is the same as that for maven 2/3 as per this documentation.

Raghuram
  • 51,854
  • 11
  • 110
  • 122