quote

giovedì, marzo 28, 2019

Information about maven plugin

$mvn help:describe -Dplugin=io.swagger.codegen.v3:swagger-codegen-maven-plugin:3.0.7 -Ddetail=true
link

martedì, marzo 19, 2019

Debugging test with maven

$ mvn -Dmaven.surefire.debug -Dtest=MultipleJsonDatasetLoaderTest#loading_Multiple_Dataset_Loading_From_Jar test
From intellij remote attach debug on port 5005

venerdì, marzo 08, 2019

intellij - find class not working

In case [ctrl]+[N] is no longer working in intelli then delete the following folder: %USER_HOME%\.IntelliJIdea70\system\caches.
link