File tree Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Expand file tree Collapse file tree 3 files changed +24
-15
lines changed Original file line number Diff line number Diff line change 57
57
</execution >
58
58
</executions >
59
59
</plugin >
60
- <plugin >
61
- <groupId >org.apache.maven.plugins</groupId >
62
- <artifactId >maven-resources-plugin</artifactId >
63
- <configuration >
64
- <encoding >${project.build.sourceEncoding} </encoding >
65
- <outputDirectory >${project.build.directory} </outputDirectory >
66
- <resources >
67
- <resource >
68
- <targetPath >${project.parent.basedir} /flink-platform-web/src/main/resources/static</targetPath >
69
- <directory >${basedir} /frontend/dist</directory >
70
- </resource >
71
- </resources >
72
- </configuration >
73
- </plugin >
74
60
</plugins >
75
61
</build >
76
62
</project >
Original file line number Diff line number Diff line change 138
138
</resources >
139
139
140
140
<plugins >
141
+ <plugin >
142
+ <groupId >org.apache.maven.plugins</groupId >
143
+ <artifactId >maven-resources-plugin</artifactId >
144
+ <executions >
145
+ <execution >
146
+ <id >generate-resources</id >
147
+ <phase >generate-resources</phase >
148
+ <goals >
149
+ <goal >copy-resources</goal >
150
+ </goals >
151
+ <configuration >
152
+ <encoding >${project.build.sourceEncoding} </encoding >
153
+ <outputDirectory >${project.build.directory} </outputDirectory >
154
+ <resources >
155
+ <resource >
156
+ <targetPath >${basedir} /src/main/resources/static</targetPath >
157
+ <directory >${project.parent.basedir} /flink-platform-ui/frontend/dist</directory >
158
+ </resource >
159
+ </resources >
160
+ </configuration >
161
+ </execution >
162
+ </executions >
163
+ </plugin >
141
164
<plugin >
142
165
<groupId >org.apache.maven.plugins</groupId >
143
166
<artifactId >maven-compiler-plugin</artifactId >
Original file line number Diff line number Diff line change 414
414
<module >flink-sql-submit</module >
415
415
<module >flink-platform-ui</module >
416
416
<module >flink-platform-storage</module >
417
- <module >flink-platform-web</module >
418
417
<module >flink-platform-plugin</module >
418
+ <module >flink-platform-web</module >
419
419
</modules >
420
420
</project >
You can’t perform that action at this time.
0 commit comments