From afff1c57a01874b578bc8b27c39fded4ae46ab66 Mon Sep 17 00:00:00 2001 From: Thai Nguyen Date: Sat, 9 Jul 2016 15:29:29 +0700 Subject: [PATCH] Add server profile --- apache-cxf/cxf-introduction/pom.xml | 43 ++++++++++++++++------------- 1 file changed, 24 insertions(+), 19 deletions(-) diff --git a/apache-cxf/cxf-introduction/pom.xml b/apache-cxf/cxf-introduction/pom.xml index 0a6f387b06..5534ba34f7 100644 --- a/apache-cxf/cxf-introduction/pom.xml +++ b/apache-cxf/cxf-introduction/pom.xml @@ -24,23 +24,28 @@ ${cxf.version} - - - - org.codehaus.mojo - exec-maven-plugin - - - process-test-classes - - java - - - com.baeldung.cxf.introduction.Server - - - - - - + + + server + + + + org.codehaus.mojo + exec-maven-plugin + + + process-test-classes + + java + + + com.baeldung.cxf.introduction.Server + + + + + + + + \ No newline at end of file