afawcett / githubsfdeploy

GitHub Salesforce Deploy Tool
BSD 3-Clause "New" or "Revised" License
189 stars 104 forks source link

Add Git Submodule support to SFDX style packages #58

Closed aheber closed 9 months ago

aheber commented 9 months ago

Also increment "maven-war-plugin" to run on Java 17

aheber commented 9 months ago

Note that to get the dependencies to download on recent Maven I had to disable the HTTPS security. Probably a more appropriate solution should be added in the future but that is a local change and not part of this project.

aheber commented 9 months ago

I tested this with as many variations of the submodule URL as I could find, hopefully there is no low hanging fruit on parsing the .gitmodules file but it is very much a simple parser that could run into problems in the long run.

afawcett commented 9 months ago

Thank you!