diff --git a/.editorconfig b/.editorconfig
new file mode 100644
index 0000000..c4f3e5b
--- /dev/null
+++ b/.editorconfig
@@ -0,0 +1,9 @@
+root = true
+
+[*]
+charset = utf-8
+indent_style = space
+indent_size = 4
+trim_trailing_whitespace = true
+end_of_line = lf
+insert_final_newline = true
diff --git a/pom.xml b/pom.xml
index 2b479c2..1d6d199 100644
--- a/pom.xml
+++ b/pom.xml
@@ -60,14 +60,14 @@
-
- nexus
- http://nexus:8081/content/repositories/releases
-
-
- nexus
- http://nexus:8081/content/repositories/snapshots
-
+
+ nexus
+ http://nexus:8081/content/repositories/releases
+
+
+ nexus
+ http://nexus:8081/content/repositories/snapshots
+
@@ -135,20 +135,20 @@
arquillian-protocol-servlet
test
-
-
- org.mockito
- mockito-core
- 2.0.54-beta
- test
-
-
- com.sun.jersey
- jersey-client
- 1.12
- test
-
+
+ org.mockito
+ mockito-core
+ 2.0.54-beta
+ test
+
+
+
+ com.sun.jersey
+ jersey-client
+ 1.12
+ test
+
@@ -177,154 +177,177 @@
jboss-as-maven-plugin
${version.jboss.maven.plugin}
-
- org.sonarsource.scanner.maven
- sonar-maven-plugin
- 3.3.0.603
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.7.9
-
-
- default-prepare-agent
-
- prepare-agent
-
-
-
- default-report
- prepare-package
-
- report
-
-
-
-
+
+ org.sonarsource.scanner.maven
+ sonar-maven-plugin
+ 3.3.0.603
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.9
+
+
+ default-prepare-agent
+
+ prepare-agent
+
+
+
+ default-report
+ prepare-package
+
+ report
+
+
+
+
+
+ org.ec4j.maven
+ editorconfig-maven-plugin
+ 0.0.5
+
+
+ check
+ verify
+
+ check
+
+
+
+
+
+ deployments/**
+ src/main/webapp/css/*
+ src/main/webapp/fonts/*
+ src/main/webapp/img/*
+ src/main/webapp/js/*
+
+
+
-
-
-
- org.apache.maven.plugins
- maven-javadoc-plugin
- 2.9
-
-
-
- javadoc
-
-
-
-
-
- org.apache.maven.plugins
- maven-pmd-plugin
- 3.8
-
-
- org.owasp
- dependency-check-maven
- 2.1.1
-
- true
- true
-
-
-
-
- aggregate
-
-
-
-
-
- org.jacoco
- jacoco-maven-plugin
- 0.7.9
-
-
-
- report
-
-
-
-
-
- org.apache.maven.plugins
- maven-checkstyle-plugin
- 2.17
-
-
-
- checkstyle
-
-
-
-
-
- org.codehaus.mojo
- findbugs-maven-plugin
- 3.0.5
-
-
- org.apache.maven.plugins
- maven-surefire-report-plugin
- 2.20.1
-
-
- org.apache.maven.plugins
- maven-project-info-reports-plugin
- 2.6
-
-
-
- summary
- dependency-management
-
-
-
-
-
-
+
+
+
+ org.apache.maven.plugins
+ maven-javadoc-plugin
+ 2.9
+
+
+
+ javadoc
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-pmd-plugin
+ 3.8
+
+
+ org.owasp
+ dependency-check-maven
+ 2.1.1
+
+ true
+ true
+
+
+
+
+ aggregate
+
+
+
+
+
+ org.jacoco
+ jacoco-maven-plugin
+ 0.7.9
+
+
+
+ report
+
+
+
+
+
+ org.apache.maven.plugins
+ maven-checkstyle-plugin
+ 2.17
+
+
+
+ checkstyle
+
+
+
+
+
+ org.codehaus.mojo
+ findbugs-maven-plugin
+ 3.0.5
+
+
+ org.apache.maven.plugins
+ maven-surefire-report-plugin
+ 2.20.1
+
+
+ org.apache.maven.plugins
+ maven-project-info-reports-plugin
+ 2.6
+
+
+
+ summary
+ dependency-management
+
+
+
+
+
+
-
-
-
-
- default
-
- true
-
-
-
-
- maven-surefire-plugin
-
- org.jboss.as.quickstarts.tasksrs.category.UnitTest
-
+ default
+
+ true
+
+
+
+
+ maven-surefire-plugin
+
+ org.jboss.as.quickstarts.tasksrs.category.UnitTest
+
-
- int-tests
-
-
-
- maven-surefire-plugin
-
- org.jboss.as.quickstarts.tasksrs.category.IntegrationTest
-
-
-
-
-
+
+ int-tests
+
+
+
+ maven-surefire-plugin
+
+ org.jboss.as.quickstarts.tasksrs.category.IntegrationTest
+
+
+
+
+
@@ -355,33 +378,33 @@
-
-
-
- openshift
-
-
-
- maven-surefire-plugin
-
- true
-
-
-
- maven-war-plugin
- 2.4
-
- false
- deployments
- ROOT
-
-
-
-
-
-
+ openshift
+
+
+
+ maven-surefire-plugin
+
+ true
+
+
+
+ maven-war-plugin
+ 2.4
+
+ false
+ deployments
+ ROOT
+
+
+
+
+
+