Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 656 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 656 Bytes

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>