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 faf8517 commit 8e2fed5Copy full SHA for 8e2fed5
scripts/pit/lib/lib-patch-v25.sh
@@ -530,7 +530,7 @@ replaceVaadinSpringWithStarter() {
530
addDevModeIfNeeded() {
531
# Add vaadin-dev dependency if Spring is not found
532
# Handle Maven projects in all modules
533
- for pom in */pom.xml; do
+ for pom in pom.xml */pom.xml; do
534
[ -f "$pom" ] || continue
535
# Check for actual dependency, not exclusions
536
if ! grep -A 2 -B 2 "vaadin-dev" "$pom" 2>/dev/null | grep -q "<dependency>" 2>/dev/null; then
0 commit comments