We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df93577 commit e40ea24Copy full SHA for e40ea24
src/main/java/spoon/support/compiler/SpoonPom.java
@@ -546,6 +546,7 @@ public static String guessMavenHome() {
546
} catch (IOException e) {
547
throw new SpoonException("Maven home detection has failed.");
548
} catch (InterruptedException e) {
549
+ Thread.currentThread().interrupt();
550
throw new SpoonException("Maven home detection was interrupted.");
551
}
552
return mvnHome;
0 commit comments