From 0cbf98463750beef296c36024b5948d8fa96724b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=93scar=20Gonz=C3=A1lez=20Fern=C3=A1ndez?= Date: Thu, 3 Jun 2010 18:33:37 +0200 Subject: [PATCH] ItEr59S04ValidacionEProbasFuncionaisItEr58S04: Move user doc generation to its own profile. This allows to avoid its execution so the build is faster. For example do mvn clean install -P-userguide if you don't want the user guide to be generated. --- navalplanner-webapp/pom.xml | 152 +++++++++++++++++++----------------- 1 file changed, 81 insertions(+), 71 deletions(-) diff --git a/navalplanner-webapp/pom.xml b/navalplanner-webapp/pom.xml index 82143efcd..da997ee40 100644 --- a/navalplanner-webapp/pom.xml +++ b/navalplanner-webapp/pom.xml @@ -52,6 +52,87 @@ + + userguide + + true + + + + + maven-antrun-plugin + 1.1 + + + user-doc-generation + + run + + process-resources + false + + + Executing make html + + + + + + + + + + + + + + + + + + + + + + + + + + + + + user-doc-clean + + run + + clean + false + + + + + + + + + + + + + + + + + + + + + + + + + + @@ -81,77 +162,6 @@ - - maven-antrun-plugin - 1.1 - - - user-doc-generation - - run - - process-resources - false - - - Executing make html - - - - - - - - - - - - - - - - - - - - - - - - - - - - - user-doc-clean - - run - - clean - false - - - - - - - - - - - - - - - - - - - - - - -