You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2006/06/07 18:00:21 UTC

svn commit: r412439 - /tapestry/tapestry5/tapestry-project/trunk/pom.xml

Author: hlship
Date: Wed Jun  7 09:00:21 2006
New Revision: 412439

URL: http://svn.apache.org/viewvc?rev=412439&view=rev
Log:
Update tests to work under Maven Surefire (using version 2.2 of the plugin).

Modified:
    tapestry/tapestry5/tapestry-project/trunk/pom.xml

Modified: tapestry/tapestry5/tapestry-project/trunk/pom.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-project/trunk/pom.xml?rev=412439&r1=412438&r2=412439&view=diff
==============================================================================
--- tapestry/tapestry5/tapestry-project/trunk/pom.xml (original)
+++ tapestry/tapestry5/tapestry-project/trunk/pom.xml Wed Jun  7 09:00:21 2006
@@ -122,6 +122,7 @@
                         <execution>
                             <goals>
                                 <goal>compile</goal>
+                                <goal>test-compile</goal>
                             </goals>
                         </execution>
                     </executions>