File tree Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Expand file tree Collapse file tree 2 files changed +0
-17
lines changed Original file line number Diff line number Diff line change 29
29
</arguments >
30
30
</configuration >
31
31
</execution >
32
- <execution >
33
- <id >prepare cp</id >
34
- <phase >generate-sources</phase >
35
- <goals >
36
- <goal >exec</goal >
37
- </goals >
38
- <configuration >
39
- <executable >cp</executable >
40
- <arguments >
41
- <argument >/tmp/csrepo/src/KubernetesClient/Versioning/VersionConverter.cs</argument >
42
- <argument >/Versioning</argument >
43
- </arguments >
44
- </configuration >
45
- </execution >
46
32
<execution >
47
33
<id >generate</id >
48
34
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change @@ -57,7 +57,4 @@ COPY preprocess_spec.py /
57
57
COPY custom_objects_spec.json /
58
58
COPY ${GENERATION_XML_FILE} /generation_params.xml
59
59
60
- # TODO bolian remove after C# generator stop reading ../version
61
- RUN mkdir /Versioning && chmod -R go+rwx /Versioning
62
-
63
60
ENTRYPOINT ["mvn-entrypoint.sh" , "/generate_client.sh" ]
You can’t perform that action at this time.
0 commit comments