gregory561
gregory561

Reputation: 15046

How to add JUnit 4 lib. to maven 1.0.2

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.

Upvotes: 1

Views: 217

Answers (1)

Raghuram
Raghuram

Reputation: 52645

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.

Upvotes: 0

Related Questions