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 1212
1313 <artifactId >integration-tests</artifactId >
1414
15- <description >Oracle WebLogic Server Kubernetes Operator</description >
15+ <description >WebLogic Kubernetes Operator Integration Tests </description >
1616 <name >integration-tests</name >
17- <packaging >jar</packaging >
1817
1918 <properties >
2019 <skipITs >false</skipITs >
Original file line number Diff line number Diff line change 1414
1515 <artifactId >installation-tests</artifactId >
1616
17- <description >WebLogic Kubernetes Operator</description >
17+ <description >WebLogic Kubernetes Operator installation tests </description >
1818 <name >installation-tests</name >
1919
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-
2920 <build >
3021 <plugins >
3122 <plugin >
3930 <configuration >
4031 <!-- Disable surefire test run, as we want all Helm tests to run with
4132 the failsafe plugin as part of the helm-installation-test profile -->
42- <groups >none</ groups >
33+ <skip >true</ skip >
4334 </configuration >
4435 </plugin >
4536
Original file line number Diff line number Diff line change 1212
1313 <artifactId >operator-build-maven-plugin</artifactId >
1414 <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 >
1617
1718 <dependencies >
1819 <dependency >
Original file line number Diff line number Diff line change 1212
1313 <artifactId >weblogic-kubernetes-operator</artifactId >
1414
15- <description >Oracle WebLogic Server Kubernetes Operator</description >
15+ <description >WebLogic Kubernetes Operator</description >
1616 <name >operator-runtime</name >
1717
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-
2718 <build >
2819 <finalName >weblogic-kubernetes-operator</finalName >
2920 <plugins >
Original file line number Diff line number Diff line change 2020
2121 <scm >
2222 <connection >scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</connection >
23- <developerConnection >scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git
24- </developerConnection >
23+ <developerConnection >scm:git:git@github.com:oracle/weblogic-kubernetes-operator.git</developerConnection >
2524 <url >https://github.com/oracle/weblogic-kubernetes-operator</url >
26- <tag >v3.4.0 </tag >
25+ <tag >v ${project.version} </tag >
2726 </scm >
2827
29- <description >Oracle WebLogic Server Kubernetes Operator</description >
28+ <description >WebLogic Kubernetes Operator</description >
3029 <name >weblogic-kubernetes-operator</name >
3130 <packaging >pom</packaging >
3231
Original file line number Diff line number Diff line change 1212
1313 <artifactId >operator-swagger</artifactId >
1414
15- <description >Oracle WebLogic Server Kubernetes Operator</description >
15+ <description >WebLogic Kubernetes Operator Swagger Generator </description >
1616 <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 >
2717
2818 <build >
2919 <plugins >
You can’t perform that action at this time.
0 commit comments