File tree Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Expand file tree Collapse file tree 2 files changed +2
-60
lines changed Original file line number Diff line number Diff line change 1
1
<project >
2
2
<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
-
11
3
<groupId >oracle.kubernetes</groupId >
12
4
<artifactId >build-tools</artifactId >
5
+ <version >1.0</version >
13
6
<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 >
Original file line number Diff line number Diff line change 172
172
</execution >
173
173
</executions >
174
174
<dependencies >
175
- <dependency >
176
- <groupId >oracle.kubernetes</groupId >
177
- <artifactId >build-tools</artifactId >
178
- <version >1.0</version >
179
- </dependency >
180
175
<dependency >
181
176
<groupId >net.sourceforge.pmd</groupId >
182
177
<artifactId >pmd-java</artifactId >
202
197
</execution >
203
198
</executions >
204
199
<dependencies >
205
- <dependency >
206
- <groupId >oracle.kubernetes</groupId >
207
- <artifactId >build-tools</artifactId >
208
- <version >1.0</version >
209
- </dependency >
210
200
<dependency >
211
201
<groupId >com.github.spotbugs</groupId >
212
202
<artifactId >spotbugs</artifactId >
You can’t perform that action at this time.
0 commit comments