Jump to content
We've recently updated our Privacy Statement, available here ×

Publish jars on jasper's maven repository


hcapitaine

Recommended Posts

Hi all,

I don't know if I should post here to request an issue of jasper jars on the maven repository, tell me if not and where to do so.

But would it be possible to publish them even if the release should be used in production.

At this URL:
http://jasperreports.sourceforge.net/maven2/jasperreports/jasperreports/

The last version is 3.7.x would like to see, if possible, 4.0.x

Thanks in advance.



Post Edited by hcapitaine at 02/03/2011 12:02
Link to comment
Share on other sites

  • Replies 6
  • Created
  • Last Reply

Top Posters In This Topic

Thanks for your reply.

Well I actually came across that repository but it was not updated. Also, even for the versions that were available, I found only the pom files and not the actual jars, so that url was not helpful as a repository.

I am new to JasperReports and I am just surprised that the one of the most widely used BI/Reporting tool in the java world does not publish its jars to a well-maintained maven repository. Our company would certainly like to use JasperReports but we are a integrated maven environment and would prefer to get published jars (rather than deploying them individually to our repository.)

Thank you,

Sang

Link to comment
Share on other sites

 The core Maven repo is updated with the latest version, it's just under net.sf.jasperreports:

        <dependency>

        <groupId>net.sf.jasperreports</groupId>

        <artifactId>jasperreports</artifactId>

        <version>4.0.0</version>

        <type>jar</type>

        <scope>compile</scope>

        </dependency>

 

 

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...