Skip to content

MyCoRe-Org/JSPDocportal

Folders and files

NameName
Last commit message
Last commit date
Nov 17, 2020
Sep 23, 2024
Oct 18, 2024
Oct 18, 2024
Nov 11, 2024
Jul 16, 2021
Nov 17, 2020
Sep 16, 2024
Nov 27, 2022
Oct 16, 2024

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>