Further builds won't use the Target Platfrom in repository1. I don't think you gain anything with this approach compared to the default one which is to consume it from Nexus.$ mvn clean install -Dmaven.repo.local=/home/jeremy/.m2/repository1 -DskipTests=true -P maximum
Am I wrong in thinking that resulting TP in my "repository1" is to be used when building & testing my components with the mvn clean install command and specifying -Dmaven.repo.local=/home/jeremy/.m2/repository1 ?