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.이 콘텐츠는 선택한 언어로 제공되지 않습니다.
6.2. Using the Plug-In to Deploy a Maven Project
Prerequisites 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
					You must ensure the following prerequisites are satisfied before attempting to run the Fabric8 Maven plug-in:
				
- Your Maven
~/.m2/settings.xmlfile is configured as described in Section 6.1, “Preparing to Use the Plug-In”. - A JBoss Fuse container instance is running on your local machine (alternatively, if the container instance is running on a remote host, you must configure the plug-in's
jolokiaUrlproperty appropriately). 
Running the plug-in on any Maven project 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
					To use the Fabric8 plug-in to deploy any maven project into a fabric profile, enter the following Maven command:
				
mvn io.fabric8:fabric8-maven-plugin:1.0.0.redhat-355:deploy
mvn io.fabric8:fabric8-maven-plugin:1.0.0.redhat-355:deploy
Adding the plug-in to a Maven POM 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
					If you add the Fabric8 plug-in to your 
pom.xml file as follows:
				
					You can use the following more concise Maven goal:
				
mvn fabric8:deploy
mvn fabric8:deploy
What does the plug-in do? 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
					When you deploy your project to a Fabric profile with this plug-in, the plug-in does the following:
				
- Uploads any artifacts into the fabric's Maven repository,
 - Lazily creates the Fabric profile or version you specify,
 - Adds/updates the Maven project artifact into the profile configuration,
 - Adds any additional parent profile, bundles or features to the profile.
 
Example 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
					You can try out the plug-in with one of the JBoss Fuse 
quickstart examples, as follows:
				cd InstallDir/quickstarts/rest mvn io.fabric8:fabric8-maven-plugin:1.0.0.redhat-355:deploy
cd InstallDir/quickstarts/rest
mvn io.fabric8:fabric8-maven-plugin:1.0.0.redhat-355:deploy
					You should see a new profile created at the my-rest/rest profile page, which should have a bundle and some features (click on the Bundle tab and the Feature tab).