You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
milanmajchrak edited this page Nov 23, 2023
·
9 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:
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: