-
Notifications
You must be signed in to change notification settings - Fork 22
Open
Labels
bugSomething isn't workingSomething isn't workingchecksThis is issue is related to checksThis is issue is related to checkscomposeCompose phaseCompose phasepriorityNot critical, but should be addressed soonNot critical, but should be addressed soon
Description
Our release policy says:
For source packages,
LICENSEandNOTICEMUST be located at the root of the distribution. For additional packages, they MUST be located in the distribution format's customary location for licensing materials, such as theMETA-INFdirectory of Java "jar" files.
But currently we are checking for LICENSE and NOTICE files in binaries in the root. This was a problem during an Apache Maven Daemon release, and prevented them from using ATR because this is a blocking check. We can gradually add package format specific license and notice file path checks, but for now we should remove this check as it is unreliable, does not confirm to policy, and prevents releases.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingchecksThis is issue is related to checksThis is issue is related to checkscomposeCompose phaseCompose phasepriorityNot critical, but should be addressed soonNot critical, but should be addressed soon
Type
Projects
Status
Ready