This page displays the artifacts installed in the server's repository. The layout of the repository is the same as that used by Apache Maven making it possible to easily copy files over. The Geronimo Console provides a method for adding artifacts:


Browse to select the artifact to be added.
Click on this button to install the artifact.

To use an artifact in an application, add a dependency element into it's deployment plan. For example, to use Castor XML add the following XML to the plan:

    <dependency>
        <uri>castor/jars/castor-0.9.5.3.jar</uri>
    </dependency>