Re: org.junit always missing after mvn clean, but available after the first build

2007-06-02 Thread Jason van Zyl
We would need to see your POM to see what's going on. On 26 May 07, at 5:42 PM 26 May 07, Joe-D Morrison wrote: I’m running into a strange Maven problem. I’m listing junit as a dependency in the usual way, i.e. dependency groupIdjunit/groupId artifactIdjunit/artifactId

org.junit always missing after mvn clean, but available after the first build

2007-05-28 Thread Joe-D Morrison
I’m running into a strange Maven problem. I’m listing junit as a dependency in the usual way, i.e. dependency groupIdjunit/groupId artifactIdjunit/artifactId version4.1/version scopetest/scope /dependency When I build the project cleanly: mvn clean install I get a bunch of