File tree Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Expand file tree Collapse file tree 2 files changed +33
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Instructions for rebuilding fluents
2
+
3
+ ## Step zero
4
+ Start from a totally clean environment (eg. a clean VM if you can), clone everything.
5
+
6
+ ## Step one
7
+ Comment out the existing fluent module from the pom.xml
8
+
9
+ ``` xml
10
+ ...
11
+ <!--
12
+ <module>fluent</module>
13
+ <module>spring</module>
14
+ <module>e2e</module>
15
+ <module>examples</module>
16
+ -->
17
+ ...
18
+ ```
19
+
20
+ ## Step two
21
+ ` mvn install `
22
+
23
+ ## Step three
24
+ ```
25
+ cd fluent-gen; ./generate.sh
26
+ ```
27
+
28
+ ## Step four
29
+ Comment the above modules back into the pom.xml
30
+
31
+ ## Step five
32
+ ` mvn install `
Original file line number Diff line number Diff line change 13
13
<parent >
14
14
<groupId >io.kubernetes</groupId >
15
15
<artifactId >client-java-parent</artifactId >
16
- <version >12 .0.1-SNAPSHOT</version >
16
+ <version >13 .0.1-SNAPSHOT</version >
17
17
<relativePath >../pom.xml</relativePath >
18
18
</parent >
19
19
You can’t perform that action at this time.
0 commit comments