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 ta...@apache.org on 2004/12/23 00:06:16 UTC

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

taylor      2004/12/22 15:06:16

  Modified:    .        maven.xml
               portal   maven.xml
  Log:
  new goal: minStart to only deploy jetspeed and the security portlet app
  
  Revision  Changes    Path
  1.110     +20 -0     jakarta-jetspeed-2/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/maven.xml,v
  retrieving revision 1.109
  retrieving revision 1.110
  diff -u -r1.109 -r1.110
  --- maven.xml	4 Dec 2004 05:43:39 -0000	1.109
  +++ maven.xml	22 Dec 2004 23:06:15 -0000	1.110
  @@ -468,6 +468,26 @@
                  postProcessing="false"
                  ignoreFailures="false"/>
       </goal>
  +    
  +    <goal name="minStart"
  +        description="Creates the production DB and calls portal/maven fulDeploy">
  +        <attainGoal name="db.recreate" />
  +        <maven:reactor
  +               basedir="${basedir}"
  +               includes="portal/project.xml"
  +               goals="remove.wars"
  +               banner="Remove war files, make sure to shutdown server first"
  +               postProcessing="false"
  +               ignoreFailures="false"/>        
  +        <maven:reactor
  +               basedir="${basedir}"
  +               includes="portal/project.xml"
  +               goals="minDeploy"
  +               banner="Deploying basic Jetspeed portal suite"
  +               postProcessing="false"
  +               ignoreFailures="false"/>
  +    </goal>
  +    
   
      <goal name="dropdrops">
       <attainGoal name="java:compile"/>
  
  
  
  1.113     +10 -3     jakarta-jetspeed-2/portal/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed-2/portal/maven.xml,v
  retrieving revision 1.112
  retrieving revision 1.113
  diff -u -r1.112 -r1.113
  --- maven.xml	8 Dec 2004 20:35:03 -0000	1.112
  +++ maven.xml	22 Dec 2004 23:06:16 -0000	1.113
  @@ -441,6 +441,10 @@
       </copy>
     </goal>
   
  +  <preGoal name="hotdeploy">
  +   <attainGoal name= "java:compile"/>
  +  </preGoal>
  +
     <!-- ================================================================ -->
     <!-- Does all three deployment steps at once                                                                        -->
     <!-- ================================================================ -->
  @@ -460,9 +464,12 @@
        <attainGoal name="db.entities" />
     </goal>
   
  -  <preGoal name="hotdeploy">
  -   <attainGoal name= "java:compile"/>
  -  </preGoal>
  +  <goal name='minDeploy'>
  +  	 <attainGoal name="deploy" />
  +  	 <attainGoal name="pam.register" />
  +     <attainGoal name="pam.securitydeploy" />  	     
  +     <attainGoal name="db.entities" />     
  +  </goal>
   
     <goal name="deployClasses">
       <attainGoal name="java:compile"/>
  
  
  

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