Author: buildbot
Date: Fri Dec 26 13:42:55 2025
New Revision: 1091912

Log:
Production update by buildbot for cxf

Modified:
   websites/production/cxf/content/cache/docs.pageCache
   websites/production/cxf/content/docs/jax-rs-maven-plugins.html

Modified: websites/production/cxf/content/cache/docs.pageCache
==============================================================================
Binary file (source and/or target). No diff available.

Modified: websites/production/cxf/content/docs/jax-rs-maven-plugins.html
==============================================================================
--- websites/production/cxf/content/docs/jax-rs-maven-plugins.html      Fri Dec 
26 03:47:05 2025        (r1091911)
+++ websites/production/cxf/content/docs/jax-rs-maven-plugins.html      Fri Dec 
26 13:42:55 2025        (r1091912)
@@ -114,13 +114,13 @@ Apache CXF -- JAX-RS Maven Plugins
 
 
 <br clear="none"></p><p><br clear="none"></p><p><br clear="none"></p><p><br 
clear="none"></p><p><br clear="none"></p><p><br clear="none"></p><p><style 
type="text/css">/*<![CDATA[*/
-div.rbtoc1765590171090 {padding: 0px;}
-div.rbtoc1765590171090 ul {margin-left: 0px;}
-div.rbtoc1765590171090 li {margin-left: 0px;padding-left: 0px;}
+div.rbtoc1766756571208 {padding: 0px;}
+div.rbtoc1766756571208 ul {margin-left: 0px;}
+div.rbtoc1766756571208 li {margin-left: 0px;padding-left: 0px;}
 
-/*]]>*/</style></p><div class="toc-macro rbtoc1765590171090">
+/*]]>*/</style></p><div class="toc-macro rbtoc1766756571208">
 <ul class="toc-indentation"><li><a shape="rect" 
href="#JAXRSMavenPlugins-Introduction">Introduction</a></li><li><a shape="rect" 
href="#JAXRSMavenPlugins-Archetypes">Archetypes</a></li></ul>
-</div><h1 id="JAXRSMavenPlugins-Introduction">Introduction</h1><p>A <a 
shape="rect" 
href="http://cxf.apache.org/docs/jaxrs-services-description.html#JAXRSServicesDescription-wadl2javaMavenplugin";>wadl2java</a>
 Maven plugin for generating the Java code from WADL documents and a new Maven 
archetype for speeding up the creation of Spring-based CXF JAX-RS web 
applications are currently available.</p><h1 
id="JAXRSMavenPlugins-Archetypes">Archetypes</h1><p><a shape="rect" 
class="external-link" 
href="http://maven.apache.org/archetype/maven-archetype-plugin/";>Maven 
archetypes</a> can help with creating the boilerplate code which can be used to 
build a working application fast.</p><p>CXF 2.5.1 introduces an 
org.apache.cxf.archetype:cxf-jaxrs-service archetype plugin for creating and 
testing a simple Spring-based JAX-RS web application.</p><p>Here is how you can 
use it from the command line.</p><div class="code panel pdl" 
style="border-width: 1px;"><div class="codeContent panelContent pdl">
+</div><h1 id="JAXRSMavenPlugins-Introduction">Introduction</h1><p>A <a 
shape="rect" 
href="http://cxf.apache.org/docs/jaxrs-services-description.html#JAXRSServicesDescription-wadl2javaMavenplugin";>wadl2java</a>
 Maven plugin for generating the Java code from WADL documents and a new Maven 
archetype for speeding up the creation of Spring-based CXF JAX-RS web 
applications are currently available.</p><h1 
id="JAXRSMavenPlugins-Archetypes">Archetypes</h1><p><a shape="rect" 
class="external-link" 
href="http://maven.apache.org/archetype/maven-archetype-plugin/";>Maven 
archetypes</a> can help with creating the boilerplate code which can be used to 
build a working application fast.</p><p>CXF 2.5.1 introduces an 
org.apache.cxf.archetype:cxf-jaxrs-service archetype plugin for creating and 
testing a simple Spring-based JAX-RS web application.</p><p>Here is how you can 
use it from the command line for Linux based systems.</p><div class="code panel 
pdl" style="border-width: 1px;"><div class="codeCont
 ent panelContent pdl">
 <pre class="brush: java; gutter: false; theme: Default">~/work/archetypes$
 
 mvn archetype:generate -Dfilter=org.apache.cxf.archetype:
@@ -134,11 +134,11 @@ Choose archetype:
 2: remote -&gt; org.apache.cxf.archetype:cxf-jaxws-javafirst (Creates a 
project for developing a Web service starting from Java code)
 Choose a number or apply filter (format: [groupId:]artifactId, case sensitive 
contains): : 1
 Choose version: 
-1: 2.5.1
-2: 2.5.2-SNAPSHOT
+1: 3.6.10
+2: 3.6.11-SNAPSHOT
 Choose a number: 2: 1
-Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/archetype/cxf-jaxrs-service/2.5.1/cxf-jaxrs-service-2.5.1.jar
-Downloaded: 
http://repo1.maven.org/maven2/org/apache/cxf/archetype/cxf-jaxrs-service/2.5.1/cxf-jaxrs-service-2.5.1.jar
 (10 KB at 15.2 KB/sec)
+Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/archetype/cxf-jaxrs-service/3.6.10/cxf-jaxrs-service-3.6.10.jar
+Downloaded: 
http://repo1.maven.org/maven2/org/apache/cxf/archetype/cxf-jaxrs-service/3.6.10/cxf-jaxrs-service-3.6.10.jar
 (10 KB at 15.2 KB/sec)
 ......
 Define value for property 'groupId': : org.examples.rest
 Define value for property 'artifactId': : simple
@@ -187,7 +187,7 @@ simple
 [INFO] ------------------------------------------------------------------------
 [INFO] Building Simple CXF JAX-RS webapp service using spring configuration 
1.0-SNAPSHOT
 [INFO] ------------------------------------------------------------------------
-Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/2.5.1/cxf-rt-frontend-jaxrs-2.5.1.pom
+Downloading: 
http://repo1.maven.org/maven2/org/apache/cxf/cxf-rt-frontend-jaxrs/3.6.10/cxf-rt-frontend-jaxrs-3.6.10.pom
 ......
 [INFO] --- maven-compiler-plugin:2.3.2:compile (default-compile) @ simple ---
 [INFO] Compiling 2 source files to ~/work/archetypes/simple/target/classes

Reply via email to