Author: jmcconnell
Date: Tue Apr 17 11:49:50 2007
New Revision: 529708
URL: http://svn.apache.org/viewvc?view=rev&rev=529708
Log:
add exclude for inner classes
Modified:
maven/continuum/trunk/continuum-webapp/pom.xml
Modified: maven/continuum/trunk/continuum-webapp/pom.xml
URL: http://svn.apache.org/viewvc/maven/continuum/trunk/continuum-webapp/pom.xml?view=diff&rev=529708&r1=529707&r2=529708
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Tue Apr 17 11:49:50 2007
@@ -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>
|