Project

General

Profile

Développement

Trucs et astuces

Descendre l'ensemble des projets

git clone --depth=1 https://github.com/RegardsOss/regards-bom.git
git clone --depth=1 https://github.com/RegardsOss/regards-microservice.git
git clone --depth=1 https://github.com/RegardsOss/regards-admin.git
git clone --depth=1 https://github.com/RegardsOss/regards-cloud.git
git clone --depth=1 https://github.com/RegardsOss/regards-dam.git
git clone --depth=1 https://github.com/RegardsOss/regards-catalog.git
git clone --depth=1 https://github.com/RegardsOss/regards-access.git
git clone --depth=1 https://github.com/RegardsOss/regards-frontend.git

Générer les projets

  • Exporter la variable JAVA_HOME
    export JAVA_HOME=/c/java/jdk/jdk1.8.0_151/
    
  • Lancer les commandes
    cd regards-bom
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-microservice
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-admin
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-cloud
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-dam
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-catalog
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-access
    $MVN_HOME/bin/mvn install
    cd ..
    cd regards-frontend
    $MVN_HOME/bin/mvn install
    cd ..
    

Pour travailler sous Eclipse

Par exemple si vous avez passé l'ensmble des commandes de clonage dans /home/you/my_projects

REGARDS_HOME = /home/you/my_projects