Hi all ,
I'm new to CXF but I managed to run my first service (java_first_pojo sample)
with Maven , but I don't know how can I package this application as a WAR
file to deploy on a real server like tomcat. ruining default "maven package "
lead in to a JAR file creation not a WAR file . Also changing the POM
<packaging> value doesn't make correct WAR file with required format.
There is a macrodef called "cxfwar" available with sample to package with
Ant , can some one explain how can I package this application as a WAR file
using Maven.. ?
Thanks ,
nick ,