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 2004/04/07 08:07:45 UTC

cvs commit: maven-plugins/war plugin.jelly

dion        2004/04/06 23:07:45

  Modified:    war/xdocs changes.xml
               war      plugin.jelly
  Log:
  Fix MPWAR-24: Remove extra call to java:compile.
  I verified this removal with Vincent M.
  
  Revision  Changes    Path
  1.22      +1 -0      maven-plugins/war/xdocs/changes.xml
  
  Index: changes.xml
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/xdocs/changes.xml,v
  retrieving revision 1.21
  retrieving revision 1.22
  diff -u -r1.21 -r1.22
  --- changes.xml	31 Mar 2004 06:35:23 -0000	1.21
  +++ changes.xml	7 Apr 2004 06:07:44 -0000	1.22
  @@ -25,6 +25,7 @@
     </properties>
     <body>
       <release version="1.6" date="in CVS">
  +      <action dev="dion" type="fix" issue="MPWAR-24">Remove extra call to java:compile</action>
         <action dev="dion" type="update" issue="MPWAR-21">Allow automated generation of manifest Class-Path</action>
         <action dev="dion" type="update" issue="MPWAR-22">Allow customizing of MANIFEST.MF</action>
       </release>
  
  
  
  1.39      +0 -1      maven-plugins/war/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven-plugins/war/plugin.jelly,v
  retrieving revision 1.38
  retrieving revision 1.39
  diff -u -r1.38 -r1.39
  --- plugin.jelly	31 Mar 2004 06:35:23 -0000	1.38
  +++ plugin.jelly	7 Apr 2004 06:07:45 -0000	1.39
  @@ -40,7 +40,6 @@
         file="${maven.war.src}"/>
   
       <j:if test="${sourcesPresent == 'true'}">
  -      <caller:call goalInterface="compile-java"/>
         <attainGoal name="test:test"/>
       </j:if>
   
  
  
  

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