forked from DSpace/DSpace
-
Notifications
You must be signed in to change notification settings - Fork 2
Tips and tricks
milanmajchrak edited this page Nov 23, 2023
·
9 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: