Author: buildbot Date: Thu Nov 28 13:19:56 2013 New Revision: 888394 Log: Production update by buildbot for camel
Added: websites/production/camel/content/camel-hawtio-maven-goal.data/ websites/production/camel/content/camel-hawtio-maven-goal.data/hawtio.png (with props) websites/production/camel/content/camel-hawtio-maven-goal.html Modified: websites/production/camel/content/cache/main.pageCache websites/production/camel/content/camel-2130-release.html websites/production/camel/content/camel-maven-plugin.html Modified: websites/production/camel/content/cache/main.pageCache ============================================================================== Binary files - no diff available. Modified: websites/production/camel/content/camel-2130-release.html ============================================================================== --- websites/production/camel/content/camel-2130-release.html (original) +++ websites/production/camel/content/camel-2130-release.html Thu Nov 28 13:19:56 2013 @@ -94,7 +94,7 @@ <p>Welcome to the 2.13.0 release which approx XXX issues resolved (new features, improvements and bug fixes such as...)</p> -<ul><li>The MBean names registered by <a shape="rect" href="camel-jmx.html" title="Camel JMX">Camel JMX</a> no longer include the hostname in the <tt>context</tt> part, eg before <tt>context=myHost/myCamelId</tt> and now after <tt>context=myCamelId</tt>. Having the hostname in the MBean name does not bring much value, and in fact makes things more complicated as the mbean name changes depending on the host running Camel.</li><li><a shape="rect" href="camel-jmx.html" title="Camel JMX">MBean naming</a> in OSGi cleaned up to use simpler naming with symbolicName. Before we could have MBean names with duplicate bundle ids such as <tt>context=114-114-camel-6</tt>, which now is using the symbolic name instead, <tt>context=MyApplication</tt>.</li><li>When using multiple OSGi Blueprint <cm:property-placeholder>'s then Camel now favors using non-default placeholders, or the last property-placeholder defined in the Blueprint XML file. This allows for example to define default properties in one placeholder, and override these values in other placeholders.</li><li><a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumer allow to download a single named file without using the FTP LIST command. This allows to download a known file from a FTP server even when the user account does not have permission to do FTP LIST command.</li><li><a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumer allow to ignore file not found or insufficient file permission errors.</li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a> using marshal now leverages <a shape="rect" href="stream-caching.html" title="Stream caching">Stream caching</a> out of the box if enabled, which allows to marshal big streams and spool to disk, instead of being pure in-memory based.</li><li>Improved using <a shape="rect" href="bean.html" title="Bean">Bean</a> when the bean is looked up in the <a shape="rect" href="registry.html" title="Registry">Registry</a>, when using c oncurrent processing in the route.</li><li>Added <tt>cache</tt> option to <tt>beanRef</tt> and <tt><bean></tt> in the DSL. This avoids looking up the <a shape="rect" href="bean.html" title="Bean">Bean</a> from the <a shape="rect" href="registry.html" title="Registry">Registry</a> on each usage; this can safely be done for singleton beans.</li><li>Configuring <a shape="rect" href="data-format.html" title="Data Format">Data Format</a>s in XML attributes now supports reference lookup using the # syntax, eg <tt><jaxb xmlStreamWriterWrapper="#myWriterWrapper" ..></tt></li><li><a shape="rect" href="jdbc.html" title="JDBC">JDBC</a> component now also support <tt>outputType</tt> to specify the expected output as either a List or single Object. As well allow to map to a bean using a <tt>BeanRowMapper</tt> to control the mapping of ROW names to bean properties.</li><li>Both <a shape="rect" href="quartz.html" title="Quartz">Quartz</a> as well as <a shape="rect" href="quartz2.html" title="Quartz2">Quartz2</a> based <a shape="rect" href="scheduledroutepolicy.html" title="ScheduledRoutePolicy">ScheduledRoutePolicy</a> has been improved to better support cluster setups (e.g. to not schedule jobs being already scheduled through another node inside a given cluster).</li><li>Reduced the work the <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregate</a> EIP does while holding a lock during aggregation, which can lead to improved performance in some use-cases.</li><li><tt>JndiRegistry</tt> now implements all the find methods.</li><li><a shape="rect" href="vm.html" title="VM">VM</a> component now supports <tt>multipleConsumers=true</tt> across deployment units.</li><li>Added <tt>@PreConsumed</tt> to <a shape="rect" href="jpa.html" title="JPA">JPA</a> consumer.</li><li>Added CamelFileName header support to the <a shape="rect" href="hdfs.html" title="HDFS">HDFS</a> producer</li><li>Like as <tt>JpaConsumer</tt> now also <tt>JpaProducer</tt> of the <a shape ="rect" href="jpa.html" title="JPA">JPA</a> component supports the <tt>CamelEntityManager</tt> header.</li><li><a shape="rect" href="restlet.html" title="Restlet">Restlet</a> consumer now supports returning custom headers as HTTP headers from the Camel <a shape="rect" href="message.html" title="Message">Message</a>.</li><li><a shape="rect" href="spring-java-config.html" title="Spring Java Config">Spring Java Config</a> <tt>CamelConfiguration</tt> now automagically detects all <tt>RouteBuilder</tt> instances registered in the Spring context if <tt>CamelConfiguration#routes</tt> method is not overridden.</li><li>Added support for transferring custom headers with <a shape="rect" href="rabbitmq.html" title="RabbitMQ">RabbitMQ</a> component.</li><li><a shape="rect" href="crypto.html" title="Crypto">PGPDataFormat</a> enables stream cache during unmarshaling.</li><li><tt>FileIdempotentRepository</tt> now creates necessary parent directories together with the new repository file.</li><li><a shape="rect" href="properties.html" title="Properties">Properties</a> component and <a shape="rect" href="using-propertyplaceholder.html" title="Using PropertyPlaceholder">property placeholder</a> will now ignore non existing JVM and environment options as well if <tt>ignoreMissingLocation</tt> is set to <tt>true</tt>.</li><li>Improved <a shape="rect" href="stream.html" title="Stream">Stream</a> consumer to enrich the <a shape="rect" href="message.html" title="Message">Message</a> with headers about current index / completion flag.</li><li>Added <a shape="rect" href="bean-injection.html" title="Bean Injection"><tt>@BeanInject</tt></a> to inject beans (obtained from the <a shape="rect" href="registry.html" title="Registry">Registry</a>) in your beans such as <tt>RouteBuilder</tt> classes.</li><li>Polished the <a shape="rect" href="karaf.html" title="Karaf">Karaf</a> commands to output tables sorted and auto calculated width, so the data is formatted nicely.</li><li>Introduced <tt>Un itOfWorkFactory</tt> to allow end users to use custom <tt>UnitOfWork</tt> implementations created by the factory.</li></ul> +<ul><li>The MBean names registered by <a shape="rect" href="camel-jmx.html" title="Camel JMX">Camel JMX</a> no longer include the hostname in the <tt>context</tt> part, eg before <tt>context=myHost/myCamelId</tt> and now after <tt>context=myCamelId</tt>. Having the hostname in the MBean name does not bring much value, and in fact makes things more complicated as the mbean name changes depending on the host running Camel.</li><li><a shape="rect" href="camel-jmx.html" title="Camel JMX">MBean naming</a> in OSGi cleaned up to use simpler naming with symbolicName. Before we could have MBean names with duplicate bundle ids such as <tt>context=114-114-camel-6</tt>, which now is using the symbolic name instead, <tt>context=MyApplication</tt>.</li><li>When using multiple OSGi Blueprint <cm:property-placeholder>'s then Camel now favors using non-default placeholders, or the last property-placeholder defined in the Blueprint XML file. This allows for example to define default properties in one placeholder, and override these values in other placeholders.</li><li><a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumer allow to download a single named file without using the FTP LIST command. This allows to download a known file from a FTP server even when the user account does not have permission to do FTP LIST command.</li><li><a shape="rect" href="ftp2.html" title="FTP2">FTP</a> consumer allow to ignore file not found or insufficient file permission errors.</li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a> using marshal now leverages <a shape="rect" href="stream-caching.html" title="Stream caching">Stream caching</a> out of the box if enabled, which allows to marshal big streams and spool to disk, instead of being pure in-memory based.</li><li>Improved using <a shape="rect" href="bean.html" title="Bean">Bean</a> when the bean is looked up in the <a shape="rect" href="registry.html" title="Registry">Registry</a>, when using c oncurrent processing in the route.</li><li>Added <tt>cache</tt> option to <tt>beanRef</tt> and <tt><bean></tt> in the DSL. This avoids looking up the <a shape="rect" href="bean.html" title="Bean">Bean</a> from the <a shape="rect" href="registry.html" title="Registry">Registry</a> on each usage; this can safely be done for singleton beans.</li><li>Configuring <a shape="rect" href="data-format.html" title="Data Format">Data Format</a>s in XML attributes now supports reference lookup using the # syntax, eg <tt><jaxb xmlStreamWriterWrapper="#myWriterWrapper" ..></tt></li><li><a shape="rect" href="jdbc.html" title="JDBC">JDBC</a> component now also support <tt>outputType</tt> to specify the expected output as either a List or single Object. As well allow to map to a bean using a <tt>BeanRowMapper</tt> to control the mapping of ROW names to bean properties.</li><li>Both <a shape="rect" href="quartz.html" title="Quartz">Quartz</a> as well as <a shape="rect" href="quartz2.html" title="Quartz2">Quartz2</a> based <a shape="rect" href="scheduledroutepolicy.html" title="ScheduledRoutePolicy">ScheduledRoutePolicy</a> has been improved to better support cluster setups (e.g. to not schedule jobs being already scheduled through another node inside a given cluster).</li><li>Reduced the work the <a shape="rect" href="aggregator2.html" title="Aggregator2">Aggregate</a> EIP does while holding a lock during aggregation, which can lead to improved performance in some use-cases.</li><li><tt>JndiRegistry</tt> now implements all the find methods.</li><li><a shape="rect" href="vm.html" title="VM">VM</a> component now supports <tt>multipleConsumers=true</tt> across deployment units.</li><li>Added <tt>@PreConsumed</tt> to <a shape="rect" href="jpa.html" title="JPA">JPA</a> consumer.</li><li>Added CamelFileName header support to the <a shape="rect" href="hdfs.html" title="HDFS">HDFS</a> producer</li><li>Like as <tt>JpaConsumer</tt> now also <tt>JpaProducer</tt> of the <a shape ="rect" href="jpa.html" title="JPA">JPA</a> component supports the <tt>CamelEntityManager</tt> header.</li><li><a shape="rect" href="restlet.html" title="Restlet">Restlet</a> consumer now supports returning custom headers as HTTP headers from the Camel <a shape="rect" href="message.html" title="Message">Message</a>.</li><li><a shape="rect" href="spring-java-config.html" title="Spring Java Config">Spring Java Config</a> <tt>CamelConfiguration</tt> now automagically detects all <tt>RouteBuilder</tt> instances registered in the Spring context if <tt>CamelConfiguration#routes</tt> method is not overridden.</li><li>Added support for transferring custom headers with <a shape="rect" href="rabbitmq.html" title="RabbitMQ">RabbitMQ</a> component.</li><li><a shape="rect" href="crypto.html" title="Crypto">PGPDataFormat</a> enables stream cache during unmarshaling.</li><li><tt>FileIdempotentRepository</tt> now creates necessary parent directories together with the new repository file.</li><li><a shape="rect" href="properties.html" title="Properties">Properties</a> component and <a shape="rect" href="using-propertyplaceholder.html" title="Using PropertyPlaceholder">property placeholder</a> will now ignore non existing JVM and environment options as well if <tt>ignoreMissingLocation</tt> is set to <tt>true</tt>.</li><li>Improved <a shape="rect" href="stream.html" title="Stream">Stream</a> consumer to enrich the <a shape="rect" href="message.html" title="Message">Message</a> with headers about current index / completion flag.</li><li>Added <a shape="rect" href="bean-injection.html" title="Bean Injection"><tt>@BeanInject</tt></a> to inject beans (obtained from the <a shape="rect" href="registry.html" title="Registry">Registry</a>) in your beans such as <tt>RouteBuilder</tt> classes.</li><li>Polished the <a shape="rect" href="karaf.html" title="Karaf">Karaf</a> commands to output tables sorted and auto calculated width, so the data is formatted nicely.</li><li>Introduced <tt>Un itOfWorkFactory</tt> to allow end users to use custom <tt>UnitOfWork</tt> implementations created by the factory.</li><li>Added <tt><a shape="rect" href="camel-hawtio-maven-goal.html" title="Camel Hawtio Maven Goal">camel:hawtio</a></tt> Maven goal, as extension to <tt>camel:run</tt> to bootstrap Camel including the <a shape="rect" class="external-link" href="http://hawt.io/" rel="nofollow">hawtio</a> web console.</li></ul> @@ -133,6 +133,11 @@ <h3><a shape="rect" name="Camel2.13.0Release-NewTutorials"></a>New <a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></h3> +<h3><a shape="rect" name="Camel2.13.0Release-NewTooling"></a>New Tooling</h3> + +<ul><li><tt><a shape="rect" href="camel-hawtio-maven-goal.html" title="Camel Hawtio Maven Goal">camel:hawtio</a></tt> Maven goal.</li></ul> + + <h2><a shape="rect" name="Camel2.13.0Release-APIchanges"></a>API changes</h2> <h2><a shape="rect" name="Camel2.13.0Release-KnownIssues"></a>Known Issues</h2> Added: websites/production/camel/content/camel-hawtio-maven-goal.data/hawtio.png ============================================================================== Binary file - no diff available. Propchange: websites/production/camel/content/camel-hawtio-maven-goal.data/hawtio.png ------------------------------------------------------------------------------ svn:mime-type = image/png Added: websites/production/camel/content/camel-hawtio-maven-goal.html ============================================================================== --- websites/production/camel/content/camel-hawtio-maven-goal.html (added) +++ websites/production/camel/content/camel-hawtio-maven-goal.html Thu Nov 28 13:19:56 2013 @@ -0,0 +1,222 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<!-- + + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> +<html> +<head> + <link href="http://camel.apache.org/styles/site.css" rel="stylesheet" type="text/css"> + <link href="http://camel.apache.org/styles/type-settings.css" rel="stylesheet" type="text/css"> + <script src="http://camel.apache.org/styles/prototype.js" type="text/javascript"></script> + <script src="http://camel.apache.org/styles/rico.js" type="text/javascript"></script> + <script src="http://camel.apache.org/styles/site.js" type="text/javascript"></script> + + <meta http-equiv="Content-type" content="text/html;charset=UTF-8"> + + <style type="text/css"> + .maincontent { overflow:hidden; } + </style> + <!--[if IE]> + <style type="text/css"> + .maincontent { width:100%; } + </style> + <![endif]--> + + + <link href='http://camel.apache.org/styles/highlighter/styles/shCoreCamel.css' rel='stylesheet' type='text/css' /> + <link href='http://camel.apache.org/styles/highlighter/styles/shThemeCamel.css' rel='stylesheet' type='text/css' /> + <script src='http://camel.apache.org/styles/highlighter/scripts/shCore.js' type='text/javascript'></script> + <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushJava.js' type='text/javascript'></script> + <script src='http://camel.apache.org/styles/highlighter/scripts/shBrushXml.js' type='text/javascript'></script> + + <script type="text/javascript"> + SyntaxHighlighter.defaults['toolbar'] = false; + SyntaxHighlighter.all(); + </script> + + <title> + Apache Camel: Camel Hawtio Maven Goal + </title> +</head> +<body> +<div class="white_box"> +<div class="header"> + <div class="header_l"> + <div class="header_r"> + </div> + </div> +</div> +<div class="content"> + <div class="content_l"> + <div class="content_r"> + <div> + <!-- Banner --> +<div id="banner-content"><div id="asf_logo"> + <div id="activemq_logo" style="height:108px; background:transparent url(banner.data/apache-camel-7.png) no-repeat scroll left top;"> + <a shape="rect" style="float:left; width:310px;display:block;text-indent:-5000px;text-decoration:none;line-height:140px; margin-top:20px; margin-left:18px;" href="http://camel.apache.org/">Camel</a> + <a shape="rect" style="float:right; width:180px;display:block;text-indent:-5000px;text-decoration:none;line-height:80px; margin-top:45px; margin-right:10px;" href="http://www.apache.org">Apache</a> + </div> + </div></div> + <!-- Banner --> + <div class="top_red_bar"> + <div id="site-breadcrumbs"> + <!-- Breadcrumbs --> +<a href="index.html">Apache Camel</a> > <a href="documentation.html">Documentation</a> > <a href="user-guide.html">User Guide</a> > <a href="camel-maven-plugin.html">Camel Maven Plugin</a> > <a href="camel-hawtio-maven-goal.html">Camel Hawtio Maven Goal</a> + </div> + <!-- Quicklinks --> +<div id="site-quicklinks"><p><a shape="rect" href="download.html" title="Download">Download</a> | <a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a> | <a shape="rect" href="source.html" title="Source">Source</a> | <a shape="rect" href="discussion-forums.html" title="Discussion Forums">Forums</a> | <a shape="rect" href="support.html" title="Support">Support</a></p></div> + <!-- Quicklinks --> + </div> + + <table border="0"> + <tbody> + <tr> + <td valign="top" width="100%"> +<div class="wiki-content maincontent"><h2><a shape="rect" name="CamelHawtioMavenGoal-camel%3Ahawtio"></a>camel:hawtio</h2> +<p><b>Available as of Camel 2.13/2.12.3</b></p> + +<p>The <b>camel:hawtio</b> goal of the <a shape="rect" href="camel-maven-plugin.html" title="Camel Maven Plugin">Camel Maven Plugin</a> is an extension to <a shape="rect" href="camel-run-maven-goal.html" title="Camel Run Maven Goal">Camel Run Maven Goal</a> which is used to run your Camel <a shape="rect" href="spring.html" title="Spring">Spring</a> or <a shape="rect" href="using-osgi-blueprint-with-camel.html" title="Using OSGi blueprint with Camel">OSGi Blueprint</a> configurations in a forked JVM from Maven.</p> + +<p>A good example application to get you started is the <a shape="rect" href="spring-example.html" title="Spring Example">Spring Example</a>.</p> + +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: java; gutter: false" type="syntaxhighlighter"><![CDATA[ +cd examples/camel-example-spring +mvn camel:hawtio +]]></script> +</div></div> + +<p>This starts the example, and bootup the <a shape="rect" class="external-link" href="http://hawt.io/" rel="nofollow">hawtio</a> web console by default on <a shape="rect" class="external-link" href="http://localhost:8080/hawtio" rel="nofollow">http://localhost:8080/hawtio</a>, which allows you to 'see' what happens with the Camel application running in the JVM. You can visualize the Camel routes in diagrams, as well see performance statistics, and debug or profile routes, and much more. The screen shot below shows the camel-example-spring in action with an table overview of the 3 routes running and some statistics such as number of messages processed and their min/max and average time etc.</p> + +<p><span class="image-wrap" style=""><img src="camel-hawtio-maven-goal.data/hawtio.png" style="border: 0px solid black"></span></p> + +<h3><a shape="rect" name="CamelHawtioMavenGoal-Settingupcamel%3Ahawtioplugin"></a>Setting up camel:hawtio plugin</h3> + +<p>In your Maven pom.xml file add the following plugin under plugins:</p> + +<div class="code panel" style="border-width: 1px;"><div class="codeContent panelContent"> +<script class="theme: Default; brush: xml; gutter: false" type="syntaxhighlighter"><![CDATA[ + <plugin> + <groupId>org.apache.camel</groupId> + <artifactId>camel-maven-plugin</artifactId> + </plugin> +]]></script> +</div></div> + +<p>As the camel:hawtio plugin is an extension to the <a shape="rect" href="camel-run-maven-goal.html" title="Camel Run Maven Goal">Camel Run Maven Goal</a> it has the same options as the run plugin, and in addition the following:</p> + +<div class="table-wrap"> +<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Option </th><th colspan="1" rowspan="1" class="confluenceTh"> Default </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> port </td><td colspan="1" rowspan="1" class="confluenceTd"> 8080 </td><td colspan="1" rowspan="1" class="confluenceTd"> The port number to use for the hawtio web console. </td></tr></tbody></table> +</div> +</div> + </td> + <td valign="top"> + <div class="navigation"> + <div class="navigation_top"> + <!-- NavigationBar --> +<div class="navigation_bottom" id="navigation_bottom"><h3><a shape="rect" name="Navigation-Overview"></a><a shape="rect" href="overview.html" title="Overview">Overview</a></h3> + +<ul class="alternate" type="square"><li><a shape="rect" href="index.html" title="Index">Home</a></li><li><a shape="rect" href="download.html" title="Download">Download</a></li><li><a shape="rect" href="getting-started.html" title="Getting Started">Getting Started</a></li><li><a shape="rect" href="faq.html" title="FAQ">FAQ</a></li></ul> + + +<h3><a shape="rect" name="Navigation-Documentation"></a><a shape="rect" href="documentation.html" title="Documentation">Documentation</a></h3> + +<ul class="alternate" type="square"><li><a shape="rect" href="user-guide.html" title="User Guide">User Guide</a></li><li><a shape="rect" href="manual.html" title="Manual">Manual</a></li><li><a shape="rect" href="books.html" title="Books">Books</a></li><li><a shape="rect" href="tutorials.html" title="Tutorials">Tutorials</a></li><li><a shape="rect" href="examples.html" title="Examples">Examples</a></li><li><a shape="rect" href="cookbook.html" title="Cookbook">Cookbook</a></li><li><a shape="rect" href="architecture.html" title="Architecture">Architecture</a></li><li><a shape="rect" href="enterprise-integration-patterns.html" title="Enterprise Integration Patterns">Enterprise Integration Patterns</a></li><li><a shape="rect" href="dsl.html" title="DSL">DSL</a></li><li><a shape="rect" href="components.html" title="Components">Components</a></li><li><a shape="rect" href="data-format.html" title="Data Format">Data Format</a></li><li><a shape="rect" href="languages.html" title="Languages">L anguages</a></li><li><a shape="rect" href="security.html" title="Security">Security</a></li><li><a shape="rect" href="security-advisories.html" title="Security Advisories">Security Advisories</a></li></ul> + + +<h3><a shape="rect" name="Navigation-Search"></a>Search</h3> + +<p> +</p><form enctype="application/x-www-form-urlencoded" method="get" id="cse-search-box" action="http://www.google.com/cse"> + <div> + <input type="hidden" name="cx" value="007878419884033443453:m5nhvy4hmyq"> + <input type="hidden" name="ie" value="UTF-8"> + <input type="text" name="q" size="21"> + <input type="submit" name="sa" value="Search"> + </div> +</form> +<script type="text/javascript" src="http://www.google.com/coop/cse/brand?form=cse-search-box&lang=en"></script> + + +<h3><a shape="rect" name="Navigation-Community"></a><a shape="rect" href="community.html" title="Community">Community</a></h3> + +<ul class="alternate" type="square"><li><a shape="rect" href="support.html" title="Support">Support</a></li><li><a shape="rect" href="contributing.html" title="Contributing">Contributing</a></li><li><a shape="rect" href="discussion-forums.html" title="Discussion Forums">Discussion Forums</a></li><li><a shape="rect" href="mailing-lists.html" title="Mailing Lists">Mailing Lists</a></li><li><a shape="rect" href="user-stories.html" title="User Stories">User Stories</a></li><li><a shape="rect" href="news.html" title="News">News</a></li><li><a shape="rect" href="articles.html" title="Articles">Articles</a></li><li><a shape="rect" href="site.html" title="Site">Site</a></li><li><a shape="rect" href="team.html" title="Team">Team</a></li><li><a shape="rect" class="external-link" href="http://camel-extra.googlecode.com/" rel="nofollow">Camel Extra</a></li></ul> + + +<h3><a shape="rect" name="Navigation-Developers"></a><a shape="rect" href="developers.html" title="Developers">Developers</a></h3> + +<ul class="alternate" type="square"><li><a shape="rect" href="developers.html" title="Developers">Developer Guide</a></li><li><a shape="rect" href="source.html" title="Source">Source</a></li><li><a shape="rect" href="building.html" title="Building">Building</a></li><li><a shape="rect" href="javadoc.html" title="JavaDoc">JavaDoc</a></li><li><a shape="rect" href="irc-room.html" title="IRC Room">IRC Room</a></li></ul> + + +<h3><a shape="rect" name="Navigation-ApacheSoftwareFoundation"></a>Apache Software Foundation</h3> + +<ul class="alternate" type="square"><li><a shape="rect" class="external-link" href="http://www.apache.org/licenses/">License</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/sponsorship.html">Sponsorship</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/foundation/thanks.html">Thanks</a></li><li><a shape="rect" class="external-link" href="http://www.apache.org/security/">Security</a></li></ul> +</div> + <!-- NavigationBar --> + </div> + </div> + </td> + </tr> + </tbody> + </table> + + + <div class="bottom_red_bar"></div> + </div> + </div> + </div> +</div> +<div class="black_box"> +<div class="footer"> + <div class="footer_l"> + <div class="footer_r"> + <div> + <a href="$base/privacy-policy.html">Privacy Policy</a> - + (<a href="https://cwiki.apache.org/confluence/pages/editpage.action?pageId=34842430">edit page</a>) + (<a href="https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=34842430&showComments=true&showCommentArea=true#addcomment">add comment</a>) + </div> + </div> + </div> +</div> +</div> +</div> +<div class="design_attribution"> +© 2004-2011 The Apache Software Foundation. +<br> +Apache Camel, Camel, Apache, the Apache feather logo, and the Apache Camel project logo are trademarks of The Apache Software Foundation. All other marks mentioned may be trademarks or registered trademarks of their respective owners. +<br> +<a href="http://hiramchirino.com">Graphic Design By Hiram</a> +</div> + +<!-- Camel committers that would like access to the Analytics, send a note to priv...@camel.apache.org --> +<script type="text/javascript"> + + var _gaq = _gaq || []; + _gaq.push(['_setAccount', 'UA-25976253-1']); + _gaq.push(['_trackPageview']); + + (function() { + var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; + ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; + var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); + })(); + +</script> + +</body> +</html> + + Modified: websites/production/camel/content/camel-maven-plugin.html ============================================================================== --- websites/production/camel/content/camel-maven-plugin.html (original) +++ websites/production/camel/content/camel-maven-plugin.html Thu Nov 28 13:19:56 2013 @@ -92,7 +92,7 @@ <h3><a shape="rect" name="CamelMavenPlugin-GoalsSupported"></a>Goals Supported</h3> <div class="table-wrap"> -<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Documentation </th><th colspan="1" rowspan="1" class="confluenceTh"> Reference </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-run-maven-goal.html" title="Camel Run Maven Goal">camel:run</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/maven/maven-plugins/camel-maven-plugin/run-mojo.html">camel:run</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Boots up Camel in a new JVM using the <a shape="rect" href="spring.html" title="Spring">Spring</a> configuration at <b>META-INF/spring/*.xml</b> and runs your routing rules. From Camel 2.10 onwards also OSGi blueprint is supported to load from <b>OSGI-INF/blueprint/*.xml</b> (requires to configure the plugin to use blueprint). </td></tr><tr><td c olspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-embedded-maven-goal.html" title="Camel Embedded Maven Goal">camel:embedded</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="external-link" href="http://activemq.apache.org/camel/maven/maven-plugins/camel-maven-plugin/embedded-mojo.html">camel:embedded</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Boots up Camel in the same JVM as Maven using the <a shape="rect" href="spring.html" title="Spring">Spring</a> configuration at <b>META-INF/spring/*.xml</b> and runs your routing rules. From Camel 2.10 onwards also OSGi blueprint is supported to load from <b>OSGI-INF/blueprint/*.xml</b> (requires to configure the plugin to use blueprint). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-dot-maven-goal.html" title="Camel Dot Maven Goal">camel:dot</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" class="exter nal-link" href="http://activemq.apache.org/camel/maven/maven-plugins/camel-maven-plugin/dot-mojo.html">camel:dot</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> Generates DOT files and then HTML, PNG, SVG files for your EIP routing rules with integration into Maven Reports. This plugin <b>only</b> supports Spring XML files. This plugin is <b>@deprecated</b>. </td></tr></tbody></table> +<table class="confluenceTable"><tbody><tr><th colspan="1" rowspan="1" class="confluenceTh"> Documentation </th><th colspan="1" rowspan="1" class="confluenceTh"> Goal </th><th colspan="1" rowspan="1" class="confluenceTh"> Description </th></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-run-maven-goal.html" title="Camel Run Maven Goal">camel:run</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> camel:run </td><td colspan="1" rowspan="1" class="confluenceTd"> Boots up Camel in a new JVM using the <a shape="rect" href="spring.html" title="Spring">Spring</a> configuration at <b>META-INF/spring/*.xml</b> and runs your routing rules. From Camel 2.10 onwards also OSGi blueprint is supported to load from <b>OSGI-INF/blueprint/*.xml</b> (requires to configure the plugin to use blueprint). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-hawtio-maven-goal.html" title="Camel Hawtio Maven Goal">camel:hawti o</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> camel:hawtio </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>Camel 2.13/2.12.3:</b> Extension to camel:run goal, to run Camel including the <a shape="rect" class="external-link" href="http://hawt.io/" rel="nofollow">hawtio</a> web console at <tt>http:localhost:8080/hawtio</tt>, allowing users to visualize their running Camel applications, debug and profile routes, and much more. </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-embedded-maven-goal.html" title="Camel Embedded Maven Goal">camel:embedded</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> camel:embedded </td><td colspan="1" rowspan="1" class="confluenceTd"> Boots up Camel in the same JVM as Maven using the <a shape="rect" href="spring.html" title="Spring">Spring</a> configuration at <b>META-INF/spring/*.xml</b> and runs your routing rules. From Camel 2.10 onwards also OSGi blueprint is supported to lo ad from <b>OSGI-INF/blueprint/*.xml</b> (requires to configure the plugin to use blueprint). </td></tr><tr><td colspan="1" rowspan="1" class="confluenceTd"> <a shape="rect" href="camel-dot-maven-goal.html" title="Camel Dot Maven Goal">camel:dot</a> </td><td colspan="1" rowspan="1" class="confluenceTd"> camel:dot </td><td colspan="1" rowspan="1" class="confluenceTd"> <b>deprecated</b>: Generates DOT files and then HTML, PNG, SVG files for your EIP routing rules with integration into Maven Reports. This plugin <b>only</b> supports Spring XML files. </td></tr></tbody></table> </div>