Skip to content

Commit 91df35a

Browse files
committed
Trying to correct build-tools
1 parent 07855bb commit 91df35a

File tree

2 files changed

+2
-60
lines changed

2 files changed

+2
-60
lines changed

build-tools/pom.xml

Lines changed: 2 additions & 50 deletions
Original file line numberDiff line numberDiff line change
@@ -1,55 +1,7 @@
11
<project>
22
<modelVersion>4.0.0</modelVersion>
3-
4-
<parent>
5-
<groupId>oracle.kubernetes</groupId>
6-
<artifactId>operator-parent</artifactId>
7-
<version>2.2</version>
8-
</parent>
9-
10-
113
<groupId>oracle.kubernetes</groupId>
124
<artifactId>build-tools</artifactId>
5+
<version>1.0</version>
136
<name>Build Tools</name>
14-
15-
<build>
16-
<plugins>
17-
<plugin>
18-
<groupId>org.apache.maven.plugins</groupId>
19-
<artifactId>maven-enforcer-plugin</artifactId>
20-
<version>${maven-enforcer-plugin-version}</version>
21-
<executions>
22-
<execution>
23-
<id>enforce-maven</id>
24-
<goals>
25-
<goal>enforce</goal>
26-
</goals>
27-
<configuration>
28-
<rules>
29-
<requireMavenVersion>
30-
<version>${maven.version.range}</version>
31-
</requireMavenVersion>
32-
<requireJavaVersion>
33-
<version>${java.version.range}</version>
34-
</requireJavaVersion>
35-
<requirePluginVersions></requirePluginVersions>
36-
</rules>
37-
</configuration>
38-
</execution>
39-
</executions>
40-
</plugin>
41-
<plugin>
42-
<groupId>org.apache.maven.plugins</groupId>
43-
<artifactId>maven-compiler-plugin</artifactId>
44-
<version>${maven-compiler-plugin-version}</version>
45-
<configuration>
46-
<release>11</release>
47-
<compilerArgs>
48-
<arg>-Xpkginfo:always</arg>
49-
</compilerArgs>
50-
</configuration>
51-
</plugin>
52-
</plugins>
53-
</build>
54-
55-
</project>
7+
</project>

pom.xml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,11 +172,6 @@
172172
</execution>
173173
</executions>
174174
<dependencies>
175-
<dependency>
176-
<groupId>oracle.kubernetes</groupId>
177-
<artifactId>build-tools</artifactId>
178-
<version>1.0</version>
179-
</dependency>
180175
<dependency>
181176
<groupId>net.sourceforge.pmd</groupId>
182177
<artifactId>pmd-java</artifactId>
@@ -202,11 +197,6 @@
202197
</execution>
203198
</executions>
204199
<dependencies>
205-
<dependency>
206-
<groupId>oracle.kubernetes</groupId>
207-
<artifactId>build-tools</artifactId>
208-
<version>1.0</version>
209-
</dependency>
210200
<dependency>
211201
<groupId>com.github.spotbugs</groupId>
212202
<artifactId>spotbugs</artifactId>

0 commit comments

Comments
 (0)