You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by ab...@apache.org on 2013/05/31 19:14:28 UTC

[2/2] git commit: Use default Apache remote resources

Use default Apache remote resources


Project: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/commit/a1c09f83
Tree: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/tree/a1c09f83
Diff: http://git-wip-us.apache.org/repos/asf/incubator-jclouds/diff/a1c09f83

Branch: refs/heads/master
Commit: a1c09f8391c1b6e87424c0fce2d4a0eb928bb060
Parents: fdd9f08
Author: Andrew Bayer <an...@gmail.com>
Authored: Fri May 31 09:43:21 2013 -0700
Committer: Andrew Bayer <an...@gmail.com>
Committed: Fri May 31 10:14:23 2013 -0700

----------------------------------------------------------------------
 project/pom.xml |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-jclouds/blob/a1c09f83/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 61f22a4..e1ece90 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -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>