> @@ -63,6 +66,11 @@
>      public static final String JCLOUDS_GROUP_ID = "org.apache.jclouds";
>      public static final String JCLOUDS_ARTIFACT_ID = "jclouds-core";
>  
> +    public static final String MVN_JCLOUDS_FEATURE_FORMAT = 
> "mvn:org.apache.jclouds.karaf/jclouds-karaf/%s/xml/features";
> +    public static final String KARAF_RELATIVE_FEAUTRE_DESCRIPTOR_LOCATION = 
> "../../../../../feature/target/feature.xml";
> +    public static final String ITESTS_RELATIVE_FEAUTRE_DESCRIPTOR_LOCATION = 
> "../feature/target/feature.xml";

Typos: `FEATURE`? Also: make this settable via a system property rather than 
hard-coding?

---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-karaf/pull/25/files#r5577742

Reply via email to