[infinispan-dev] Workarounds for 'duplicate class...' issues after activation of IntelliJ annotation processing

2011-07-15 Thread Galder Zamarreño
Hi, Since I enabled annotation processing in IntelliJ and got it working, if I build core/ from command line (i.e. to run the testsuite), when I go back to the IDE and try to run a test, I get messages like: Duplicate class $Logger Now, the eclipse Maven plugin allows to configure a

Re: [infinispan-dev] Workarounds for 'duplicate class...' issues after activation of IntelliJ annotation processing

2011-07-15 Thread Galder Zamarreño
Actually, when importing to Intellij, it completely ignores the configured maven plugin. It has an option to avoid using the Maven output directories (http://www.jetbrains.com/idea/webhelp/maven-importing.html) but it seems to ignore it. On Jul 15, 2011, at 11:57 AM, Galder Zamarreño wrote: