File: publish-snapshot-on-commit.sh

package info (click to toggle)
google-auto-value-java 1.8.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,288 kB
  • sloc: java: 35,820; xml: 1,451; sh: 34; makefile: 10
file content (6 lines) | stat: -rwxr-xr-x 181 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/bash

set -e

mvn -B dependency:go-offline test clean -U --quiet --fail-never -DskipTests=true -f build-pom.xml
mvn -B -U source:jar deploy -DskipTests=true -f build-pom.xml