Skip to content
Ondrej Kosarko edited this page Jun 19, 2024 · 2 revisions

Faster build after failure

When there is error during build (e.g. checkstyle error), build can be resumed after fixing mistakes, just as maven states itself: image

therefore use mvn install -rf :name-of-project-failed

Skip checking of licensing headers

-Dlicense.skip

Skip checkstyle

-Dcheckstyle.skip

Non stop on failure

-fae

Import brackets

InteliJ autogenerate import as import {something} from .. but DSpace has imports divided by space like import { something } from ... To change this automatic generation follow this settings: image

Translation messages handling (en.json5)

https://wiki.lyrasis.org/pages/viewpage.action?pageId=117735441#DSpace7TranslationInternationalization(i18n)Localization(l10n)-Syncingexistingtranslationswithchangestoen.json5

How to get one record in OAI-PMH

http://$HOSTNAME/server/oai/request?verb=GetRecord&metadataPrefix=oai_dc&identifier=oai:$HOSTNAME:11372/LRT-492

Clone this wiki locally