diff --git a/gwt-storage-gwt2-tests/pom.xml b/gwt-storage-gwt2-tests/pom.xml index 8fb3a4d..6e35b96 100644 --- a/gwt-storage-gwt2-tests/pom.xml +++ b/gwt-storage-gwt2-tests/pom.xml @@ -65,6 +65,14 @@ 1.8 + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin} + + true + + \ No newline at end of file diff --git a/gwt-storage-j2cl-tests/pom.xml b/gwt-storage-j2cl-tests/pom.xml index e11c14b..9255ea0 100644 --- a/gwt-storage-j2cl-tests/pom.xml +++ b/gwt-storage-j2cl-tests/pom.xml @@ -82,6 +82,14 @@ true + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin} + + true + + diff --git a/gwt-storage/pom.xml b/gwt-storage/pom.xml index 14bbfce..5eb08de 100644 --- a/gwt-storage/pom.xml +++ b/gwt-storage/pom.xml @@ -83,6 +83,14 @@ org.gwtproject.storage.Storage + + org.apache.maven.plugins + maven-deploy-plugin + ${maven.deploy.plugin} + + false + +