I don't want to delete the 'dontdelete' sub-directory when maven
clean. But, exclude option doesn't work. What's wrong?

            <plugin>
                <artifactId>maven-clean-plugin</artifactId>
                <configuration>                 
                    <filesets>
                        <fileset>
                            <directory>
                                ${basedir}/src/main/webapp/WEB-INF/classes
                            </directory>
                            <excludes>
                              <exclude>**/dontdelete</exclude>
                              </excludes>
                              <followSymlinks>false</followSymlinks>
                        </fileset>
                    </filesets>
                </configuration>
            </plugin>

-- 
B. Regards,
Edward J. Yoon

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to