-
Type:
Bug
-
Status: Closed
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: jboss-fuse-6.2.1
-
Fix Version/s: None
-
Component/s: Fabric8 v1
-
Labels:None
The profile-export command can only export a top level profile folder. It can't export a sub-folder or specific profile within a subfolder. For example, these work fine:
profile-export quickstarts.zip quickstarts
|
profile-export quickstarts.zip quick*
|
But not these:
profile-export cxf.zip quickstarts/cxf
|
profile-export camel-amq.zip quickstarts/camel.amq
|