From ea27c80008ff48e5e57da90938831e663e0e4d8f Mon Sep 17 00:00:00 2001 From: Jeremy Landis Date: Thu, 5 Oct 2017 20:56:58 -0400 Subject: [PATCH] [improve] Use our config files as defaults --- maven-plugin/pom.xml | 21 +++++++++++++++++++++ src/config/eclipse/formatter/java.xml | 2 +- src/config/eclipse/formatter/javascript.xml | 2 +- 3 files changed, 23 insertions(+), 2 deletions(-) diff --git a/maven-plugin/pom.xml b/maven-plugin/pom.xml index 2dc187335..70f44857e 100644 --- a/maven-plugin/pom.xml +++ b/maven-plugin/pom.xml @@ -109,6 +109,27 @@ org.apache.maven.plugins maven-plugin-plugin + + org.apache.maven.plugins + maven-resources-plugin + + + + + ${main.basedir}/src/config + ${project.build.directory}/classes/src/config + + + + + ${project.basedir}/src/main/resources + + + ${project.basedir}/src/test/resources + + + + diff --git a/src/config/eclipse/formatter/java.xml b/src/config/eclipse/formatter/java.xml index 038f246a2..897419542 100644 --- a/src/config/eclipse/formatter/java.xml +++ b/src/config/eclipse/formatter/java.xml @@ -1,7 +1,7 @@