Git Product home page Git Product logo

Comments (9)

timmolter avatar timmolter commented on June 3, 2024

I just changed my project's namespace and had to go through the entire process again. I updated my how-to guide, not leaving out a single detail. It's actually not that hard to do. Would love it if you put your jar on Maven Central!

http://knowm.org/a-practical-guide-to-uploading-artifacts-to-maven-central/

from vectorgraphics2d.

dvayanu avatar dvayanu commented on June 3, 2024

Hi, is there any progress on it? We are using your lib with great joy, but other users can't build it, because the artifact isn't found:
Failure to find de.erichseifert.vectorgraphics2d:VectorGraphics2D:jar:0.9.1

from vectorgraphics2d.

seifertm avatar seifertm commented on June 3, 2024

Did you add the Maven repository http://mvn.erichseifert.de/maven2 to the list of repositories in your build system?

In Gradle, you can do:

repositories {
  mavenLocal()
  maven { url "http://mvn.erichseifert.de/maven2" }
  mavenCentral()
}

For Maven, you could do something like:

<repositories>
<repository>
    <id>de.erichseifert.vectorgraphics2d</id>
    <name>VectorGraphics2D releases</name>
    <url>http://mvn.erichseifert.de/maven2</url>
  </repository>
</repositories>

(Not 100% sure if the Maven solution works, though)

from vectorgraphics2d.

dvayanu avatar dvayanu commented on June 3, 2024

Hi Michael,
thank you for your answer. However the problem is a little bit more subtle and I haven't described it well.
However I described it here: in more detail. Maybe you want to take a look?

http://stackoverflow.com/questions/33396680/maven-dependency-from-transitive-repository-unstable

regards
Leon

from vectorgraphics2d.

seifertm avatar seifertm commented on June 3, 2024

Hmm... not sure about it. Seems like a problem of the build system, though.

We will see to it on Sunday.

from vectorgraphics2d.

dvayanu avatar dvayanu commented on June 3, 2024

I think I found it out, the problem was that the settings.xml on the target system hat a mirror entry *
Two way to handle it, 1) change * to "central", 2) manually upload your artifact to local mirror... (or add your repo as proxy).
nevertheless, I think it would be better to have the artifact in central... like in maven's way to do things ;-)

thanks and regards
Leon

from vectorgraphics2d.

eseifert avatar eseifert commented on June 3, 2024

Just opened a JIRA issue for VectorGraphics2D: https://issues.sonatype.org/browse/OSSRH-18611

from vectorgraphics2d.

eseifert avatar eseifert commented on June 3, 2024

I just released VectorGraphics2D 0.9.3 on MavenCentral. The release doesn't contain any changes except the distribution to MavenCentral.

from vectorgraphics2d.

timmolter avatar timmolter commented on June 3, 2024

Thanks!

from vectorgraphics2d.

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.