Details
-
Improvement
-
Status: Resolved
-
Blocker
-
Resolution: Duplicate
-
3.5.1, 3.5.2, 3.6.0, 4.0.0
-
None
-
None
Description
Can you add a license section to the pom file?
org.apache.zookeeper:zookeeper:3.5.1-alpha does specify one currently
Automated tools utilize the license in the pom the ensure we're clients are using appropriately licensed software
<licenses>
<license>
<name>Apache License, Version 2.0</name>
<url>http://www.apache.org/licenses/LICENSE-2.0.txt</url>
<distribution>repo</distribution>
</license>
</licenses>
Attachments
Issue Links
- duplicates
-
ZOOKEEPER-2373 Licenses section missing from pom file
- Closed