Creating a Separate Distribution brXM 13 [SOLVED]

Hello,

I am trying to create a separate distribution from zero following this documentation https://documentation.bloomreach.com/library/enterprise/installation-and-configuration/create-separate-distributions-for-cms-and-site.html and this one https://documentation.bloomreach.com/library/enterprise/installation-and-configuration/separate-distributions-for-enterprise.html because We are working with entreprise license. When I execute the mvn clean verify from my local works correctly but if I execute the command mvn -Pseparate-dist, the console show me this error:

[ERROR] Plugin org.apache.maven.plugins:maven-assembly-plugin:2.6 or one of its dependencies could not be resolved: Failed to read artifact descriptor for org.apache.maven.plugins:maven-assembly-plugin:jar:2.6: Could not transfer artifact org.apache.maven.plugins:maven-assembly-plugin:pom:2.6 from/to hippo (https://maven.onehippo.com/maven2/): Connect to localhost:3128 [localhost/127.0.0.1, localhost/0:0:0:0:0:0:0:1] failed: Connection refused: connect -> [Help 1]

I don’t know why It is trying to connect to this ports.

Solved

The problem was the proxy of our company. It is neccessary to modify the maven settings.xml to add it.