Jump to content

Are the jars placed on a unique maven repository?


vashista

Recommended Posts

Good morning folks,

I have some questions and perhaps you could answer some of them.

  1. Are all jars of the opensource project still placed on http://repo1.maven.org/maven2/jasperreports/jasperreports/ ?
  2. The last versions of the jar (i.e. 3.6.X) aren't there!
  3. At what frequency are the artifacts placed in a maven repository?
  4. Has the licensing policy changed?

Thank you in advance

Vashista

 

 

 

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Hi,

 

Uploading the JARs on that public Maven repository was a manual process that was performed with every release.

But since a few versions back, we were told we need to setup a synchronized Maven repository to automate the process and we did not have time to do it.

Not sure when we'll do so. Feel free to post a feature request on our trackers.

 

Thanks,
Teodor

 

Link to comment
Share on other sites

  • 3 weeks later...

Hi,

 

Please use the following public repository for JasperReports:

        <repository>
          <id>jasperreports</id>
          <url>http://jasperreports.sourceforge.net/maven2</url>
        </repository>
 

We hope this will soon be synchronized with the Maven central repositories, as we have made a sync request here:

http://jira.codehaus.org/browse/MAVENUPLOAD-2688

 

Thank you,
Teodor

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...