Commit 15b8857
committed
melting-pot: do not generate an aggregator POM
Unfortunately, due to a bug in Maven, this aggregator POM does not work
in an intuitive way. In particular, executing build.sh in the top-level
melting-pot directory does not pin the versions as desired within each
submodule. Shockingly, they often are different versions than when you
cd into a particular groupId/artifactId directory and run ../../build.sh
from there.
The problem is probably related to:
* https://stackoverflow.com/q/45041888/1207769
* https://issues.apache.org/jira/browse/MNG-6141
* https://issues.apache.org/jira/browse/MNG-5761
Anyway, the melting pot does not use this aggregator POM anymore anyway,
so let's refrain from generating it, to avoid any potential reliance on
something that's broken.1 parent c59f4fc commit 15b8857
1 file changed
Lines changed: 0 additions & 35 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
566 | 566 | | |
567 | 567 | | |
568 | 568 | | |
569 | | - | |
570 | | - | |
571 | | - | |
572 | | - | |
573 | | - | |
574 | | - | |
575 | | - | |
576 | | - | |
577 | | - | |
578 | | - | |
579 | | - | |
580 | | - | |
581 | | - | |
582 | | - | |
583 | | - | |
584 | | - | |
585 | | - | |
586 | | - | |
587 | | - | |
588 | | - | |
589 | | - | |
590 | | - | |
591 | | - | |
592 | | - | |
593 | | - | |
594 | | - | |
595 | | - | |
596 | | - | |
597 | | - | |
598 | | - | |
599 | | - | |
600 | | - | |
601 | | - | |
602 | | - | |
603 | 569 | | |
604 | 570 | | |
605 | 571 | | |
| |||
796 | 762 | | |
797 | 763 | | |
798 | 764 | | |
799 | | - | |
800 | 765 | | |
801 | 766 | | |
802 | 767 | | |
| |||
0 commit comments