I am having problems compiling some Scala with Maven or Eclipse where I try to import a class from a Java jar which contains both a namespace and class of the same name.
The actual compiler option is "-Yresolve-term-conflict:strategy" where strategy is either package, object, error.