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 22
22
<plugin >
23
23
<groupId >org.apache.felix</groupId >
24
24
<artifactId >maven-bundle-plugin</artifactId >
25
- <version >5.1.9</version >
26
25
</plugin >
27
26
</plugins >
28
27
</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 23
23
<groupId >org.apache.felix</groupId >
24
24
<artifactId >maven-bundle-plugin</artifactId >
25
25
<extensions >true</extensions >
26
+ <configuration >
27
+ <instructions >
28
+ <Automatic-Module-Name >io.kubernetes.client.java.api</Automatic-Module-Name >
29
+ </instructions >
30
+ </configuration >
26
31
</plugin >
27
32
<plugin >
28
33
<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