Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Update for maven

...

  • The project description should include the incubator disclaimer.
  • pip install apache<project> should not install an artifact containing unapproved code.
  • Release candidates, nightlys or snapshots need to be clearly tagged as pre-release on https://pypi.org/project/apache<project>/#history
  • The latest version should not point to an artifact containing unapproved code e.g. to a release candidate or snapshot
  • The meta license field should display the ALv2 license.

Maven distribution(JCenter/Maven Central/etc..)


To comply with ASF release and distributions please ensure the following:

  • The project description should include the incubator disclaimer.
  • The project description should also include `All Apache <project> releases are in the form of source code, binary/bytecode packages are produced as a convenience to users.` and the address of the Apache Release.
  • Artifact should be under the groupId of org.apache.<project>
  • Official release artifact should not contain unapproved code
  • Release candidates, nightlys or snapshots need to be clearly mark by adding suffix in its version, like `org.apache.<project>.<component>:0.1-SNAPSHOT`
  • The POM file should set the ALv2 license as its license, Apache <project> as its developer name, and proper SCM information.