Plugin Development - copying folder/file structure

2012-11-10 Thread Karl Heinz Marbaise
Hi, i've got a question concerning the copying of folder/file structure to an other location. For example from src/main/conf to target/xyz/conf which should contain all subfolders of src/main/conf and files and may be using a configuration flag to flatten the structure. Does already exist a

Re: Plugin Development - copying folder/file structure

2012-11-10 Thread Olivier Lamy
Have a look http://maven.apache.org/shared/maven-shared-utils/ especially here: http://maven.apache.org/shared/maven-shared-utils/apidocs/org/apache/maven/shared/utils/io/FileUtils.html#copyDirectoryStructure(java.io.File,%20java.io.File) 2012/11/10 Karl Heinz Marbaise khmarba...@gmx.de: Hi,