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
// Set the verbose setting now it should be correctly loaded from maven.
247
242
loggerBridge.setVerbose(verbose);
248
-
alwaysLog();
249
243
250
244
if (isPomProject(project) && skipPoms) {
251
-
alwaysLog();
245
+
log("isPomProject is true and skipPoms is true, return");
252
246
return;
253
247
}
254
248
255
249
dotGitDirectory = lookupGitDirectory();
256
250
throwWhenRequiredDirectoryNotFound(dotGitDirectory, failOnNoGitDirectory, ".git directory could not be found! Please specify a valid [dotGitDirectory] in your pom.xml");
0 commit comments