Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info
titlePre-build plugin plugins for Geronimo 1.1

Pre-built plugins are available at htt://servicemix.org/geronimo/.
You first need to add this repository to in servicemix standard repository.
First, shutdown Geronimo and edit the /var/config/config.xml Geronimo configuration file with the following snippet:

Code Block
langxml
<gbean name="DownloadedPluginRepos">
<attribute name="repositoryList">http://people.apache.org/~ammulder/plugin-repository-list-1.1.txt</attribute>
<attribute name="userRepositories">[http://people.apache.org/repo/m2-incubating-repository/org/apache/servicemix/geronimo/]</attribute>
<attribute name="downloadRepositories">[http://www.geronimoplugins.com/repository/geronimo-1.1/]</attribute>
</gbean>

and restart Geronimo.
Then from the console Plugin porlet, select this repository and install the two plugins.

...