You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by pl...@apache.org on 2002/12/13 20:07:26 UTC

cvs commit: jakarta-turbine-maven/src/plugins-build/webserver plugin.jelly plugin.properties

plynch      2002/12/13 11:07:26

  Modified:    src/plugins-build/webserver plugin.jelly plugin.properties
  Log:
  o adding maven.webapp.dir property, which someway I'd like to move to a maven webapp plugin
  
  Revision  Changes    Path
  1.6       +2 -0      jakarta-turbine-maven/src/plugins-build/webserver/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/webserver/plugin.jelly,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- plugin.jelly	4 Dec 2002 19:30:12 -0000	1.5
  +++ plugin.jelly	13 Dec 2002 19:07:25 -0000	1.6
  @@ -35,6 +35,8 @@
         <ant:filter token="maven.webserver.port.three" value="${maven.webserver.port.three}" />
         <ant:filter token="maven.webserver.conf.dir" value="${maven.webserver.conf.dir}" />
         <ant:filter token="maven.webserver.host" value="${maven.webserver.host}" />
  +      <!-- FIXME - should be moved to a webapp plugin -->
  +      <ant:filter token="maven.webapp.dir" value="${maven.webapp.dir}" />
       </ant:filterset>
   
       <ant:filterset id="maven.webserver.filterset">
  
  
  
  1.5       +5 -0      jakarta-turbine-maven/src/plugins-build/webserver/plugin.properties
  
  Index: plugin.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/plugins-build/webserver/plugin.properties,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.properties	29 Sep 2002 08:30:17 -0000	1.4
  +++ plugin.properties	13 Dec 2002 19:07:25 -0000	1.5
  @@ -60,3 +60,8 @@
   #
   maven.webserver.url=http://${maven.webserver.host}:${maven.webserver.port.http}/index.html
   
  +#
  +# The directory out of which you will server your documents
  +# FIXME: Let's make a webapp plugin and put this property there
  +#
  +maven.webapp.dir=${maven.webserver.dir}/webapps/ROOT