diff --git a/pom.xml b/pom.xml index c988978..921d035 100644 --- a/pom.xml +++ b/pom.xml @@ -211,6 +211,31 @@ + + org.apache.maven.plugins + maven-resources-plugin + ${maven.resources.version} + + + + initialize + + copy-resources + + + ${project.basedir} + + + ${project.basedir}/src/templates + ${project.basedir} + true + + + + + + org.apache.maven.plugins diff --git a/res/xml/accessory_filter.xml b/res/xml/accessory_filter.xml index 98c050b..651b990 100644 --- a/res/xml/accessory_filter.xml +++ b/res/xml/accessory_filter.xml @@ -1,5 +1,5 @@ - + \ No newline at end of file diff --git a/src/templates/res/xml/accessory_filter.xml b/src/templates/res/xml/accessory_filter.xml new file mode 100644 index 0000000..b9f06b2 --- /dev/null +++ b/src/templates/res/xml/accessory_filter.xml @@ -0,0 +1,5 @@ + + + + + \ No newline at end of file