Skip to content

Commit 8e2fed5

Browse files
committed
fix current pom.xml
1 parent faf8517 commit 8e2fed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/pit/lib/lib-patch-v25.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -530,7 +530,7 @@ replaceVaadinSpringWithStarter() {
530530
addDevModeIfNeeded() {
531531
# Add vaadin-dev dependency if Spring is not found
532532
# Handle Maven projects in all modules
533-
for pom in */pom.xml; do
533+
for pom in pom.xml */pom.xml; do
534534
[ -f "$pom" ] || continue
535535
# Check for actual dependency, not exclusions
536536
if ! grep -A 2 -B 2 "vaadin-dev" "$pom" 2>/dev/null | grep -q "<dependency>" 2>/dev/null; then

0 commit comments

Comments
 (0)