GithubHelp home page GithubHelp logo

Maven release about json-java HOT 6 CLOSED

stleary avatar stleary commented on May 18, 2024
Maven release

from json-java.

Comments (6)

stleary avatar stleary commented on May 18, 2024

Maven support has been proposed before and declined. For example, #46, #35, #21, etc. I don't expect that to change anytime soon.

from json-java.

johnjaylward avatar johnjaylward commented on May 18, 2024

I think this request is a little different than those, I believe Rebzie is requesting that a jar be pushed to Maven Central or other repo to be included as a library in a project.

We wouldn't need a full POM for that or project structure. Just a pom to list the artifact and any dependencies (which there are none)

Something like this should be good enough:

<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<!-- required attributes -->
  <modelVersion>4.0.0</modelVersion>
  <groupId>org.json</groupId>
  <artifactId>json-java</artifactId>
  <version>2015-05-19</version>
  <packaging>pom</packaging> <!-- or <packaging>jar</packaging> -->
<!-- optional attributes -->
  <description>Some basic description of JSON-Java</description>
  <url>https://github.com/douglascrockford/JSON-java/</url>
  <issueManagement>
    <system>GitHub</system>
    <url>https://github.com/douglascrockford/JSON-java/issues/</url>
  </issueManagement>
</project>

from json-java.

stleary avatar stleary commented on May 18, 2024

Thanks for clarifying, I missed that. No such plans that I am aware of.

from json-java.

Haringat avatar Haringat commented on May 18, 2024

If you pull it #131 would fix that automatically.

from json-java.

johnjaylward avatar johnjaylward commented on May 18, 2024

no, it won't be automatic. You still need publishing keys or "approved" hosting and release information for it to be automatic.

see: http://maven.apache.org/guides/mini/guide-central-repository-upload.html

from json-java.

stleary avatar stleary commented on May 18, 2024

Sorry for not getting back to this sooner. At the present time this project does not include support for any particular build tool.

from json-java.

Related Issues (20)

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.