vmassol     2004/03/05 05:10:46

  Added:       scratchpad/cactus2 maven.xml project.properties
  Log:
  added top level "dist" goal that calls all "dist" goals of all subprojects
  
  Revision  Changes    Path
  1.1                  jakarta-cactus/scratchpad/cactus2/maven.xml
  
  Index: maven.xml
  ===================================================================
  <project
    xmlns:j="jelly:core"
    xmlns:maven="jelly:maven">
    
    <goal name="dist">
      <attainGoal name="multiproject:goal"/>
    </goal>
    
  </project>
  
  
  
  1.1                  jakarta-cactus/scratchpad/cactus2/project.properties
  
  Index: project.properties
  ===================================================================
  # -----------------------------------------------------------------------------
  # Default properties for the Maven build. You can override these properties
  # either by defining a build.properties file with the overriden properties
  # or by passing them on the command line as system parameters (-D).
  #
  # $Id: project.properties,v 1.1 2004/03/05 13:10:46 vmassol Exp $
  # -----------------------------------------------------------------------------
  
  # Properties for the multiproject plugin
  goal = dist
  maven.multiproject.includes=**/project.xml
  
  
  

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

Reply via email to