diff --git a/pom.xml b/pom.xml index f867d93..5747657 100644 --- a/pom.xml +++ b/pom.xml @@ -14,8 +14,8 @@ org.gcube.data-catalogue grsf-common-library jar - 1.1.0 - Common library for GRSF service and management panel. + 1.2.0 + Common library for GRSF service and management panel UTF-8 @@ -55,24 +55,12 @@ - - - - - - - - - - - - - - - - - - + + com.google.gwt + gwt-user + ${gwtVersion} + provided + org.slf4j slf4j-api @@ -93,8 +81,7 @@ - - ${webappDirectory}/WEB-INF/classes + src/main/java @@ -102,6 +89,7 @@ **/*.* + src/main/resources @@ -110,39 +98,34 @@ - + + maven-compiler-plugin + + ${maven.compiler.source} + ${maven.compiler.target} + + + + + org.apache.maven.plugins + maven-jar-plugin + 2.2 + + + + test-jar + + + + - - - - - - - - - - - - - - - - - - - - - - - org.apache.maven.plugins maven-assembly-plugin - 2.2 - ${distroDirectory}/descriptor.xml + descriptor.xml @@ -154,32 +137,24 @@ + + + - org.apache.maven.plugins - maven-resources-plugin - 2.5 + org.codehaus.mojo + gwt-maven-plugin + ${gwtVersion} - copy-profile - install - copy-resources + + - - target - - - ${distroDirectory} - true - - profile.xml - - - - + +