0
私は、プロパティファイルを読み込み、プロパティファイルの値に基づいてフォルダを作成し、リソースをいくつかのディレクトリからそれにコピーします。Maven:プロパティファイルとコピーリソースを読み込みます
properties-file: xyz.properties
CLIENTLIST=A,B
以下の手順をmavenで実行します。
1. From above properties file pom should read the property.
2. In loop I want to create folders by name A and B.
3. After creating folder i want to copy some resources into it.
ex: after creating folder A , want to copy some resource files from x/y/z directory.
mavenでも可能ですか?