Skip to content
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

xtable poms are missing license details #531

Closed
1 of 2 tasks
pjfanning opened this issue Sep 9, 2024 · 2 comments
Closed
1 of 2 tasks

xtable poms are missing license details #531

pjfanning opened this issue Sep 9, 2024 · 2 comments
Assignees
Labels
release-blocker 0.2.0 Blockers for next planned release 0.2.0

Comments

@pjfanning
Copy link
Contributor

Feature Request / Improvement

License is not defined in

https://repo1.maven.org/maven2/org/apache/pekko/pekko-actor_3/1.1.0/pekko-actor_3-1.1.0.pom shows how license can be declared.

<licenses>
<license>
<name>Apache-2.0</name>
<url>https://www.apache.org/licenses/LICENSE-2.0.html</url>
<distribution>repo</distribution>
</license>
</licenses>

Are you willing to submit PR?

  • Yes I am willing to submit a PR!

Code of Conduct

@rangareddy
Copy link
Contributor

rangareddy commented Sep 9, 2024

Hi @pjfanning

I will work on this jira.

Do you want me to add Licence in all pom.xml files or only xtable parent pom.xml? For Spark project, Licence tag is added to Spark parent pom file only.

@rangareddy
Copy link
Contributor

Created a pull request:

#533

@vinishjail97 vinishjail97 added the release-blocker 0.2.0 Blockers for next planned release 0.2.0 label Sep 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
release-blocker 0.2.0 Blockers for next planned release 0.2.0
Projects
None yet
Development

No branches or pull requests

3 participants