View ato_maven_settings
<settings xmlns="http://maven.apache.org/SETTINGS/1.0.0" | |
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | |
xsi:schemaLocation="http://maven.apache.org/SETTINGS/1.0.0 | |
http://maven.apache.org/xsd/settings-1.0.0.xsd"> | |
<servers> | |
<server> | |
<id>ato-snapshots</id> | |
<username>deployment</username> | |
<password>atosan;13</password> | |
</server> |
View install_java_8_local
#cd to project, then | |
jenv local oracle64-1.8.0.92 |
View clone_all.sh
git clone https://github.com/vqminh/base.git | |
git clone https://github.com/vqminh/lenderrate.git | |
git clone https://github.com/vqminh/lenderrate-configuration.git | |
git clone https://github.com/vqminh/atoops.git | |
git clone https://github.com/vqminh/packs.git | |
git clone https://github.com/vqminh/ato-maven-plugin.git |