After I found out that there's no plugin for Simian in Maven 2, we turned to CPD, but it doesn't perform as well as Simian (observed in our Ant projects that use both Simian and CPD). I know that developers in my team have been checking in redundant code but CPD isn't flagging anything. I wanted to try out another code duplication analysis tool.
I considered setting up Simian to be run via the antrun plugin, but due to the nature of Maven projects, setting up the project source directories seems to be tricky.
I was hoping to get some suggestions for such tools. I found other questions dealing with this, but I'm hoping for tools that can actually be smoothly integrated into the Maven build process.
Thanks all.