It would be very nice if this plugin would be release finally. I had to
create a release myself because releasing with plugin snapshots is
prohibited.

Also i've used the following configuration to compile against an other
jasperreports version (in my case 1.3.0). This works like a charm and has
been tested on production servers.

      <plugin>
        <groupId>org.codehaus.mojo</groupId>
        <artifactId>jasperreports-maven-plugin</artifactId>
        <configuration>
          ...
        </configuration>
        <executions>
          <execution>
            <goals>
              <goal>compile-reports</goal>
            </goals>
          </execution>
        </executions>
        <dependencies>
          <dependency>
            <groupId>jasperreports</groupId>
            <artifactId>jasperreports</artifactId>
            <version>1.3.0</version>
          </dependency>
        </dependencies>



Dan Tran wrote:
> 
> Hello,
> 
> I am looking for users that are currently using or aware of
> jasperreprots-maven-plugin at MOJO's sandbox
> 
> http://mojo.codehaus.org/jasperreports-maven-plugin/
> 
> Please provide feedbacks if you are interested getting this plugin
> released.
> 
> a couple of questions:
> 
>   1. Does the plugin provide usable interface/plugin's configuration?
> 
>   2. the plugin is currently using jasperreport 1.2, would you like to
> have it upgrade to the latest version ( ie 2.0.3)
>       would the upgrade breaks the compiled jasper file?
> 
> Thanks
> 
> -D
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/jasperreports-maven-plugin-feedback-request-tp14590733s177p14604190.html
Sent from the Maven - Users mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to