You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@maven.apache.org by di...@apache.org on 2003/04/02 13:56:34 UTC

cvs commit: maven/src/plugins-build/war/xdocs changes.xml

dion        2003/04/02 03:56:33

  Modified:    src/plugins-build/war plugin.jelly project.xml
               src/plugins-build/war/xdocs changes.xml
  Log:
  Fixed broken war goal that was introduced a few revs back when someone introduced
  war:package
  
  Revision  Changes    Path
  1.12      +1 -1      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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- plugin.jelly	30 Mar 2003 16:17:19 -0000	1.11
  +++ plugin.jelly	2 Apr 2003 11:56:33 -0000	1.12
  @@ -32,7 +32,7 @@
   
       <property name="maven.war.final.name" 
         value="${pom.artifactId}.war"/>
  -      
  +    <attainGoal name="war:package" />
     </goal>
     
     <goal name="war:build">
  
  
  
  1.9       +1 -1      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.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- project.xml	19 Mar 2003 05:36:14 -0000	1.8
  +++ project.xml	2 Apr 2003 11:56:33 -0000	1.9
  @@ -5,7 +5,7 @@
     <pomVersion>3</pomVersion>
     <id>maven-war-plugin</id>
     <name>Maven WAR Plugin</name>
  -  <currentVersion>1.2</currentVersion>
  +  <currentVersion>1.3-SNAPSHOT</currentVersion>
     <description>War Plugin for Maven</description>
     <shortDescription>War Plugin for Maven</shortDescription>
     <url>http://maven.apache.org/reference/plugins/war/</url>
  
  
  
  1.2       +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.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- changes.xml	24 Jan 2003 03:46:24 -0000	1.1
  +++ changes.xml	2 Apr 2003 11:56:33 -0000	1.2
  @@ -6,7 +6,14 @@
     </properties>
   
     <body>
  -    <release version="1.2" date="in CVS">
  +    
  +    <release>
  +      <action dev="dion" type="fix" due-to="Florin Vancea">
  +        Fixed the broken war goal
  +      </action>
  +    </release>
  +    
  +    <release version="1.2" date="2002-02-12">
         <action dev="jvanzyl" type="add">
           Moved the detection of the webSources inside the 'war:war' goal
           itself so that webSource can be assembled on the fly. With the
  
  
  

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