GithubHelp home page GithubHelp logo

Comments (8)

gscheibel avatar gscheibel commented on May 19, 2024

I confirm.

Guillaume

from swagger-maven-plugin.

leewin12 avatar leewin12 commented on May 19, 2024

+1

from swagger-maven-plugin.

volkermobilab avatar volkermobilab commented on May 19, 2024

+1

from swagger-maven-plugin.

NMichas avatar NMichas commented on May 19, 2024

+1

from swagger-maven-plugin.

gaffa avatar gaffa commented on May 19, 2024

+1

from swagger-maven-plugin.

carlossg avatar carlossg commented on May 19, 2024

Could you cut a 1.0 release and push it to the central repo?
http://maven.apache.org/guides/mini/guide-central-repository-upload.html
https://docs.sonatype.org/display/Repository/Sonatype+OSS+Maven+Repository+Usage+Guide

Thanks!

from swagger-maven-plugin.

kongchen avatar kongchen commented on May 19, 2024

This issue due to a mistake in README, we should configurate <pluginRepositories> rather than <repositories> in POM: https://github.com/kongchen/swagger-maven-plugin#21-add-plugin-repository

    <pluginRepositories>
        <pluginRepository>
            <id>swagger-maven-plugin-mvn-repo</id>
            <url>https://github.com/kongchen/swagger-maven-plugin/raw/mvn-repo/</url>
            <snapshots>
                <enabled>true</enabled>
                <updatePolicy>always</updatePolicy>
            </snapshots>
        </pluginRepository>
    </pluginRepositories>

from swagger-maven-plugin.

kongchen avatar kongchen commented on May 19, 2024

Thanks to @carlossg 's suggestion, I've push 1.0 release to central repo, no need to configure any repositories now!

<groupId>com.github.kongchen</groupId>
<artifactId>swagger-maven-plugin</artifactId>
<version>1.0</version>

from swagger-maven-plugin.

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.