> The jclouds-chef/project module also has the header file but that shouldn't
> be a problem.
Ah, that's a good point. But it seems like we should be OK:
Result of `mvn help:active-profiles` in jclouds-chef/project
```
[INFO]
Active Profiles for Project 'org.apache.jclouds.chef:chef-project:pom:1.8.0-SNAP
SHOT':
The following profiles are active:
- chef-project (source: pom)
```
Result of `mvn help:effective-pom` in jclouds-chef/project:
<plugin>
<artifactId>maven-checkstyle-plugin</artifactId>
<version>2.9.1</version>
<dependencies>
<dependency>
<groupId>org.apache.jclouds</groupId>
<artifactId>jclouds-resources</artifactId>
<version>${jclouds.version}</version>
</dependency>
</dependencies>
<configuration>
<configLocation>resources/checkstyle.xml</configLocation>
<violationSeverity>warning</violationSeverity>
</configuration>
</plugin>
So it looks like the profiles defined in jclouds/project are not applied here.
---
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/288#issuecomment-34845756