You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@continuum.apache.org by jm...@apache.org on 2007/04/17 21:44:58 UTC

svn commit: r529732 - /maven/continuum/trunk/continuum-webapp/pom.xml

Author: jmcconnell
Date: Tue Apr 17 12:44:57 2007
New Revision: 529732

URL: http://svn.apache.org/viewvc?view=rev&rev=529732
Log:
getting the excludes right, in the right place this time, then releasing alpha-1 again

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=529732&r1=529731&r2=529732
==============================================================================
--- maven/continuum/trunk/continuum-webapp/pom.xml (original)
+++ maven/continuum/trunk/continuum-webapp/pom.xml Tue Apr 17 12:44:57 2007
@@ -202,7 +202,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>
+            <exclude>**/*$*</exclude>
           </excludes>
         </configuration>
       </plugin>
@@ -502,4 +502,4 @@
       <scope>provided</scope>
     </dependency>
   </dependencies>
-</project>
\ No newline at end of file
+</project>