Consider DirectoryScanner
as alternative to copy resources using maven-filtering
#335
Labels
Milestone
DirectoryScanner
as alternative to copy resources using maven-filtering
#335
I stumbled upon
org.codehaus.plexus.util.DirectoryScanner
(plexus-utils) which offers a way to select files using include and exclude patterns.This will require some extra boilerplate code but will provide this advantages:
org.apache.maven.model.Resource
. Preventing confusion about the not-supported maven filtering options that now appear on some IDEs that offer maven's XML auto-completion.maven-filtering
won't be necessary. That way users will have less to download.The text was updated successfully, but these errors were encountered: