Show Table of Contents
Chapter 4. Download the Offline Repository
A Maven repository that contains the artifacts required for the Integration Pack is available for download. It is an optional download and is provided for when an offline Maven repository is used.
Note
This repository is useful only if you are using offline Maven repositories.
To use an offline Maven repository:
- In the Red Hat customer portal, go to https://access.redhat.com/jbossnetwork/restricted/listSoftware.html?product=jboss.fuse&downloadType=distributions.
- Select the Fuse version you are using. This displays the downloads for that Fuse version.
- Select the offline Maven repository that meets your needs.
- Click .
- Unpack the downloaded zip file into an accessible location.
- Add entries for the unzipped repositories to Maven's
settings.xmlfile. Base your entry on the code below.<repository> <id>BPMS-repo</id> <name>Red Hat JBoss Fuse 6.3.0</name> <url>file://file-location/BPMS-repo/maven-repository/</url> <layout>default</layout> <releases> <enabled>true</enabled> <updatePolicy>never</updatePolicy> </releases> <snapshots> <enabled>false</enabled> <updatePolicy>never</updatePolicy> </snapshots> </repository>

Where did the comment section go?
Red Hat's documentation publication system recently went through an upgrade to enable speedier, more mobile-friendly content. We decided to re-evaluate our commenting platform to ensure that it meets your expectations and serves as an optimal feedback mechanism. During this redesign, we invite your input on providing feedback on Red Hat documentation via the discussion platform.