spring-io / spring-asciidoctor-extensions

Asciidoctor Extensions developed by the Spring team
46 stars 18 forks source link

Publish to maven central #85

Closed WtfJoke closed 3 years ago

WtfJoke commented 3 years ago

Is it possible that you publish the artifacts to maven central?

I'm unable to download the extension from repo.spring.io and get following exception:

Failed to read artifact descriptor for io.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:jar:0.6.0: Could not transfer artifact i
o.spring.asciidoctor:spring-asciidoctor-extensions-spring-boot:pom:0.6.0 from/to spring-repo (https://repo.spring.io/release): Transfer failed for https://repo.spring.io/release/io/spring/asciidoctor/spring-asciidocto
r-extensions-spring-boot/0.6.0/spring-asciidoctor-extensions-spring-boot-0.6.0.pom: PKIX path building failed: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to req
uested target -> [Help 1]
[ERROR]

Prior I added following plugin repository

    <pluginRepositories>
        <pluginRepository>
            <id>spring-repo</id>
            <url>https://repo.spring.io/release</url>
        </pluginRepository>
    </pluginRepositories>
wilkinsona commented 3 years ago

There's an outage with repo.spring.io. Please see https://status.spring.io for updates. We have no plans to publish the extensions to Maven Central at this time.