vmassol     2003/09/29 08:14:19

  Modified:    src/plugins-build/war plugin.jelly project.xml
               src/plugins-build/war/xdocs changes.xml
  Log:
  Use the new caller plugin
  
  Revision  Changes    Path
  1.31      +3 -2      maven/src/plugins-build/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/plugin.jelly,v
  retrieving revision 1.30
  retrieving revision 1.31
  diff -u -r1.30 -r1.31
  --- plugin.jelly      24 Sep 2003 05:34:50 -0000      1.30
  +++ plugin.jelly      29 Sep 2003 15:14:19 -0000      1.31
  @@ -4,7 +4,8 @@
            xmlns:license="license"
            xmlns:util="jelly:util"
            xmlns:ant="jelly:ant"
  -         xmlns:artifact="artifact">
  +         xmlns:artifact="artifact"
  +         xmlns:caller="caller">
   
     <!--==================================================================-->
     <!-- Default goal : Builds a war file                                 -->
  @@ -21,7 +22,7 @@
         file="${maven.war.src}"/>
   
       <j:if test="${sourcesPresent == 'true'}">
  -      <attainGoal name="java:compile"/>
  +      <caller:call goalInterface="compile-java"/>
         <attainGoal name="test:test"/>
       </j:if>
   
  
  
  
  1.15      +10 -4     maven/src/plugins-build/war/project.xml
  
  Index: project.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/project.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- project.xml       29 Sep 2003 05:19:14 -0000      1.14
  +++ project.xml       29 Sep 2003 15:14:19 -0000      1.15
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-war-plugin</id>
     <name>Maven WAR Plugin</name>
  -  <currentVersion>1.4</currentVersion>
  +  <currentVersion>1.5-SNAPSHOT</currentVersion>
     <description>War Plugin for Maven</description>
     <shortDescription>War Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/war/</url>
  @@ -14,7 +14,13 @@
       <connection>scm:cvs:pserver:[EMAIL 
PROTECTED]:/home/cvspublic:maven/src/plugins-build/war/</connection>
       <url>http://cvs.apache.org/viewcvs/maven/src/plugins-build/war/</url>
     </repository>
  -  <versions/>
  +  <versions>
  +    <version>
  +      <id>1.5</id>
  +      <name>1.5</name>
  +      <tag>HEAD</tag>
  +    </version>  
  +  </versions>
     <branches/>
     <mailingLists/>
     <developers>
  @@ -39,8 +45,8 @@
       <developer>
         <name>Vincent Massol</name>
         <id>vmassol</id>
  -      <email>[EMAIL PROTECTED]</email>
  -      <organization>Octo Technology</organization>
  +      <email>[EMAIL PROTECTED]</email>
  +      <organization>Pivolis</organization>
         <roles>
           <role>Java Developer</role>
         </roles>
  
  
  
  1.15      +8 -1      maven/src/plugins-build/war/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/war/xdocs/changes.xml,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- changes.xml       29 Sep 2003 06:27:58 -0000      1.14
  +++ changes.xml       29 Sep 2003 15:14:19 -0000      1.15
  @@ -2,10 +2,17 @@
   <document>
     <properties>
       <title>Changes</title>
  -    <author email="[EMAIL PROTECTED]">Vincent Massol</author>
  +    <author email="[EMAIL PROTECTED]">Vincent Massol</author>
     </properties>
   
     <body>
  +
  +    <release version="1.5" date="in CVS">
  +      <action dev="vmassol" type="add">
  +        Use the new <code>caller</code> plugin to isolate the 
  +        java compilation goal called from its implementation.
  +      </action>
  +    </release>
   
       <release version="1.4" date="2003-09-29">
         <action dev="dion" type="update">
  
  
  

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

Reply via email to