-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Please include license files #5
Comments
This toolchain project is a collection of separate builds for mostly for internal artifacts that are not distributed (in the traditional sense). This repository really should be split up into multiple separate git repos. Are there some specific artifacts that are missing these license files? |
I maintain jetty package for Fedora and Fedora requires everything to be built from source, including build-only dependencies. So I have to redistribute those artifacts in order to be able to build jetty.
Well, all of them (except jetty-distribution-remote-resources). I'm currently interested in jetty-setuid and jetty-test-helper. I can submit a pull request if you want. |
Then we need to update the POMs with the license plugin. |
Hi Simone! My project depends on apache-jsp, which depends on jetty-schemas. For legal reasons licenses for all our dependencies must be explicitly stated. Can you help with this? Regards, |
@aslaski we are preparing the 9.4.13 release, I'll make sure these 3 artifacts have the appropriate LICENSE and NOTICE files:
|
@aslaski jetty-schemas 3.1.1 and 4.0.2 are now on maven central. |
Also, @aslaski know that the licenses are declared in the pom, which is in the JAR already, and is a requirement to for any artifact (with source) to exist on maven central. All other requests for LICENSE / NOTICE will be handled in other issues. |
Many thanks @joakime |
Both ASL and EPL licenses require the full license texts to be distributed alongside the software. Please include them in the source repository.
The text was updated successfully, but these errors were encountered: