diff --git a/rm-server/pom.xml b/rm-server/pom.xml
index ea364c0be8..d628cc1ba1 100644
--- a/rm-server/pom.xml
+++ b/rm-server/pom.xml
@@ -29,6 +29,7 @@
test/resources
+ unit-test/resources
diff --git a/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ConfigurationUnitTest.java b/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ConfigurationUnitTest.java
index f7487e994c..da358fca68 100644
--- a/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ConfigurationUnitTest.java
+++ b/rm-server/unit-test/java/org/alfresco/module/org_alfresco_module_rm/classification/ConfigurationUnitTest.java
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2005-2014 Alfresco Software Limited.
+ * Copyright (C) 2005-2015 Alfresco Software Limited.
*
* This file is part of Alfresco
*
@@ -27,7 +27,6 @@ import static org.alfresco.module.org_alfresco_module_rm.classification.Classifi
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
-
/**
* Unit tests for {@link Configuration}.
*