LibraryToggle FramesPrintFeedback

To configure Fuse IDE to use a Maven proxy:

  1. Add the proxy settings to your Maven configuration file.

  2. Configure Fuse IDE's Maven tooling to use the configuration file containing the proxy settings.

Maven stores user configuration information in an XML file. By default, Maven and the Fuse IDE Maven tooling look for the file in the user's .m2/settings.xml file. The Fuse IDE Maven tooling can be configured to use a different Maven configuration file if needed.

Because this is a user specific configuration file, this file is not created when Maven or the Fuse IDE Maven tooling is installed. If it does not exist, you will need to create it. Example C.1 shows the minimum required entries for a Maven configuration file.


To configure Maven to use a proxy you add a proxies element to the settings file. The proxies element is a container for one or more proxy elements that configure individual proxy instances.

The proxy element uses the children described in Table C.1 to provide the information for a proxy.


Example C.2 shows a sample proxy configuration.


Complete documentation for the Maven configuration file can be found at http://maven.apache.org/guides/mini/guide-configuring-maven.html.

Comments powered by Disqus
loading table of contents...