347
347
</goals >
348
348
<configuration >
349
349
<generateTestSources >true</generateTestSources >
350
- <arguments >
351
- <argument >-package</argument >
352
- <argument >org.eclipse.usecase</argument >
353
- <argument >-o</argument >
354
- <argument >${basedir} /target/generated-sources/antlr4/org/eclipse/usecase</argument >
355
- </arguments >
356
- <sourceDirectory >src/test/antlr4/org/eclipse/usecase</sourceDirectory >
357
350
<listener >true</listener >
358
351
<visitor >false</visitor >
359
352
</configuration >
365
358
<goal >antlr4</goal >
366
359
</goals >
367
360
<configuration >
368
- <arguments >
369
- <argument >-package</argument >
370
- <argument >org.eclipse.lsp.cobol.core</argument >
371
- <argument >-o</argument >
372
- <argument >${project.build.directory} /generated-sources/antlr4/org/eclipse/lsp/cobol/core</argument >
373
- </arguments >
374
- <sourceDirectory >src/main/antlr4/org/eclipse/lsp/cobol/core/parser</sourceDirectory >
375
- <listener >true</listener >
376
- <visitor >true</visitor >
377
- </configuration >
378
- </execution >
379
- <execution >
380
- <id >run cics antlr</id >
381
- <phase >generate-sources</phase >
382
- <goals >
383
- <goal >antlr4</goal >
384
- </goals >
385
- <configuration >
386
- <arguments >
387
- <argument >-package</argument >
388
- <argument >org.eclipse.lsp.cobol.implicitDialects.cics</argument >
389
- <argument >-o</argument >
390
- <argument >
391
- ${project.build.directory} /generated-sources/antlr4/org/eclipse/lsp/cobol/implicitDialects/cics
392
- </argument >
393
- </arguments >
394
- <sourceDirectory >src/main/antlr4/org/eclipse/lsp/cics/parser</sourceDirectory >
395
- <listener >true</listener >
396
- <visitor >true</visitor >
397
- </configuration >
398
- </execution >
399
- <execution >
400
- <id >run sql antlr</id >
401
- <phase >generate-sources</phase >
402
- <goals >
403
- <goal >antlr4</goal >
404
- </goals >
405
- <configuration >
406
- <arguments >
407
- <argument >-package</argument >
408
- <argument >org.eclipse.lsp.cobol.implicitDialects.sql</argument >
409
- <argument >-o</argument >
410
- <argument >
411
- ${project.build.directory} /generated-sources/antlr4/org/eclipse/lsp/cobol/implicitDialects/sql
412
- </argument >
413
- </arguments >
414
- <sourceDirectory >src/main/antlr4/org/eclipse/lsp/db2/parser</sourceDirectory >
361
+ <libDirectory >src/main/antlr4/org/eclipse/lsp/cobol/core</libDirectory >
415
362
<listener >true</listener >
416
363
<visitor >true</visitor >
417
364
</configuration >
553
500
</build >
554
501
</profile >
555
502
</profiles >
556
- </project >
503
+ </project >
0 commit comments