export SCHEMACRAWLER_VERSION=15.06.01
Go to the release section to manually download or :
wget https://github.com/adriens/schemacrawler-rpm/releases/download/${SCHEMACRAWLER_VERSION}/schemacrawler-${SCHEMACRAWLER_VERSION}-1.noarch.rpm
See .travis.yml
instructions.
mvn clean package site -Ddependency.locations.enabled=false
mvn clean package site -Ddependency.locations.enabled=false && yum --nogpgcheck localinstall target/rpm/schemacrawler/RPMS/noarch/schemacrawler-${SCHEMACRAWLER_VERSION}-1.noarch.rpm`
mvn clean package site -Ddependency.locations.enabled=false && yum remove schemacrawler.noarch && yum --nogpgcheck localinstall target/rpm/schemacrawler/RPMS/noarch/schemacrawler-${SCHEMACRAWLER_VERSION}-1.noarch.rpm
To rapidly check if schemacrawler is already installed :
yum list installed | grep schemacrawler
Get infos about liquibase package :
yum info schemacrawler.noarch
yum remove schemacrawler.noarch
If you are familiar with bash auto-complete files, you are welcome to provide me one to make schemacawler linux experience even better.