Use default Apache remote resources

This commit is contained in:
Andrew Bayer 2013-05-31 09:43:21 -07:00
parent fdd9f08f40
commit a1c09f8391
1 changed files with 0 additions and 15 deletions

View File

@ -641,21 +641,6 @@
</instructions>
</configuration>
</plugin>
<plugin>
<artifactId>maven-remote-resources-plugin</artifactId>
<executions>
<execution>
<goals>
<goal>process</goal>
</goals>
<configuration>
<resourceBundles>
<resourceBundle>org.apache.jclouds:jclouds-resources:${project.version}</resourceBundle>
</resourceBundles>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<groupId>org.apache.maven.plugins</groupId>
<artifactId>maven-checkstyle-plugin</artifactId>