We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1486380 commit c5033d5Copy full SHA for c5033d5
melting-pot.sh
@@ -484,7 +484,7 @@ pruneReactor() {
484
# Tests if the given directory contains the appropriate source code.
485
isProject() {
486
local a="$(xpath "$1/pom.xml" project artifactId)"
487
- test "$a" = "$(basename "$1")" && echo 1
+ test "$1" = "LOCAL/PROJECT" -o "$a" = "$(basename "$1")" && echo 1
488
}
489
490
# Generates an aggregator POM for all modules in the current directory.
0 commit comments