You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by di...@apache.org on 2005/11/29 19:34:00 UTC

svn commit: r349784 - /webservices/axis2/trunk/java/modules/core/maven.xml

Author: dims
Date: Tue Nov 29 10:33:57 2005
New Revision: 349784

URL: http://svn.apache.org/viewcvs?rev=349784&view=rev
Log:
fix typo!! sorry Eran


Modified:
    webservices/axis2/trunk/java/modules/core/maven.xml

Modified: webservices/axis2/trunk/java/modules/core/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/maven.xml?rev=349784&r1=349783&r2=349784&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/maven.xml (original)
+++ webservices/axis2/trunk/java/modules/core/maven.xml Tue Nov 29 10:33:57 2005
@@ -9,7 +9,7 @@
     xmlns:deploy="deploy"
     xmlns:ant="jelly:ant">
     <postGoal name="test:compile">
-      <j:if test="context.getVariable('maven.test.skip') != 'true'}">
+      <j:if test="${context.getVariable('maven.test.skip') != 'true'}">
         <j:jelly xmlns="jelly:ant">
             <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/service2"/>
             <ant:ant antfile="build.xml" inheritall="true" inheritrefs="true" dir="test-resources/deployment/echo"/>