Hi! I tried to build this branch on my machine, although it throws a compilation error on Azure (might be because of updates from the jclouds core).
With jenkins build aside, it seems to be [failing](https://jclouds.ci.cloudbees.com/job/jclouds-labs-pull-requests/1003/org.apache.jclouds.labs$profitbricks-rest/console) because of: ``` [INFO] --- maven-checkstyle-plugin:2.15:check (default) @ profitbricks-rest --- [WARNING] src/main/java/org/apache/jclouds/profitbricks/rest/ProfitBricksApiMetadata.java[27:15] (imports) UnusedImports: Unused import - org.jclouds.reflect.Reflection2.typeToken. ``` This "style check" complain is reproducible as well when running: ``` mvn checkstyle:checkstyle --quiet -Dcheckstyle.output.file=/dev/stdout -Dcheckstyle.output.format=plain ``` Let's see if this makes jenkins happy. :) --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs/pull/227#issuecomment-175899875
