From f6e97ced6fbc400edbe3ab9eb52fc39c01890061 Mon Sep 17 00:00:00 2001 From: alexkravin Date: Fri, 12 Dec 2014 00:43:21 +0400 Subject: [PATCH] Pom and classpath including test-resources --- .classpath | 39 +++++++++++++++++++++++++++++++++++++++ pom.xml | 19 +++++++++++++++++++ 2 files changed, 58 insertions(+) create mode 100644 .classpath diff --git a/.classpath b/.classpath new file mode 100644 index 000000000..ae094041e --- /dev/null +++ b/.classpath @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/pom.xml b/pom.xml index 2f9cae0fe..c8996fe29 100755 --- a/pom.xml +++ b/pom.xml @@ -531,6 +531,25 @@ + + org.codehaus.mojo + build-helper-maven-plugin + 1.9 + + + add-test-source + generate-test-sources + + add-test-source + + + + src/test/resources + + + + +