4 lines
124 B
Bash
4 lines
124 B
Bash
|
#!/usr/bin/env bash
|
||
|
|
||
|
./mvnw --projects plugin,ruleset --settings travis-settings.xml -Dskip-Tests=true -P release -B deploy
|