You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by we...@apache.org on 2004/09/03 15:19:20 UTC

cvs commit: jakarta-jetspeed-2/components/page-manager maven.xml

weaver      2004/09/03 06:19:20

  Modified:    components/page-manager maven.xml
  Log:
  deployJar skips test cases
  
  Revision  Changes    Path
  1.5       +2 -9      jakarta-jetspeed-2/components/page-manager/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/components/page-manager/maven.xml,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- maven.xml	22 Jul 2004 15:01:07 -0000	1.4
  +++ maven.xml	3 Sep 2004 13:19:20 -0000	1.5
  @@ -17,18 +17,11 @@
            xmlns:j="jelly:core" 
            xmlns:define="jelly:define">
   
  -<!--
  -  <preGoal name="test:test">
  -  	<attainGoal name="db.recreate"/>
  -  </preGoal>
  -<property name='testcase' value='org.apache.jetspeed.components.portletregistry.TestRegistryDirect'/> 
  -
  --->  
  -<property name='testcase' value='org.apache.jetspeed.components.portletentity.TestPortletEntityAccessComponent'/> 
  +   <property name='testcase' value='org.apache.jetspeed.components.portletentity.TestPortletEntityAccessComponent'/> 
     
      <goal name="deployJar">
  +    <property name='maven.test.skip' value='true'/> 
     	<attainGoal name="jar:install"/>
  -
     	<copy file="${basedir}/target/${maven.final.name}.jar" todir="${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/lib"/>
     </goal>
     
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org