You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by dd...@apache.org on 2004/07/30 15:55:11 UTC

cvs commit: jakarta-pluto maven.xml

ddewolf     2004/07/30 06:55:11

  Modified:    .        maven.xml
  Log:
  Resolving Issues: PLUTO-49.  Deployment of portlets was deleting previously deployed portlets.
  
  Revision  Changes    Path
  1.12      +8 -2      jakarta-pluto/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-pluto/maven.xml,v
  retrieving revision 1.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- maven.xml	30 Jul 2004 02:30:28 -0000	1.11
  +++ maven.xml	30 Jul 2004 13:55:11 -0000	1.12
  @@ -45,8 +45,14 @@
     </goal>
   
     <goal name="deploy">
  -   	   <attainGoal name="fullDeployment" />
  -
  +    <echo>
  +************************************************
  +* Please ensure that a fullDeployment has      *
  +* previously been run if this deploy attempt   *
  +* fails.  It is the fullDeployment that        *
  +* deploys pluto container and portal driver.   *
  +************************************************
  +    </echo>
          <maven:reactor
                  basedir="${basedir}"
                  includes="deploy/project.xml"