From ea5b294ce0e2a8741060ce5eb6091817fbd76e46 Mon Sep 17 00:00:00 2001 From: Trustin Lee Date: Wed, 13 Jun 2012 13:42:51 +0900 Subject: [PATCH] Build all-in-one JAR, xref, javadoc only on full build & release --- pom.xml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/pom.xml b/pom.xml index 9a60cd51d8..ec40816349 100644 --- a/pom.xml +++ b/pom.xml @@ -75,9 +75,18 @@ handler example testsuite - all + + + + fullbuild + + all + + + + @@ -333,6 +342,13 @@ + + maven-release-plugin + 2.3.1 + + release,fullbuild + +