From: Gustavo Martin Morcuende Date: Tue, 15 Dec 2015 22:16:47 +0000 (+0100) Subject: jaxb2: catalog working and comment about why maven-jaxb2-plugin is better than cxf... X-Git-Url: https://git.gumartinm.name/?a=commitdiff_plain;h=b39d21f7810e37997da873691fa303bb7c4702a6;p=SpringWebServicesForFun%2F.git jaxb2: catalog working and comment about why maven-jaxb2-plugin is better than cxf-xjc-plugin --- diff --git a/jaxb2/web-services-spring-jaxb2-server/pom.xml b/jaxb2/web-services-spring-jaxb2-server/pom.xml index 41425c7..0c0924d 100644 --- a/jaxb2/web-services-spring-jaxb2-server/pom.xml +++ b/jaxb2/web-services-spring-jaxb2-server/pom.xml @@ -177,7 +177,12 @@ CON ESTE PLUGIN A DIFERENCIA DE cxf-xjc-plugin NO SE VUELVEN A GENERAR LOS OBJETOS DE parent.xsd QUE SE ENCONTRABAN EN web-services-spring-jaxb2-globalxsds - CON cxf-xjc-plugin SÍ SE VUELVEN A GENERAR INCLUSO AUNQUE USEMOS EPISODIOS :( + CON cxf-xjc-plugin SÍ SE VUELVEN A GENERAR INCLUSO AUNQUE USEMOS EPISODIOS :( + + CON ESTE PLUGIN CONSEGUIMOS NO EMPAQUETAR AQUÍ TAMBIÉN LAS MISMAS CLASES QUE + TENÍAMOS EN web-services-spring-jaxb2-globalxsds + + ESTE PLUGIN ES MUCHO MEJOR QUE cxf-xjc-plugin :) -->