scala - Maven finds "org.foo.Bar" and "org.(some other)foo.Bar" - and the build fails -


i'm working on scala project managed maven, on os x. when build project, errors this:

[error] /users/me/project/myscalafile.scala:97: type mismatch; [info]  found: org.foo.bar [info]  required: org.(some other)foo.bar [info]  bar(stuff) [info]     ^ 

sometimes switched, e.g.

[info]  found: org.(some other)foo.bar [info]  required: org.foo.bar 

running "mvn clean" , rebuilding project way i've been able around this. avoid doing (and of course, inexplicable build errors not either :p).


Comments

Popular posts from this blog

matlab - Deleting rows with specific rules -

jquery - How would i go about shortening this code? And to cancel the previous click on click of new section? -