From 4c1a69ac334aa4ae9deb98d8335330b0732c74c1 Mon Sep 17 00:00:00 2001 From: Rohit Yadav Date: Sun, 27 Jan 2013 05:40:17 -0800 Subject: [PATCH] client: Fix maven to replace nonoss spring ctx xml for nonoss build Signed-off-by: Rohit Yadav --- client/pom.xml | 56 +++++++++++++++++++++++++++++++++++--------------- 1 file changed, 39 insertions(+), 17 deletions(-) diff --git a/client/pom.xml b/client/pom.xml index e57a5ab2ae5..6411ed89fa6 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -203,7 +203,7 @@ maven-war-plugin 2.3 - ./WEB-INF/web.xml + ./target/generated-webapp/WEB-INF/web.xml ./target/generated-webapp @@ -245,6 +245,12 @@ + + + + + @@ -325,22 +331,38 @@ - - process-nonoss - process-resources - - run - - - - test - - - - + + process-nonoss + process-resources + + run + + + + test + + + + + + process-nonoss-spring-context + process-resources + + run + + + + test + + + +