You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by ah...@apache.org on 2004/04/29 02:10:33 UTC

cvs commit: maven-plugins/genapp/src/plugin-resources/complex/template-resources maven.xml

aheritier    2004/04/28 17:10:33

  Modified:    genapp/src/plugin-resources/complex/template-resources
                        maven.xml
  Log:
  no problem with multiproject targets redefinition
  
  Revision  Changes    Path
  1.3       +12 -12    maven-plugins/genapp/src/plugin-resources/complex/template-resources/maven.xml
  
  Index: maven.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/genapp/src/plugin-resources/complex/template-resources/maven.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- maven.xml	28 Apr 2004 23:26:03 -0000	1.2
  +++ maven.xml	29 Apr 2004 00:10:33 -0000	1.3
  @@ -1,11 +1,11 @@
   <?xml version="1.0" encoding="UTF-8"?>
  -<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" default="complex:build">
  -  <goal name="complex:build">
  -    <attainGoal name="complex:ejb-install" />
  -    <attainGoal name="complex:war-install" />
  -    <attainGoal name="complex:ear" />
  +<project xmlns:j="jelly:core" xmlns:ant="jelly:ant" xmlns:maven="jelly:maven" default="multiproject:build">
  +  <goal name="multiproject:build">
  +    <attainGoal name="multiproject:ejb-install" />
  +    <attainGoal name="multiproject:war-install" />
  +    <attainGoal name="multiproject:ear" />
     </goal>
  -  <goal name="complex:war">
  +  <goal name="multiproject:war">
       <maven:reactor
         basedir="."
         banner="Creating WAR files"
  @@ -16,7 +16,7 @@
         ignoreFailures="${maven.multiproject.ignoreFailures}"
       />
     </goal>
  -  <goal name="complex:ear">
  +  <goal name="multiproject:ear">
       <maven:reactor
         basedir="."
         banner="Creating EAR files"
  @@ -27,7 +27,7 @@
         ignoreFailures="${maven.multiproject.ignoreFailures}"
       />
     </goal>
  -  <goal name="complex:ejb">
  +  <goal name="multiproject:ejb">
       <maven:reactor
         basedir="."
         banner="Creating EJB files"
  @@ -38,7 +38,7 @@
         ignoreFailures="${maven.multiproject.ignoreFailures}"
       />
     </goal>
  -  <goal name="complex:war-install">
  +  <goal name="multiproject:war-install">
       <maven:reactor
         basedir="."
         banner="Installing WAR files"
  @@ -49,7 +49,7 @@
         ignoreFailures="${maven.multiproject.ignoreFailures}"
       />
     </goal>
  -  <goal name="complex:ejb-install">
  +  <goal name="multiproject:ejb-install">
       <maven:reactor
         basedir="."
         banner="Installing EJB files"
  @@ -60,8 +60,8 @@
         ignoreFailures="${maven.multiproject.ignoreFailures}"
       />
     </goal>
  -  <goal name="complex:cactus">
  -<!--    <attainGoal name="complex:build" />-->
  +  <goal name="multiproject:cactus">
  +<!--    <attainGoal name="multiproject:build" />-->
   <!--    <maven:maven descriptor="components/ears/ear/project.xml" goals="cactus:test-ear" />-->
       <maven:reactor
         basedir="."
  
  
  

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