Red Hat AMQ 6
As of February 2025, Red Hat is no longer supporting Red Hat AMQ 6. If you are using AMQ 6, please upgrade: Migrating to AMQ 7.Chapter 6. Fabric8 Maven Plug-In
Abstract
This Maven plug-in makes it easy to create or update a fabric profile from your Maven project.
Warning
The Fabric8 Maven plug-in is a technical preview only, and is not supported in JBoss A-MQ 6.1.
6.1. Preparing to Use the Plug-In Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
Edit your Maven settings Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
First you will need to edit your
~/.m2/settings.xml file to add the fabric server's user and password so that the maven plugin can log in to the fabric. For example, you could add the following server element to your settings.xml file:
Where
Username and Password are the credentials of a Fabric user with administrative privileges (for example, the credentials you would use to log on to the Management Console).
Customising the repository ID Copy linkLink copied to clipboard!
Copy linkLink copied to clipboard!
The default Fabric Maven repository ID is
fabric8.upload.repo. You can specify additional server elements in your settings.xml file for each of the fabrics you need to work with. To select the relevant credentials, you can set the serverId property in the Fabric8 Maven plug-in configuration section (see Section 6.4, “Configuration Properties”) or set the fabric8.serverId Maven property.