Jump to content

jasperreports maven plugin?


tide08

Recommended Posts

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

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

 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

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