Giter VIP home page Giter VIP logo

build.publish.jdk's People

Contributors

alexanderpann avatar arimer avatar coolya avatar heikobecker avatar kemalsoysal avatar markusvoelter avatar sergej-koscejev avatar wsafonov avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

lavanya2208

build.publish.jdk's Issues

add a SPDX compliant license, organization and scm information into the created pom for a published jdk

When checking for license policy constraints, the missing license information in the pom requires manual adjustment to the checking.

The pom.xml is described for the license aspect and recommends to use the SPDX identifiers.
The SPDX catalog states for the GPL 2.0 GNU General Public License v2.0 only.
The URL seems to be https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html linked to from the GNU General Public License v2.0 only.
The url should point to the real existing file in the repository.
Add a license notice in the pom by creating the appropriate tags in the pom.xml

<project ...
...
  <licenses>
    <license>
      <name>GPL-2.0-only</name>
      <url>https://github.com/JetBrains/JetBrainsRuntime/blob/jb${version}/LICENSE</url>
      <distribution>repo</distribution>
      <comments>GNU GENERAL PUBLIC LICENSE Version 2, June 1991</comments>
    </license>
    <license>
      <name>WITH Classpath-exception-2.0</name>
      <url>https://github.com/JetBrains/JetBrainsRuntime/blob/jb${version}/ADDITIONAL_LICENSE</url>
      <distribution>repo</distribution>
      <comments>Oracle Classpath exception 2.0</comments>
    </license>
    <license>
      <name>WITH OpenJDK-assembly-exception-1.0</name>
      <url>https://github.com/JetBrains/JetBrainsRuntime/blob/jb${version}/ASSEMBLY_EXCEPTION</url>
      <distribution>repo</distribution>
      <comments>OpenJDK Assembly exception 1.0</comments>
    </license>
  </licenses>
...
</project>

Additionally GPL 2.0 requires the copyright notice. For this it could be enough to add the organization tag to the pom.xml

  <organization>
    <name>JetBrains s.r.o.</name>
    <url>https://www.jetbrains.com</url>
  </organization>

Additionally GPL 2.0 requires also the sources to be disclosed.
For accomplishing this requirement, provide the scm tag in the pom.xml. The is the jb + version uploaded to nexus.

...
  <scm>
    <tag>jb${version}</tag>
    <url>https://github.com/JetBrains/JetBrainsRuntime.git</url>
  </scm>
...

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.