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.
Asked
Active
Viewed 214 times
1
-
You need to add the JUnit to your dependencies...(I can't remember how this looks like for Maven 1.X). – khmarbaise Dec 02 '11 at 08:21
1 Answers
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