weaver      2004/07/28 06:29:06

  Modified:    maven-plugin plugin.jelly
  Log:
  fixed filterset for jetspeed.properties on the build.portal goal.
  
  Revision  Changes    Path
  1.10      +3 -3      jakarta-jetspeed-2/maven-plugin/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven-plugin/plugin.jelly,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- plugin.jelly      22 Jul 2004 15:01:07 -0000      1.9
  +++ plugin.jelly      28 Jul 2004 13:29:06 -0000      1.10
  @@ -149,9 +149,7 @@
        <echo>Copying custom portal files...</echo>
        <copy todir="${maven.war.webapp.dir}" failonerror="true" overwrite="true">
            <fileset dir="${basedir}/src/webapp"/>
  -     </copy>
  -             
  -     <attainGoal name="war:war" />
  +     </copy>     
        
        <copy file="${maven.war.src}/WEB-INF/conf/jetspeed.properties" 
tofile="${maven.war.webapp.dir}/WEB-INF/conf/jetspeed.properties" overwrite="true">
         <filterset begintoken="@" endtoken="@">
  @@ -159,6 +157,8 @@
           <filter token="AUTODEPLOYMENT_PASSWORD" 
value="${org.apache.jetspeed.services.autodeployment.password}"/>
         </filterset>
       </copy>
  +    
  +    <attainGoal name="war:war" />
     </goal>
     
     <goal name="jetspeed2:build.portal.debug" >
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to