forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 18
Tips and tricks
Ondrej Kosarko edited this page Jun 18, 2024
·
2 revisions
When there is error during build (e.g. checkstyle error), build can be resumed after fixing mistakes, just as maven states itself:
therefore use
mvn install -rf :name-of-project-failed
-Dlicense.skip
-Dcheckstyle.skip
-fae
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: