Closed hazendaz closed 3 months ago
@ThrawnCA Maven licenses the files now, this is a script (ie maven wrapper plugin with type source), it comes with the license headers as indicated as files are not owned by individual repos but by th originating source (ie maven). This changed over time as this was not originally a maven project, but apache took it and maven now owns it since 3.0.0.
@mebigfatguy may as well merge this, 3.2.0 is in voting so to keep diff slightly cleaner, probably best to apply this as-is then pick that up afterwards.
Re-based this PR, changed PR message and commit message and now to latest maven wrapper 3.2.0.
Note: these files all come from maven. Only adjustment I've done is to use https on their license so we are not promoting redirects to apache license. Application otherwise is a maven plugin run of maven wrapper.
mvn -N org.apache.maven.plugins:maven-wrapper-plugin:3.2.0:wrapper -Dtype=source
@mebigfatguy Can we get this merged? I'll follow up with more as its out of date again but this is at least getting closer...
Re-updated to 3.3.2
Maven wrapper application is performed via
At the moment, maven is still using legacy http url for apache license so I further run a git bash alias to do above plus the following.
So we do not promote http usage there. I'm raising a PR to maven in that regard. Will also be raising other items related to maven wrapper but note that in reality it takes maven years sometimes to apply simple things. Last PR I had to them took nearly a year to get merged and released.