File tree Expand file tree Collapse file tree 9 files changed +33
-25
lines changed
flink-connectors/flink-hadoop-compatibility
flink-end-to-end-tests/flink-end-to-end-tests-scala
flink-libraries/flink-cep-scala Expand file tree Collapse file tree 9 files changed +33
-25
lines changed Original file line number Diff line number Diff line change @@ -167,12 +167,13 @@ under the License.
167
167
</configuration >
168
168
</plugin >
169
169
170
- <!-- Adding scala source directories to build path -->
170
+ <!-- Adding scala source directories to build path
171
+ This is required for the source jar -->
171
172
<plugin >
172
173
<groupId >org.codehaus.mojo</groupId >
173
174
<artifactId >build-helper-maven-plugin</artifactId >
174
175
<executions >
175
- <!-- Add src/main/scala to eclipse build path -->
176
+ <!-- Add src/main/scala to build path -->
176
177
<execution >
177
178
<id >add-source</id >
178
179
<phase >generate-sources</phase >
Original file line number Diff line number Diff line change @@ -183,12 +183,13 @@ under the License.
183
183
</configuration >
184
184
</plugin >
185
185
186
- <!-- Adding scala source directories to build path -->
186
+ <!-- Adding scala source directories to build path
187
+ This is required for the source jar -->
187
188
<plugin >
188
189
<groupId >org.codehaus.mojo</groupId >
189
190
<artifactId >build-helper-maven-plugin</artifactId >
190
191
<executions >
191
- <!-- Add src/main/scala to eclipse build path -->
192
+ <!-- Add src/main/scala to build path -->
192
193
<execution >
193
194
<id >add-source</id >
194
195
<phase >generate-sources</phase >
@@ -201,7 +202,7 @@ under the License.
201
202
</sources >
202
203
</configuration >
203
204
</execution >
204
- <!-- Add src/test/scala to eclipse build path -->
205
+ <!-- Add src/test/scala to build path -->
205
206
<execution >
206
207
<id >add-test-source</id >
207
208
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -146,12 +146,13 @@ under the License.
146
146
</configuration >
147
147
</plugin >
148
148
149
- <!-- Adding scala source directories to build path -->
149
+ <!-- Adding scala source directories to build path
150
+ This is required for the source jar -->
150
151
<plugin >
151
152
<groupId >org.codehaus.mojo</groupId >
152
153
<artifactId >build-helper-maven-plugin</artifactId >
153
154
<executions >
154
- <!-- Add src/main/scala to eclipse build path -->
155
+ <!-- Add src/main/scala to build path -->
155
156
<execution >
156
157
<id >add-source</id >
157
158
<phase >generate-sources</phase >
@@ -164,7 +165,7 @@ under the License.
164
165
</sources >
165
166
</configuration >
166
167
</execution >
167
- <!-- Add src/test/scala to eclipse build path -->
168
+ <!-- Add src/test/scala to build path -->
168
169
<execution >
169
170
<id >add-test-source</id >
170
171
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -457,12 +457,13 @@ under the License.
457
457
</configuration >
458
458
</plugin >
459
459
460
- <!-- Adding scala source directories to build path -->
460
+ <!-- Adding scala source directories to build path
461
+ This is required for the source jar -->
461
462
<plugin >
462
463
<groupId >org.codehaus.mojo</groupId >
463
464
<artifactId >build-helper-maven-plugin</artifactId >
464
465
<executions >
465
- <!-- Add src/main/scala to eclipse build path -->
466
+ <!-- Add src/main/scala to build path -->
466
467
<execution >
467
468
<id >add-source</id >
468
469
<phase >generate-sources</phase >
@@ -475,7 +476,7 @@ under the License.
475
476
</sources >
476
477
</configuration >
477
478
</execution >
478
- <!-- Add src/test/scala to eclipse build path -->
479
+ <!-- Add src/test/scala to build path -->
479
480
<execution >
480
481
<id >add-test-source</id >
481
482
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -144,7 +144,7 @@ under the License.
144
144
<groupId >org.codehaus.mojo</groupId >
145
145
<artifactId >build-helper-maven-plugin</artifactId >
146
146
<executions >
147
- <!-- Add src/main/scala to eclipse build path -->
147
+ <!-- Add src/main/scala to build path -->
148
148
<execution >
149
149
<id >add-source</id >
150
150
<phase >generate-sources</phase >
@@ -157,7 +157,7 @@ under the License.
157
157
</sources >
158
158
</configuration >
159
159
</execution >
160
- <!-- Add src/test/scala to eclipse build path -->
160
+ <!-- Add src/test/scala to build path -->
161
161
<execution >
162
162
<id >add-test-source</id >
163
163
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -227,12 +227,13 @@ under the License.
227
227
</configuration >
228
228
</plugin >
229
229
230
- <!-- Adding scala source directories to build path -->
230
+ <!-- Adding scala source directories to build path
231
+ This is required for the source jar -->
231
232
<plugin >
232
233
<groupId >org.codehaus.mojo</groupId >
233
234
<artifactId >build-helper-maven-plugin</artifactId >
234
235
<executions >
235
- <!-- Add src/main/scala to eclipse build path -->
236
+ <!-- Add src/main/scala to build path -->
236
237
<execution >
237
238
<id >add-source</id >
238
239
<phase >generate-sources</phase >
@@ -245,7 +246,7 @@ under the License.
245
246
</sources >
246
247
</configuration >
247
248
</execution >
248
- <!-- Add src/test/scala to eclipse build path -->
249
+ <!-- Add src/test/scala to build path -->
249
250
<execution >
250
251
<id >add-test-source</id >
251
252
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -220,12 +220,13 @@ under the License.
220
220
</configuration >
221
221
</plugin >
222
222
223
- <!-- Adding scala source directories to build path -->
223
+ <!-- Adding scala source directories to build path
224
+ This is required for the source jar -->
224
225
<plugin >
225
226
<groupId >org.codehaus.mojo</groupId >
226
227
<artifactId >build-helper-maven-plugin</artifactId >
227
228
<executions >
228
- <!-- Add src/main/scala to eclipse build path -->
229
+ <!-- Add src/main/scala to build path -->
229
230
<execution >
230
231
<id >add-source</id >
231
232
<phase >generate-sources</phase >
@@ -238,7 +239,7 @@ under the License.
238
239
</sources >
239
240
</configuration >
240
241
</execution >
241
- <!-- Add src/test/scala to eclipse build path -->
242
+ <!-- Add src/test/scala to build path -->
242
243
<execution >
243
244
<id >add-test-source</id >
244
245
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -372,12 +372,13 @@ under the License.
372
372
</configuration >
373
373
</plugin >
374
374
375
- <!-- Adding scala source directories to build path -->
375
+ <!-- Adding scala source directories to build path
376
+ This is required for the source jar -->
376
377
<plugin >
377
378
<groupId >org.codehaus.mojo</groupId >
378
379
<artifactId >build-helper-maven-plugin</artifactId >
379
380
<executions >
380
- <!-- Add src/main/scala to eclipse build path -->
381
+ <!-- Add src/main/scala to build path -->
381
382
<execution >
382
383
<id >add-source</id >
383
384
<phase >generate-sources</phase >
@@ -390,7 +391,7 @@ under the License.
390
391
</sources >
391
392
</configuration >
392
393
</execution >
393
- <!-- Add src/test/scala to eclipse build path -->
394
+ <!-- Add src/test/scala to build path -->
394
395
<execution >
395
396
<id >add-test-source</id >
396
397
<phase >generate-test-sources</phase >
Original file line number Diff line number Diff line change @@ -315,12 +315,13 @@ under the License.
315
315
</configuration >
316
316
</plugin >
317
317
318
- <!-- Adding scala source directories to build path -->
318
+ <!-- Adding scala source directories to build path
319
+ This is required for the source jar -->
319
320
<plugin >
320
321
<groupId >org.codehaus.mojo</groupId >
321
322
<artifactId >build-helper-maven-plugin</artifactId >
322
323
<executions >
323
- <!-- Add src/main/scala to eclipse build path -->
324
+ <!-- Add src/main/scala to build path -->
324
325
<execution >
325
326
<id >add-source</id >
326
327
<phase >generate-sources</phase >
@@ -333,7 +334,7 @@ under the License.
333
334
</sources >
334
335
</configuration >
335
336
</execution >
336
- <!-- Add src/test/scala to eclipse build path -->
337
+ <!-- Add src/test/scala to build path -->
337
338
<execution >
338
339
<id >add-test-source</id >
339
340
<phase >generate-test-sources</phase >
You can’t perform that action at this time.
0 commit comments