Skip to content
This repository has been archived by the owner on Mar 1, 2023. It is now read-only.

POM update required #74

Open
jellisgwn opened this issue Jun 9, 2021 · 2 comments
Open

POM update required #74

jellisgwn opened this issue Jun 9, 2021 · 2 comments

Comments

@jellisgwn
Copy link

jellisgwn commented Jun 9, 2021

The Jasper Report repo has moved / restructured again.

New Community Edition repo is here:

https://jaspersoft.jfrog.io/artifactory/jrs-ce-releases/

New third-party repo is here:

https://jaspersoft.jfrog.io/ui/repos/tree/General/third-party-ce-artifacts

Will provide PR.

jellisgwn added a commit to jellisgwn/Jasper-report-maven-plugin that referenced this issue Jun 9, 2021
iskigow pushed a commit to iskigow/Jasper-report-maven-plugin that referenced this issue Dec 2, 2021
iskigow added a commit to iskigow/Jasper-report-maven-plugin that referenced this issue Dec 2, 2021
iskigow pushed a commit to iskigow/Jasper-report-maven-plugin that referenced this issue Dec 2, 2021
@Mcfloy
Copy link

Mcfloy commented Mar 25, 2022

Hello, can you make a release tag to take into account the new URIs ? The latest tag doesn't include this modification.

@zanonmark
Copy link

To me, it works by simply commenting out the "jasperreports" and "jaspersoft-third-party" repositories,

i.e.:

        <repositories>
                <repository>
                        <id>main</id>
                        <url>https://repo.maven.apache.org/maven2/</url>
                </repository>
<!--
                <repository>
                        <id>jasperreports</id>
                        <url>https://jasperreports.sourceforge.net/maven2</url>
                        <url>https://jaspersoft.jfrog.io/artifactory/jrs-ce-releases/</url>
                </repository>
-->
<!--
                <repository>
                        <id>jaspersoft-third-party</id>
                        <url>http://jaspersoft.artifactoryonline.com/jaspersoft/third-party-ce-artifacts/</url>
                        <url>https://jaspersoft.jfrog.io/artifactory/third-party-ce-artifacts/</url>
                </repository>
-->
        </repositories>

Thanks,
MZ

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants