File tree Expand file tree Collapse file tree 6 files changed +10
-39
lines changed
operator-build-maven-plugin Expand file tree Collapse file tree 6 files changed +10
-39
lines changed Original file line number Diff line number Diff line change 12
12
13
13
<artifactId >integration-tests</artifactId >
14
14
15
- <description >Oracle WebLogic Server Kubernetes Operator</description >
15
+ <description >WebLogic Kubernetes Operator Integration Tests </description >
16
16
<name >integration-tests</name >
17
- <packaging >jar</packaging >
18
17
19
18
<properties >
20
19
<skipITs >false</skipITs >
Original file line number Diff line number Diff line change 14
14
15
15
<artifactId >installation-tests</artifactId >
16
16
17
- <description >WebLogic Kubernetes Operator</description >
17
+ <description >WebLogic Kubernetes Operator installation tests </description >
18
18
<name >installation-tests</name >
19
19
20
- <url >https://oracle.github.io/weblogic-kubernetes-operator</url >
21
- <inceptionYear >2017</inceptionYear >
22
- <licenses >
23
- <license >
24
- <name >The Universal Permissive License (UPL), Version 1.0</name >
25
- <url >https://github.com/oracle/weblogic-kubernetes-operator/blob/master/LICENSE</url >
26
- </license >
27
- </licenses >
28
-
29
20
<build >
30
21
<plugins >
31
22
<plugin >
39
30
<configuration >
40
31
<!-- Disable surefire test run, as we want all Helm tests to run with
41
32
the failsafe plugin as part of the helm-installation-test profile -->
42
- <groups >none</ groups >
33
+ <skip >true</ skip >
43
34
</configuration >
44
35
</plugin >
45
36
Original file line number Diff line number Diff line change 12
12
13
13
<artifactId >operator-build-maven-plugin</artifactId >
14
14
<packaging >maven-plugin</packaging >
15
- <name >Operator Build Maven Plugin</name >
15
+ <name >operator-build-maven-plugin</name >
16
+ <description >WebLogic Kubernetes Operator Build Maven Plugin</description >
16
17
17
18
<dependencies >
18
19
<dependency >
Original file line number Diff line number Diff line change 12
12
13
13
<artifactId >weblogic-kubernetes-operator</artifactId >
14
14
15
- <description >Oracle WebLogic Server Kubernetes Operator</description >
15
+ <description >WebLogic Kubernetes Operator</description >
16
16
<name >operator-runtime</name >
17
17
18
- <url >https://oracle.github.io/weblogic-kubernetes-operator</url >
19
- <inceptionYear >2017</inceptionYear >
20
- <licenses >
21
- <license >
22
- <name >The Universal Permissive License (UPL), Version 1.0</name >
23
- <url >https://github.com/oracle/weblogic-kubernetes-operator/blob/master/LICENSE</url >
24
- </license >
25
- </licenses >
26
-
27
18
<build >
28
19
<finalName >weblogic-kubernetes-operator</finalName >
29
20
<plugins >
Original file line number Diff line number Diff line change 20
20
21
21
<scm >
22
22
<
connection >scm:git:
[email protected] :oracle/weblogic-kubernetes-operator.git</
connection >
23
- <
developerConnection >scm:git:
[email protected] :oracle/weblogic-kubernetes-operator.git
24
- </developerConnection >
23
+ <
developerConnection >scm:git:
[email protected] :oracle/weblogic-kubernetes-operator.git</
developerConnection >
25
24
<url >https://github.com/oracle/weblogic-kubernetes-operator</url >
26
- <tag >v3.4.0 </tag >
25
+ <tag >v ${project.version} </tag >
27
26
</scm >
28
27
29
- <description >Oracle WebLogic Server Kubernetes Operator</description >
28
+ <description >WebLogic Kubernetes Operator</description >
30
29
<name >weblogic-kubernetes-operator</name >
31
30
<packaging >pom</packaging >
32
31
Original file line number Diff line number Diff line change 12
12
13
13
<artifactId >operator-swagger</artifactId >
14
14
15
- <description >Oracle WebLogic Server Kubernetes Operator</description >
15
+ <description >WebLogic Kubernetes Operator Swagger Generator </description >
16
16
<name >operator-swagger</name >
17
- <packaging >jar</packaging >
18
-
19
- <url >https://oracle.github.io/weblogic-kubernetes-operator</url >
20
- <inceptionYear >2017</inceptionYear >
21
- <licenses >
22
- <license >
23
- <name >The Universal Permissive License (UPL), Version 1.0</name >
24
- <url >https://github.com/oracle/weblogic-kubernetes-operator/blob/master/LICENSE</url >
25
- </license >
26
- </licenses >
27
17
28
18
<build >
29
19
<plugins >
You can’t perform that action at this time.
0 commit comments