You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by na...@apache.org on 2016/02/19 17:26:06 UTC

jclouds git commit: Properly exclude ProfitBricks test pages

Repository: jclouds
Updated Branches:
  refs/heads/master d05cecc39 -> f30182da6


Properly exclude ProfitBricks test pages


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

Branch: refs/heads/master
Commit: f30182da693eb45beff9f8e7f9527d6a8e391bf8
Parents: d05cecc
Author: Ignasi Barrera <na...@apache.org>
Authored: Fri Feb 19 17:25:57 2016 +0100
Committer: Ignasi Barrera <na...@apache.org>
Committed: Fri Feb 19 17:25:57 2016 +0100

----------------------------------------------------------------------
 project/pom.xml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/f30182da/project/pom.xml
----------------------------------------------------------------------
diff --git a/project/pom.xml b/project/pom.xml
index 62877d3..8631a38 100644
--- a/project/pom.xml
+++ b/project/pom.xml
@@ -463,7 +463,8 @@
             <exclude>**/src/test/resources/**/*.gz</exclude>
             <exclude>**/src/test/resources/**/*.xml</exclude>
             <exclude>**/src/test/resources/**/*.crt</exclude>
-            <exclude>**/profitbricks/src/test/resources/*.html</exclude>
+            <exclude>**/src/test/resources/fault-401.html</exclude>
+            <exclude>**/src/test/resources/maintenance-503.html</exclude>
 
             <!-- META-INF/services files -->
             <exclude>**/services/*LoggingModule</exclude>