diff --git a/.classpath b/.classpath index 3b073e7..26981b6 100644 --- a/.classpath +++ b/.classpath @@ -25,7 +25,7 @@ - + diff --git a/pom.xml b/pom.xml index f430009..5f0cb23 100644 --- a/pom.xml +++ b/pom.xml @@ -109,6 +109,16 @@ 2.0 provided + + org.slf4j + slf4j-log4j12 + provided + + + org.slf4j + slf4j-api + provided + @@ -133,29 +143,34 @@ portlet - + + org.apache.maven.plugins maven-compiler-plugin - 2.5 + 2.3.2 - UTF-8 - 1.8 - 1.8 + ${maven.compiler.source} + ${maven.compiler.target} - - maven-resources-plugin - 2.5 - - UTF-8 - - + org.apache.maven.plugins - maven-surefire-plugin - 2.12 + maven-assembly-plugin + 2.2 - true + + ${distroDirectory}/descriptor.xml + + + + servicearchive + install + + single + + + org.apache.maven.plugins @@ -183,30 +198,6 @@ - - org.apache.maven.plugins - maven-assembly-plugin - 2.2 - - - ${distroDirectory}/descriptor.xml - - - - fully.qualified.MainClass - - - - - - servicearchive - install - - single - - - -