File tree Expand file tree Collapse file tree 5 files changed +0
-220
lines changed
operator/src/main/java/oracle/kubernetes/operator Expand file tree Collapse file tree 5 files changed +0
-220
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,6 @@ ENV PATH=$PATH:/operator
99
1010COPY src/scripts/* /operator/
1111COPY operator/target/weblogic-kubernetes-operator-0.2.jar /operator/weblogic-kubernetes-operator.jar
12- COPY target/weblogic-deploy.zip /operator/weblogic-deploy.zip
1312COPY operator/target/lib/*.jar /operator/lib/
1413
1514HEALTHCHECK --interval=1m --timeout=10s \
Original file line number Diff line number Diff line change @@ -26,6 +26,5 @@ public interface KubernetesConstants {
2626 public static final String CONTAINER_NAME = "weblogic-server" ;
2727
2828 public static final String DOMAIN_CONFIG_MAP_NAME = "weblogic-domain-cm" ;
29- public static final String DOMAIN_HOME_CONFIG_MAP_NAME = "weblogic-domain-home-cm" ;
3029
3130}
Original file line number Diff line number Diff line change @@ -31,7 +31,6 @@ public interface ProcessingConstants {
3131 public static final String EXPLICIT_RESTART_CLUSTERS = "explicitRestartClusters" ;
3232
3333 public static final String SCRIPT_CONFIG_MAP = "scriptConfigMap" ;
34- public static final String DOMAIN_HOME_CONFIG_MAP = "domainHomeConfigMap" ;
3534 public static final String SERVER_STATE_MAP = "serverStateMap" ;
3635 public static final String SERVER_HEALTH_MAP = "serverHealthMap" ;
3736
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 4949
5050 <build >
5151 <plugins >
52- <plugin >
53- <groupId >com.googlecode.maven-download-plugin</groupId >
54- <artifactId >download-maven-plugin</artifactId >
55- <version >1.4.0</version >
56- <executions >
57- <execution >
58- <id >install-wdt</id >
59- <goals >
60- <goal >wget</goal >
61- </goals >
62- <configuration >
63- <url >https://github.com/oracle/weblogic-deploy-tooling/releases/download/weblogic-deploy-tooling-0.8/weblogic-deploy.zip</url >
64- <outputDirectory >${project.build.directory} </outputDirectory >
65- </configuration >
66- </execution >
67- </executions >
68- </plugin >
6952 <plugin >
7053 <groupId >org.apache.maven.plugins</groupId >
7154 <artifactId >maven-release-plugin</artifactId >
You can’t perform that action at this time.
0 commit comments