jbossdemocentral / jboss-fuse-mqgateway-failoverdemo

Failover Camel client using fabric discovery look up brokers
6 stars 4 forks source link

Suggestion - More complete instructions for maven m2 setting modification #1

Closed alberttwong closed 9 years ago

alberttwong commented 9 years ago

I tried to make the changes myself but I don't have permission.

Anyhow, here's the add to the README.

<settings>
<servers>
<server>
  <id>fabric8.upload.repo</id>
  <username>admin</username>
  <password>admin</password>
</server>
</servers>
</settings>
weimeilin79 commented 9 years ago

Thanks! I'll add it to the ReadMe. :)