|
391 | 391 | },
|
392 | 392 | "description" : "The core module of the polyglot debugging backend for chrome inspector.",
|
393 | 393 | },
|
394 |
| - "INSPECT_COMMUNITY": { |
| 394 | + "INSPECT_POM": { |
395 | 395 | "type": "pom",
|
396 | 396 | "runtimeDependencies": [
|
397 | 397 | "CHROMEINSPECTOR",
|
398 | 398 | "truffle:TRUFFLE_RUNTIME",
|
399 | 399 | ],
|
400 | 400 | "maven": {
|
401 | 401 | "groupId" : "org.graalvm.polyglot",
|
402 |
| - "artifactId": "inspect-community", |
| 402 | + "artifactId": "inspect", |
403 | 403 | "tag": ["default", "public"],
|
404 | 404 | },
|
405 | 405 | "description": "The polyglot debugging backend for chrome inspector.",
|
|
454 | 454 | },
|
455 | 455 | "description" : "The core module of the Insights Gathering Platform",
|
456 | 456 | },
|
457 |
| - "INSIGHT_COMMUNITY": { |
| 457 | + "INSIGHT_POM": { |
458 | 458 | "type": "pom",
|
459 | 459 | "runtimeDependencies": [
|
460 | 460 | "INSIGHT",
|
461 | 461 | "truffle:TRUFFLE_RUNTIME",
|
462 | 462 | ],
|
463 | 463 | "maven": {
|
464 | 464 | "groupId" : "org.graalvm.polyglot",
|
465 |
| - "artifactId": "insight-community", |
| 465 | + "artifactId": "insight", |
466 | 466 | "tag": ["default", "public"],
|
467 | 467 | },
|
468 | 468 | "description": "The Ultimate Insights Gathering Platform",
|
|
491 | 491 | },
|
492 | 492 | "description" : "The core module of Heap Dump for Insight",
|
493 | 493 | },
|
494 |
| - "HEAP_COMMUNITY": { |
| 494 | + "HEAP_POM": { |
495 | 495 | "type": "pom",
|
496 | 496 | "runtimeDependencies": [
|
497 | 497 | "INSIGHT_HEAP",
|
498 | 498 | "truffle:TRUFFLE_RUNTIME",
|
499 | 499 | ],
|
500 | 500 | "maven": {
|
501 | 501 | "groupId" : "org.graalvm.polyglot",
|
502 |
| - "artifactId": "heap-community", |
| 502 | + "artifactId": "heap", |
503 | 503 | "tag": ["default", "public"],
|
504 | 504 | },
|
505 | 505 | "description": "The Heap Dump for the Insights Gathering Platform",
|
|
564 | 564 | "javadocType" : "api",
|
565 | 565 | "description" : "The core module of the Truffle profiler"
|
566 | 566 | },
|
567 |
| - "PROFILER_COMMUNITY": { |
| 567 | + "PROFILER_POM": { |
568 | 568 | "type": "pom",
|
569 | 569 | "runtimeDependencies": [
|
570 | 570 | "TRUFFLE_PROFILER",
|
571 | 571 | "truffle:TRUFFLE_RUNTIME",
|
572 | 572 | ],
|
573 | 573 | "maven": {
|
574 | 574 | "groupId" : "org.graalvm.polyglot",
|
575 |
| - "artifactId": "profiler-community", |
| 575 | + "artifactId": "profiler", |
576 | 576 | "tag": ["default", "public"],
|
577 | 577 | },
|
578 | 578 | "description": "The truffle profiler, supporting CPU sampling and tracing. Memory tracing support is experimental"
|
|
624 | 624 | "description" : "Core module of the Truffle code coverage tool",
|
625 | 625 | "javadocType" : "api",
|
626 | 626 | },
|
627 |
| - "COVERAGE_COMMUNITY": { |
| 627 | + "COVERAGE_POM": { |
628 | 628 | "type": "pom",
|
629 | 629 | "runtimeDependencies": [
|
630 | 630 | "TRUFFLE_COVERAGE",
|
631 | 631 | "truffle:TRUFFLE_RUNTIME",
|
632 | 632 | ],
|
633 | 633 | "maven": {
|
634 | 634 | "groupId" : "org.graalvm.polyglot",
|
635 |
| - "artifactId": "coverage-community", |
| 635 | + "artifactId": "coverage", |
636 | 636 | "tag": ["default", "public"],
|
637 | 637 | },
|
638 | 638 | "description": "The Truffle code coverage tool"
|
|
685 | 685 | },
|
686 | 686 | "description" : "Core module of the polyglot debugging backend for the Debug Adapter Protocol",
|
687 | 687 | },
|
688 |
| - "DAP_COMMUNITY": { |
| 688 | + "DAP_POM": { |
689 | 689 | "type": "pom",
|
690 | 690 | "runtimeDependencies": [
|
691 | 691 | "DAP",
|
692 | 692 | "truffle:TRUFFLE_RUNTIME",
|
693 | 693 | ],
|
694 | 694 | "maven": {
|
695 | 695 | "groupId" : "org.graalvm.polyglot",
|
696 |
| - "artifactId": "dap-community", |
| 696 | + "artifactId": "dap", |
697 | 697 | "tag": ["default", "public"],
|
698 | 698 | },
|
699 | 699 | "description": "The polyglot debugging backend for the Debug Adapter Protocol"
|
|
776 | 776 | },
|
777 | 777 | "description" : "Core module of the polyglot Language Server backend",
|
778 | 778 | },
|
779 |
| - "LSP_COMMUNITY": { |
| 779 | + "LSP_POM": { |
780 | 780 | "type": "pom",
|
781 | 781 | "runtimeDependencies": [
|
782 | 782 | "LSP",
|
783 | 783 | "truffle:TRUFFLE_RUNTIME",
|
784 | 784 | ],
|
785 | 785 | "maven": {
|
786 | 786 | "groupId" : "org.graalvm.polyglot",
|
787 |
| - "artifactId": "lsp-community", |
| 787 | + "artifactId": "lsp", |
788 | 788 | "tag": ["default", "public"],
|
789 | 789 | },
|
790 | 790 | "description": "The polyglot Language Server backend"
|
|
0 commit comments