tide08 Posted January 18, 2010 Share Posted January 18, 2010 I have been using 1.0-beta2-SNAPSHOT version of jasperreports maven plugin for a long time, but looks like it has been moved from codehaus repository. Is there a new pluginRepository for it or something else changed?Please help! <pluginRepositories> <pluginRepository> <id>codehaus-snapshot</id> <name>Codehaus Snapshot Repo</name> <url>http://snapshots.repository.codehaus.org</url> </pluginRepository> </pluginRepositories>---- <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jasperreports-maven-plugin</artifactId> <version>1.0-beta-2</version>::</plugin> Link to comment Share on other sites More sharing options...
mtaylor Posted January 19, 2010 Share Posted January 19, 2010 same here...... this is a showstopper of pretty high priority. please advise.thanks,/mt Link to comment Share on other sites More sharing options...
mtaylor Posted January 19, 2010 Share Posted January 19, 2010 Solution:Looks like the plugin is now has a released version, we updated our pom to remove the snaphot version: <!-- Plugin for jasperreports --> <plugin> <groupId>org.codehaus.mojo</groupId> <artifactId>jasperreports-maven-plugin</artifactId> <configuration>... 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