Skip to content

Commit

Permalink
Wagon: Deploying sitegen to repository
Browse files Browse the repository at this point in the history
  • Loading branch information
FuseSource CI committed Dec 29, 2013
1 parent 0734a15 commit e822666
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/howPluginsWork.html
Expand Up @@ -103,11 +103,11 @@ <h3 id = "Separate_Deployment_Unit">Separate Deployment Unit</h3>

<p>Plugins can be packaged up as a separate deployment unit (WAR, OSGi bundle, EAR, etc) and then deployed like any other deployment unit.</p>

<p>The plugin then needs to expose a hawtio plugin MBean instance which describes how to load the plugin artifacts (e.g. local URLs inside the container or public URLs to some website). See the <a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-example">plugin examples</a> for more details.</p>
<p>The plugin then needs to expose a hawtio plugin MBean instance which describes how to load the plugin artifacts (e.g. local URLs inside the container or public URLs to some website). See the <a href="https://github.com/hawtio/hawtio/tree/master/hawtio-plugin-examples">plugin examples</a> for more details.</p>

<p>So plugins can be deployed into the JVM via whatever container you prefer (web container, OSGi, JEE).</p>

<p>To see how this works check out the <a href="https://github.com/hawtio/hawtio/blob/master/hawtio-plugin-example/readme.md">plugin examples and detailed description</a>.</p>
<p>To see how this works check out the <a href="https://github.com/hawtio/hawtio/blob/master/hawtio-plugin-examples/readme.md">plugin examples and detailed description</a>.</p>

<h3 id = "Using_a_Registry">Using a Registry</h3>

Expand Down

0 comments on commit e822666

Please sign in to comment.