Author: chirino
Date: Sat Sep 23 00:24:59 2006
New Revision: 449199
URL: http://svn.apache.org/viewvc?view=rev&rev=449199
Log:
Latest export from confluence
Modified:
incubator/servicemix/site/sm30ug/4-examples.html
Modified: incubator/servicemix/site/sm30ug/4-examples.html
URL:
http://svn.apache.org/viewvc/incubator/servicemix/site/sm30ug/4-examples.html?view=diff&rev=449199&r1=449198&r2=449199
==============================================================================
--- incubator/servicemix/site/sm30ug/4-examples.html (original)
+++ incubator/servicemix/site/sm30ug/4-examples.html Sat Sep 23 00:24:59 2006
@@ -32,8 +32,9 @@
<H1><A name="4.Examples-4.Examples"></A>4. Examples</H1>
-<P>ServiceMix distribution comes with several examples categories. The
following sections of this document will help you understanding the differences
between these examples and explain alternative methods to start them.</P>
+<P>ServiceMix distribution comes with several examples categories. The
following sections of this document will help you understanding the differences
between these examples and explain alternative methods to start them</P>
<UL>
+ <LI><A href="#4.Examples-Mavenconfiguration" title="Maven configuration
on 4. Examples">Maven configuration</A></LI>
<LI><A href="#4.Examples-JBIpackaging" title="JBI packaging on 4.
Examples">JBI packaging</A></LI>
<LI><A href="#4.Examples-StaticconfigurationusingMaven" title="Static
configuration using Maven on 4. Examples">Static configuration using
Maven</A></LI>
<LI><A href="#4.Examples-StaticconfigurationusingAnt" title="Static
configuration using Ant on 4. Examples">Static configuration using Ant</A></LI>
@@ -59,6 +60,35 @@
<P><A href="#4.Examples-top" title="top on 4. Examples">top</A></P>
+<H2><A name="4.Examples-Mavenconfiguration"></A>Maven configuration</H2>
+
+<P>ServiceMix release is not available on public maven repositories, so you
need to either:</P>
+<UL>
+ <LI>build ServiceMix from sources</LI>
+ <LI>modify your maven configuration to include an additional
repository.</LI>
+</UL>
+
+
+<P>The last point can be done by modifying your <TT>~/.m2/settings.xml</TT>
configuration file to include the following informations:</P>
+<DIV class="code"><DIV class="codeContent">
+<PRE class="code-xml"><SPAN class="code-tag"><settings></SPAN>
+ <SPAN class="code-tag"><profiles></SPAN>
+ <SPAN class="code-tag"><profile></SPAN>
+ <SPAN class="code-tag"><id></SPAN>incubating<SPAN
class="code-tag"></id></SPAN>
+ <SPAN class="code-tag"><repositories></SPAN>
+ <SPAN class="code-tag"><repository></SPAN>
+ <SPAN class="code-tag"><id></SPAN>apache-incubating<SPAN
class="code-tag"></id></SPAN>
+ <SPAN
class="code-tag"><url></SPAN>http://people.apache.org/repo/m2-incubating-repository<SPAN
class="code-tag"></url></SPAN>
+ <SPAN class="code-tag"></repository></SPAN>
+ <SPAN class="code-tag"></repositories></SPAN>
+ <SPAN class="code-tag"></profile></SPAN>
+ <SPAN class="code-tag"></profiles></SPAN>
+ <SPAN class="code-tag"><activeProfiles></SPAN>
+ <SPAN class="code-tag"><activeProfile></SPAN>incubating<SPAN
class="code-tag"></activeProfile></SPAN>
+ <SPAN class="code-tag"></activeProfiles></SPAN>
+<SPAN class="code-tag"></settings></SPAN></PRE>
+</DIV></DIV>
+
<H2><A name="4.Examples-JBIpackagingusingMaven"></A>JBI packaging using
Maven</H2>
<P>The following examples use the standard JBI packaging:</P>
@@ -208,8 +238,9 @@
</DIV>
<DIV id="site-footer">
Added by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A>,
- last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Sep 06, 2006
-
+ last edited by <A
href="http://goopen.org/confluence/users/viewuserprofile.action?username=gnodet">Guillaume
Nodet</A> on Sep 23, 2006
+ (<A
href="http://goopen.org/confluence/pages/diffpages.action?pageId=13490&originalId=13794">view
change</A>)
+
(<A
href="http://goopen.org/confluence/pages/editpage.action?pageId=13490">edit
page</A>)
</DIV>