1. Create 2.0.0 features xml with feature name: my-helloworld, install the features file to my local mvn repo (/opt/rh/repos/local)
2. fabric:create --wait-for-provisioning
3. container-create-child root child01
4. fabric:patch-apply --username admin --password admin --version 1.0 file:5. profile-create myprofile
6. profile-edit --pid io.fabric8.agent/org.ops4j.pax.url.mvn.repositories=file:7. container-add-profile child01 myprofile
9. profile-edit --repositories mvn:com.redhat.support.examples/my/2.0.0/xml/features myprofile
9. profile-edit --features my-common myprofile
10. profile-edit --features my-helloworld-noexist myprofile
--note the error because my-helloworld-noexist did not exist in the features file--
11. edit features file in mvn repo, change feature name to my-helloworld-noexist
12. profile-refresh myprofile
Failure!