Current trunk. Normal IntelliJ Maven project setup, but it refuses to deal with the XWork package renaming, and I have no idea (harhar) why not. The correct classes are in the XWork jar in the repo (like org.apache.commons.lang.xwork.StringUtils), but IntelliJ doesn't see it and continues to try to grab IDEA's compilation results.
I've tried the typical random stuff, like (cmdline) rebuilding, (IntelliJ) force reimporting, (IntelliJ) reloading folders, whatever other stuff I could find that seemed even reasonably close. If I have a project with *just* s2-core, everything works, I assume because the XWork stuff isn't in the current project, but I had kind of wanted to have everything "local". Anybody dealt/fixed with this before? Thanks, Dave