xref: /aosp_15_r20/external/auto/util/publish-snapshot-on-commit.sh (revision 1c2bbba85eccddce6de79cbbf1645fda32e723f0)
1*1c2bbba8SAndroid Build Coastguard Worker#!/bin/bash
2*1c2bbba8SAndroid Build Coastguard Worker
3*1c2bbba8SAndroid Build Coastguard Workerset -e
4*1c2bbba8SAndroid Build Coastguard Worker
5*1c2bbba8SAndroid Build Coastguard Workermvn -B dependency:go-offline test clean -U --quiet --fail-never -DskipTests=true -f build-pom.xml
6*1c2bbba8SAndroid Build Coastguard Workermvn -B -U source:jar deploy -DskipTests=true -f build-pom.xml
7