From 0a0d1344682754c46ca74172090f85bbc9378a1f Mon Sep 17 00:00:00 2001 From: Henri Sara Date: Wed, 13 Apr 2016 15:12:45 +0300 Subject: Skip staging of non-deployable modules Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e --- all/pom.xml | 7 +++++++ buildhelpers/pom.xml | 7 +++++++ liferay/pom.xml | 11 +++++++++++ uitest/pom.xml | 11 +++++++++++ 4 files changed, 36 insertions(+) diff --git a/all/pom.xml b/all/pom.xml index c65c5df7e2..fce46efd1f 100644 --- a/all/pom.xml +++ b/all/pom.xml @@ -168,6 +168,13 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + maven-install-plugin diff --git a/buildhelpers/pom.xml b/buildhelpers/pom.xml index c37ab61b35..4dee81d1cb 100644 --- a/buildhelpers/pom.xml +++ b/buildhelpers/pom.xml @@ -70,6 +70,13 @@ true + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + diff --git a/liferay/pom.xml b/liferay/pom.xml index 02ec48d857..9e3d9f13e9 100644 --- a/liferay/pom.xml +++ b/liferay/pom.xml @@ -124,6 +124,17 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + diff --git a/uitest/pom.xml b/uitest/pom.xml index b75e33fafd..f6f454058e 100644 --- a/uitest/pom.xml +++ b/uitest/pom.xml @@ -327,6 +327,17 @@ + + + + org.sonatype.plugins + nexus-staging-maven-plugin + + true + + + + -- cgit v1.2.3