Skip to content

Commit 9235412

Browse files
committed
Added debugging printout
1 parent a1f464f commit 9235412

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

scripts/build-android-app.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -158,6 +158,9 @@ done < <(find "$APP_DIR" -type f -name pom.xml -print0)
158158
# 3) Build with the property set so any missed spots still resolve correctly
159159
EXTRA_MVN_ARGS+=("-Dcodenameone.version=${CN1_VERSION}")
160160

161+
grep -nA2 -B2 '<parent>' "$APP_DIR/pom.xml"
162+
grep -nA3 -B3 '<pluginManagement>' "$APP_DIR/pom.xml"
163+
161164

162165
[ -d "$APP_DIR" ] || { ba_log "Failed to create Codename One application project" >&2; exit 1; }
163166
[ -f "$APP_DIR/build.sh" ] && chmod +x "$APP_DIR/build.sh"

0 commit comments

Comments
 (0)