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/08/06 01:35:16 UTC

cvs commit: jakarta-jetspeed-2/jetspeed-api maven.xml

weaver      2004/08/05 16:35:16

  Modified:    jetspeed-api maven.xml
  Log:
  Fixed the deployJar to copy to the shared/lib
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-jetspeed-2/jetspeed-api/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/jetspeed-api/maven.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- maven.xml	22 Jul 2004 15:01:08 -0000	1.3
  +++ maven.xml	5 Aug 2004 23:35:16 -0000	1.4
  @@ -19,7 +19,7 @@
   
      <goal name="deployJar">
     	<attainGoal name="jar:install"/>
  -  	<copy file="${basedir}/target/${maven.final.name}.jar" todir="${org.apache.jetspeed.deploy.war.dir}/jetspeed/WEB-INF/lib"/>
  +  	<copy file="${basedir}/target/${maven.final.name}.jar" todir="${org.apache.jetspeed.server.shared}"/>
     </goal>
   
   </project>
  
  
  

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