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">&lt;settings&gt;</SPAN>
+  <SPAN class="code-tag">&lt;profiles&gt;</SPAN>
+    <SPAN class="code-tag">&lt;profile&gt;</SPAN>
+      <SPAN class="code-tag">&lt;id&gt;</SPAN>incubating<SPAN 
class="code-tag">&lt;/id&gt;</SPAN>
+      <SPAN class="code-tag">&lt;repositories&gt;</SPAN>
+        <SPAN class="code-tag">&lt;repository&gt;</SPAN>
+          <SPAN class="code-tag">&lt;id&gt;</SPAN>apache-incubating<SPAN 
class="code-tag">&lt;/id&gt;</SPAN>
+          <SPAN 
class="code-tag">&lt;url&gt;</SPAN>http://people.apache.org/repo/m2-incubating-repository<SPAN
 class="code-tag">&lt;/url&gt;</SPAN>
+        <SPAN class="code-tag">&lt;/repository&gt;</SPAN>
+      <SPAN class="code-tag">&lt;/repositories&gt;</SPAN>
+    <SPAN class="code-tag">&lt;/profile&gt;</SPAN>
+  <SPAN class="code-tag">&lt;/profiles&gt;</SPAN>
+  <SPAN class="code-tag">&lt;activeProfiles&gt;</SPAN>
+    <SPAN class="code-tag">&lt;activeProfile&gt;</SPAN>incubating<SPAN 
class="code-tag">&lt;/activeProfile&gt;</SPAN>
+  <SPAN class="code-tag">&lt;/activeProfiles&gt;</SPAN>
+<SPAN class="code-tag">&lt;/settings&gt;</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
+                  &nbsp;(<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>
 


Reply via email to