Repository: stratos
Updated Branches:
  refs/heads/master 172a5eff6 -> 740f2ea0a


Removing default live test parameters from pom.xml


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

Branch: refs/heads/master
Commit: 740f2ea0aaa9bb13fe4a22214313ad8c6b10cbcd
Parents: 172a5ef
Author: Imesh Gunaratne <[email protected]>
Authored: Thu Jan 29 17:36:33 2015 +0530
Committer: Imesh Gunaratne <[email protected]>
Committed: Thu Jan 29 17:36:33 2015 +0530

----------------------------------------------------------------------
 components/org.apache.stratos.kubernetes.client/pom.xml | 10 +---------
 1 file changed, 1 insertion(+), 9 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/stratos/blob/740f2ea0/components/org.apache.stratos.kubernetes.client/pom.xml
----------------------------------------------------------------------
diff --git a/components/org.apache.stratos.kubernetes.client/pom.xml 
b/components/org.apache.stratos.kubernetes.client/pom.xml
index b993575..81c0733 100644
--- a/components/org.apache.stratos.kubernetes.client/pom.xml
+++ b/components/org.apache.stratos.kubernetes.client/pom.xml
@@ -34,11 +34,6 @@
     <description>A Java client library written for Kubernetes API</description>
     <url>http://apache.org</url>
 
-    <properties>
-        
<kubernetes.api.endpoint>http://localhost:8080/api/v1beta1/</kubernetes.api.endpoint>
-        <docker.image>gurpartap/redis</docker.image>
-    </properties>
-
     <dependencies>
         <dependency>
             <groupId>org.apache.commons</groupId>
@@ -115,10 +110,7 @@
                         <artifactId>maven-surefire-plugin</artifactId>
                         <configuration>
                             
<groups>org.apache.stratos.kubernetes.client.LiveTests</groups>
-                            <systemPropertyVariables>
-                                
<kubernetes.api.endpoint>${kubernetes.api.endpoint}</kubernetes.api.endpoint>
-                                <docker.image>${docker.image}</docker.image>
-                            </systemPropertyVariables>
+                            <systemPropertyVariables></systemPropertyVariables>
                         </configuration>
                     </plugin>
                 </plugins>

Reply via email to