Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin

...

For adding artifacts to the repository the Repository Viewer portlet is available by selecting Common LibrariesLibs on the Console Navigation menu on the left hand side. The Repository Viewer portlet illustrated in the following figure 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 The over.

To use an artifact in an application, let's take the first one from the list as an example, you will need to add a dependency element into it <dependency> element under <dependencies> in the <environment> element in the application'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>

Here is an excerpt of how a deployment plan would look like:

...