File tree Expand file tree Collapse file tree 8 files changed +30
-2
lines changed Expand file tree Collapse file tree 8 files changed +30
-2
lines changed Original file line number Diff line number Diff line change 104
104
<groupId >org.apache.felix</groupId >
105
105
<artifactId >maven-bundle-plugin</artifactId >
106
106
<extensions >true</extensions >
107
+ <configuration >
108
+ <instructions >
109
+ <Automatic-Module-Name >io.kubernetes.client.java.extended</Automatic-Module-Name >
110
+ </instructions >
111
+ </configuration >
107
112
</plugin >
108
113
<plugin >
109
114
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 19
19
<plugin >
20
20
<groupId >org.apache.felix</groupId >
21
21
<artifactId >maven-bundle-plugin</artifactId >
22
- <version >5.1.9</version >
23
22
</plugin >
24
23
</plugins >
25
24
</build >
Original file line number Diff line number Diff line change 35
35
<plugin >
36
36
<groupId >org.apache.felix</groupId >
37
37
<artifactId >maven-bundle-plugin</artifactId >
38
- <version >5.1.9</version >
39
38
</plugin >
40
39
<plugin >
41
40
<groupId >com.diffplug.spotless</groupId >
Original file line number Diff line number Diff line change 20
20
<groupId >org.apache.felix</groupId >
21
21
<artifactId >maven-bundle-plugin</artifactId >
22
22
<extensions >true</extensions >
23
+ <configuration >
24
+ <instructions >
25
+ <Automatic-Module-Name >io.kubernetes.client.java.api</Automatic-Module-Name >
26
+ </instructions >
27
+ </configuration >
23
28
</plugin >
24
29
<plugin >
25
30
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 25
25
<groupId >org.apache.felix</groupId >
26
26
<artifactId >maven-bundle-plugin</artifactId >
27
27
<extensions >true</extensions >
28
+ <configuration >
29
+ <instructions >
30
+ <Automatic-Module-Name >io.kubernetes.client.java.proto</Automatic-Module-Name >
31
+ </instructions >
32
+ </configuration >
28
33
</plugin >
29
34
<plugin >
30
35
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 57
57
<groupId >org.apache.felix</groupId >
58
58
<artifactId >maven-bundle-plugin</artifactId >
59
59
<extensions >true</extensions >
60
+ <configuration >
61
+ <instructions >
62
+ <Automatic-Module-Name >io.kubernetes.client.java.spring.aot.integration</Automatic-Module-Name >
63
+ </instructions >
64
+ </configuration >
60
65
</plugin >
61
66
<plugin >
62
67
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 82
82
<groupId >org.apache.felix</groupId >
83
83
<artifactId >maven-bundle-plugin</artifactId >
84
84
<extensions >true</extensions >
85
+ <configuration >
86
+ <instructions >
87
+ <Automatic-Module-Name >io.kubernetes.client.java.spring.integration</Automatic-Module-Name >
88
+ </instructions >
89
+ </configuration >
85
90
</plugin >
86
91
<plugin >
87
92
<groupId >org.apache.maven.plugins</groupId >
Original file line number Diff line number Diff line change 128
128
<groupId >org.apache.felix</groupId >
129
129
<artifactId >maven-bundle-plugin</artifactId >
130
130
<extensions >true</extensions >
131
+ <configuration >
132
+ <instructions >
133
+ <Automatic-Module-Name >io.kubernetes.client.java</Automatic-Module-Name >
134
+ </instructions >
135
+ </configuration >
131
136
</plugin >
132
137
<plugin >
133
138
<groupId >org.apache.maven.plugins</groupId >
You can’t perform that action at this time.
0 commit comments