Maven Clean Plugin

祖奇
2023-12-01
Comment: Migrated to Confluence 4.0
Go to start of metadata

Maven Clean Plugin

This page provides a space for users to contribute examples, errata, tips and other useful information about the Maven Clean Plugin. Everybody is invited to share his/her thoughts about the plugin to help the community to improve it.

Note: Please do not use this page to report bugs or feature requests. Instead, please fill in an issue in the issue tracking system listed in the official plugin documentation.

Thanks!

– The Maven Team

Examples

Doing this and that:

?
< project >
   < build >
     < plugins >
       < plugin >
         < groupId >org.apache.maven.plugins</ groupId >
         < artifactId >maven-clean-plugin</ artifactId >
         < version >2.2</ version >
         < configuration >
            <!-- your example configuration here -->
         </ configuration >
       </ plugin >
     </ plugins >
   </ build >
</ project >

FAQ

How do I ...?

You need to ...

 类似资料:

相关阅读

相关文章

相关问答