GithubHelp home page GithubHelp logo

Comments (3)

tombensve avatar tombensve commented on September 1, 2024

Hello Johan, very sorry for not seeing this until now. I assumed I would get mails when issues are filed, but apparently not! I saw this now only because I just made an update. Maybe it is some setting in github for getting mails.

Anyhow, I have to admit that I sometimes forget to delete my ~/.m2/repository before making a "release". This means I might have things locally that others don't. This smells like such a problem, and I have a faint memory that just version 1.2.9 had such a problem.

I have just release version 1.3.3 and it is verified to build and run with a clean local maven repo.

You need to add the following to your ~/.m2/settings.xml

<mirrors>
    <mirror>
        <id>bintray-mirror</id>
        <name>bintray</name>
        <url>http://jcenter.bintray.com/</url>
        <mirrorOf>central</mirrorOf>
    </mirror>
</mirrors>

Bintrays jcenter is a superset of maven central so it is entirely safe to use it as a mirror of central and is required if you are going to use MarkdownDoc via maven. Even if you checkout and build the source you will need Bintray.

You can mail me at [email protected] if you still have problems.

from markdowndoc.

johanhaleby avatar johanhaleby commented on September 1, 2024

Thank you very much, looking forward to trying out it.

from markdowndoc.

tombensve avatar tombensve commented on September 1, 2024

About "CodeLicenseManager-annotations-retention-source", this was a truly dumb idea that just add an annoying dependency. CodeLicenseManager is another tool by me and it mainly updates project and license information in source code comment headers but also scans project pom and dependency pons for license info to resolve all open source licenses that is applied to your code. The dumb idea I implemented there was to use annotations as an alternative for comments for the source code "boilerplate" information. I unfortunately also used this format for several of my tools until I realized how much it sucked. I have decided to clean up that misstake and remove all "boilerplate" annotation dependencies where they are still left.

from markdowndoc.

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.