jira-importer commented on issue #169:
URL: 
https://github.com/apache/maven-clean-plugin/issues/169#issuecomment-2690263343

   **[Peter 
Butkovic](https://issues.apache.org/jira/secure/ViewProfile.jspa?name=typek_pb)**
 commented
   
   OK, my wrong, I'm supposed to use:
   
   ```
   <plugin>
        <artifactId>maven-clean-plugin</artifactId>
        <version>2.5</version>
        <configuration>
                <filesets>
                        <fileset>
                                <directory>./</directory>
                                <includes>
                                        <include>deleteme/**</include>
                                </includes>
                        </fileset>
   
                </filesets>
        </configuration>
   </plugin>
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to