Author: buildbot
Date: Wed Nov 13 18:19:14 2013
New Revision: 886533
Log:
Production update by buildbot for camel
Modified:
websites/production/camel/content/cache/main.pageCache
websites/production/camel/content/camel-maven-archetypes.html
Modified: websites/production/camel/content/cache/main.pageCache
==============================================================================
Binary files - no diff available.
Modified: websites/production/camel/content/camel-maven-archetypes.html
==============================================================================
--- websites/production/camel/content/camel-maven-archetypes.html (original)
+++ websites/production/camel/content/camel-maven-archetypes.html Wed Nov 13
18:19:14 2013
@@ -40,6 +40,7 @@
<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;
@@ -95,6 +96,15 @@
</div>
+<p>The maven coordinates for these archetypes is the following:</p>
+
+<div class="code panel" style="border-width: 1px;"><div class="codeContent
panelContent">
+<script class="theme: Default; brush: xml; gutter: false"
type="syntaxhighlighter"><![CDATA[
+ <groupId>org.apache.camel.archetypes</groupId>
+ <artifactId>${archetype-name}</artifactId>
+ <version>${camel-version}</version>
+]]></script>
+</div></div>
<div class="panelMacro"><table class="infoMacro"><colgroup span="1"><col
span="1" width="24"><col span="1"></colgroup><tr><td colspan="1" rowspan="1"
valign="top"><img align="middle"
src="https://cwiki.apache.org/confluence/images/icons/emoticons/information.gif"
width="16" height="16" alt="" border="0"></td><td colspan="1" rowspan="1">When
using these archetypes, make sure your package name is not org.apache.camel (or
a sub package of this) as this will instruct Camel to search in its own
packages for your routes. This can also cause Camel not to start, as shown in
CAMEL-1197.</td></tr></table></div>