Skip to content

MyCoRe-Org/JSPDocportal

Repository files navigation

JSPDocportal

JSPDocportal is a module that serves as foundation of a JSP-based MyCoRe repository.

Usage / Deployment

SNAPSHOTS

are automatically deployed to Sonatype: https://oss.sonatype.org/#nexus-search;quick~jspdocportal
Further instructions on how to integrate the Sonatype repository into your Maven pom.xml can be found in the MyCoRe documentation.

You can use the following dependency:

<dependency>
  <groupId>org.mycore.jspdocportal</groupId>
  <artifactId>jspdocportal-module</artifactId>
  <version>2020.06-SNAPSHOT</version>
</dependency>