Giter Club home page Giter Club logo

Comments (10)

chlarsson avatar chlarsson commented on June 19, 2024

Hi,
you can find all artifacts at:
http://www.knopflerfish.org/releases/6.0.0/maven2/org/knopflerfish/KF-6.0.0_dependencyManagement.xml

This link should be more clearly advertised.

Unfortunately directory listing is not supported on git hub pages. This is why you get the 404 error code.

Regards,
Christer

from knopflerfish.org.

dpolivaev avatar dpolivaev commented on June 19, 2024

The actual reason for the issue is that the following configuration did not work:

configure(subprojects.findAll {it.name =~ /plugin/ || it.name =~ /^freeplane$/ || it.name =~ /^freeplane_framework$/}){
    repositories {
        maven {
            url 'http://www.knopflerfish.org/maven2/'
        }
    }

    dependencies {
        compile group: 'org.knopflerfish', name:'framework', version: '8.0.0'
    }
}

from knopflerfish.org.

chlarsson avatar chlarsson commented on June 19, 2024

At the moment you'll have to set it to:
'http://www.knopflerfish.org/releases/6.0.0/maven2/'

from knopflerfish.org.

dpolivaev avatar dpolivaev commented on June 19, 2024

Finally I have set it to 'https://dl.bintray.com/knopflerfish/knopflerfish-maven/' and it seems to work

from knopflerfish.org.

dpishchukhin avatar dpishchukhin commented on June 19, 2024

any reason to avoid maven central for the artifacts?

from knopflerfish.org.

dpolivaev avatar dpolivaev commented on June 19, 2024

I think it is not available there yet. http://search.maven.org/#search%7Cga%7C1%7Cknopflerfish returns no result-

from knopflerfish.org.

dpishchukhin avatar dpishchukhin commented on June 19, 2024

are there any plans to publish artifacts to maven central?

from knopflerfish.org.

chlarsson avatar chlarsson commented on June 19, 2024

Yes there are. A problem or issue we are facing with maven is that we only change bundle versions when the actual source code is changed. In Knopflerfish we use a source code version first approach, where a KF distribution can be compiled for different JDK versions. So for a bundle that hasn't changed between KF4, KF5 and KF6 the bundle version is the same, but potentially compiled for different JDK versions. This is not a problem for the self-contained Knopflerfish distributions, but does not play well with one centralized maven repository.

We are looking into different solutions:

  1. Use different group id's for every main release of Knopflerfish
  2. Add the KF main release to the artifact id, e.g. framework-kf6-8.0.0
  3. Use a version qualifier to mark the main version of KF
  4. Use a maven classifier

Feedback on which solution would be best is most welcome!

from knopflerfish.org.

dpolivaev avatar dpolivaev commented on June 19, 2024

From my point the issue is closed. I am satisfied with the bintray repository.

from knopflerfish.org.

dpishchukhin avatar dpishchukhin commented on June 19, 2024

All Maven central discussions moved to #9

from knopflerfish.org.

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.