Skip to content

Commit c9a5105

Browse files
committed
Add instructions for regenerating fluents.
1 parent 1e6f370 commit c9a5105

File tree

2 files changed

+33
-1
lines changed

2 files changed

+33
-1
lines changed

fluent-gen/README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
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`

fluent-gen/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<parent>
1414
<groupId>io.kubernetes</groupId>
1515
<artifactId>client-java-parent</artifactId>
16-
<version>12.0.1-SNAPSHOT</version>
16+
<version>13.0.1-SNAPSHOT</version>
1717
<relativePath>../pom.xml</relativePath>
1818
</parent>
1919

0 commit comments

Comments
 (0)