You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ls -la ~/.m2/repository/jp/co/sony/csl/dcoes/apis/apis-bom/3.0.0/ || echo "Warning: apis-bom:3.0.0 not found"
61
-
# Test if Maven can resolve apis-bom:3.0.0
62
-
echo "Testing Maven resolution of apis-bom:3.0.0..."
63
-
mvn dependency:get -Dartifact=jp.co.sony.csl.dcoes.apis:apis-bom:3.0.0:pom -DremoteRepositories= || echo "Note: dependency:get may fail, but local repo should work"
64
61
echo "Building apis-main..."
65
-
# Used -U to force Maven to update and check local repository
66
-
mvn -B -U clean verify
62
+
# Skip tests to match CodeQL behavior - tests require vertx-hazelcast which has runtime scope
0 commit comments