I am using license:aggregate-add-third-party to generate the THIRD-PARTY.txt file with the license details of all the dependencies. that works without any issue.
I also have purchased licenses for couple of Javascript libraries. I want to include the details of these javascript libraries into the THIRD-PARTY.txt file which i generated via pom call using maven license plugin.
Is there any way in the maven license plugin to include extra details of some external licenses?
The only solution i have is to perform a sed on the THIRD-PARTY.txt file to add additional license deatils.