You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@maven.apache.org by "Edward J. Yoon" <ed...@udanax.org> on 2008/04/16 06:28:20 UTC

Excludes doesn't work

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: users-unsubscribe@maven.apache.org
For additional commands, e-mail: users-help@maven.apache.org