Skip to content

Commit a036f38

Browse files
general pom cleanup (#2959)
1 parent 212e668 commit a036f38

File tree

6 files changed

+10
-39
lines changed

6 files changed

+10
-39
lines changed

integration-tests/pom.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,8 @@
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>

kubernetes/pom.xml

Lines changed: 2 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -14,18 +14,9 @@
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>
@@ -39,7 +30,7 @@
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

operator-build-maven-plugin/pom.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@
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>

operator/pom.xml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,9 @@
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>

pom.xml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,12 @@
2020

2121
<scm>
2222
<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>
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

swagger-generator/pom.xml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,18 +12,8 @@
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>

0 commit comments

Comments
 (0)