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/06/29 17:43:15 UTC

cvs commit: maven/src/plugins-build/clean plugin.jelly

dion        2003/06/29 08:43:15

  Modified:    src/plugins-build/clean plugin.jelly
  Log:
  Remove goals that were cross plugin.
  If someone wants clean:classes or clean:docs, then they should
  be implemented in the plugins that create the directories: java, test and xdoc
  
  Revision  Changes    Path
  1.5       +0 -12     maven/src/plugins-build/clean/plugin.jelly
  
  Index: plugin.jelly
  ===================================================================
  RCS file: /home/cvs/maven/src/plugins-build/clean/plugin.jelly,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- plugin.jelly	3 Jun 2003 06:36:56 -0000	1.4
  +++ plugin.jelly	29 Jun 2003 15:43:15 -0000	1.5
  @@ -13,16 +13,4 @@
       <ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
     </goal>
     
  -  <goal name="clean:classes"
  -         description="Remove all build and test classes">
  -    <ant:delete dir="${maven.build.dest}"/>
  -    <ant:delete dir="${maven.test.dest}"/>
  -  </goal>
  -  
  -  <goal name="clean:docs"
  -         description="Remove all docs and generated xdocs">
  -    <ant:delete dir="${maven.gen.docs}"/>
  -    <ant:delete dir="${maven.docs.dest}"/>
  -  </goal>
  -
   </project>
  
  
  

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


Re: cvs commit: maven/src/plugins-build/clean plugin.jelly

Posted by Jason van Zyl <ja...@zenplex.com>.
On Sun, 2003-06-29 at 11:43, dion@apache.org wrote:
> dion        2003/06/29 08:43:15
> 
>   Modified:    src/plugins-build/clean plugin.jelly
>   Log:
>   Remove goals that were cross plugin.
>   If someone wants clean:classes or clean:docs, then they should
>   be implemented in the plugins that create the directories: java, test and xdoc
>   
>   Revision  Changes    Path
>   1.5       +0 -12     maven/src/plugins-build/clean/plugin.jelly
>   
>   Index: plugin.jelly
>   ===================================================================
>   RCS file: /home/cvs/maven/src/plugins-build/clean/plugin.jelly,v
>   retrieving revision 1.4
>   retrieving revision 1.5
>   diff -u -r1.4 -r1.5
>   --- plugin.jelly	3 Jun 2003 06:36:56 -0000	1.4
>   +++ plugin.jelly	29 Jun 2003 15:43:15 -0000	1.5
>   @@ -13,16 +13,4 @@
>        <ant:delete file="${basedir}/velocity.log" quiet="true" failonerror="false"/>
>      </goal>
>      
>   -  <goal name="clean:classes"
>   -         description="Remove all build and test classes">
>   -    <ant:delete dir="${maven.build.dest}"/>
>   -    <ant:delete dir="${maven.test.dest}"/>
>   -  </goal>
>   -  
>   -  <goal name="clean:docs"
>   -         description="Remove all docs and generated xdocs">
>   -    <ant:delete dir="${maven.gen.docs}"/>
>   -    <ant:delete dir="${maven.docs.dest}"/>
>   -  </goal>
>   -
>    </project>

Good call, those definitely shouldn't be in there. That issue dealing
with this linked under 401 can be scrapped now.

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

Jason van Zyl
jason@zenplex.com
http://tambora.zenplex.org

In short, man creates for himself a new religion of a rational
and technical order to justify his work and to be justified in it.
  
  -- Jacques Ellul, The Technological Society


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