miroconnect Posted June 3, 2009 Share Posted June 3, 2009 Whats the maven repository for jasper reports ? I added this dependency <!-- <dependency>--><!-- <groupId>jasperreports</groupId>--><!-- <artifactId>jasperreports</artifactId>--><!-- <version>3.5.1</version>--><!-- </dependency>--> but none of the repositories fou nd this please tell me where is the jasper reports maven repository Link to comment Share on other sites More sharing options...
lucianc Posted June 4, 2009 Share Posted June 4, 2009 JR 3.5.1 is present in the central Maven repository, see here.Not sure why it doesn't work for you, maybe you are using a mirror for the central repo that doesn't have this artifact?Regards,Lucian Link to comment Share on other sites More sharing options...
pintman Posted July 2, 2009 Share Posted July 2, 2009 Maybe because some of the dependencies are broken - e.g. jfree:jcommon:jar:1.0.15 is not in maven central. :( Everything that is marked grey under http://mvnrepository.com/artifact/jasperreports/jasperreports/3.5.1 is missing in maven central. :( Post Edited by pintman at 2009-07-02 14:21 Link to comment Share on other sites More sharing options...
cn73 Posted July 3, 2009 Share Posted July 3, 2009 jfree:jcommon is a dependency for all jasperreport version... I had the same problem, try this: go to in ypur local maven repository (user_home/.m2/repository), delete all the content of jfree\jcommon dir... and try again... Link to comment Share on other sites More sharing options...
lucianc Posted July 3, 2009 Share Posted July 3, 2009 pintmanWrote: Maybe because some of the dependencies are broken - e.g. jfree:jcommon:jar:1.0.15 is not in maven central. :( Everything that is marked grey under http://mvnrepository.com/artifact/jasperreports/jasperreports/3.5.1 is missing in maven central. :( Post Edited by pintman at 2009-07-02 14:21 You're right.http://jira.codehaus.org/browse/MAVENUPLOAD-2448 is a request to upload JCommon 1.0.15, unfortunatelly resolvint the request seems to take a very long time. The rest of the dependencies were supposed to be available at http://jasperforge.org/maven2, but they are not there anymore.We're working on solving the issues with the Maven dependecies. In the meantime, the workaround is manually install the missing artifacts in the local repository cache.Regards,Lucian Link to comment Share on other sites More sharing options...
teodord Posted July 6, 2009 Share Posted July 6, 2009 Hi, In order to ease-up our dependency on the Maven central repositories, which are slow in responding to our regular upload requests, we have setup our own JasperReports specific public Maven repository here:http://jasperreports.sourceforge.net/maven2 This repository is referenced in the JR's pom.xml file, so building JR sources using Maven should not longer pose any problem.This will be shipped as part of the upcoming JR release, later in July.Until then, feel free to manually edit your local Maven files and make use of this public repository, containing all the dependecies required by JR. Thank you,Teodor Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now