> + * distributed under the License is distributed on an "AS IS" BASIS,
> + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
> + * See the License for the specific language governing permissions and
> + * limitations under the License.
> + */
> +package org.jclouds.profitbricks;
> +
> +import java.net.URI;
> +
> +import org.jclouds.providers.ProviderMetadata;
> +import org.jclouds.providers.internal.BaseProviderMetadata;
> +
> +/**
> + * Implementation of {@link ProviderMetadata} for ProfitBricks's Cloud
> Compute provider.
> + */
> +public class ProfitBricksProviderMetadata extends BaseProviderMetadata {
add provided dependency on auto-value, then add
`@AutoService(ProviderMetadata.class)` here. delete the src/main/resources dir.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds-labs/pull/72/files#r19648295