add exclude for inner classes

git-svn-id: https://svn.apache.org/repos/asf/maven/continuum/trunk@529708 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/continuum-webapp/pom.xml b/continuum-webapp/pom.xml
index 2a32851..a02e634 100644
--- a/continuum-webapp/pom.xml
+++ b/continuum-webapp/pom.xml
@@ -224,6 +224,7 @@
             <exclude>**/ReleasePrepareActionTest.*</exclude>
             <!-- TODO: test not working, and doesn't belong here. It should be mocking the logger, not setting sys out. It fails because the logger can't be created as it tries to write to /logs/continuum.log -->
             <exclude>**/ContinuumActionLoggingTest.*</exclude>
+            <exclude>*$*</exclude>
           </excludes>
         </configuration>
       </plugin>