Discussion:
skip jasperreports-maven-plugin compile
rudibravo
2010-01-25 17:19:13 UTC
Permalink
Hi, I was wondering if there is someway to avoid jasperreports-maven-plugin
compile via maven launch configuration.

The thing is our project has too many jrxml and our compile time is really
slow due to that, if there is any way people not involved with those files
dont need to compile it at every change, that would be great.

anybody?

Thanks,
Rudi Bravo
--
View this message in context: http://old.nabble.com/skip-jasperreports-maven-plugin-compile-tp27307998p27307998.html
Sent from the mojo - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Kuhtz, Andreas
2010-01-25 18:18:13 UTC
Permalink
Hi, you could define a profile that has the plugin and another without
the plugin (something like fast-build) and execute with the fast-build
profile if you don't want to compile the reports.


-----Original Message-----
From: rudibravo [mailto:***@gmail.com]
Sent: Montag, 25. Januar 2010 18:19
To: ***@mojo.codehaus.org
Subject: [mojo-user] skip jasperreports-maven-plugin compile


Hi, I was wondering if there is someway to avoid
jasperreports-maven-plugin
compile via maven launch configuration.

The thing is our project has too many jrxml and our compile time is
really
slow due to that, if there is any way people not involved with those
files
dont need to compile it at every change, that would be great.

anybody?

Thanks,
Rudi Bravo
--
View this message in context:
http://old.nabble.com/skip-jasperreports-maven-plugin-compile-tp27307998
p27307998.html
Sent from the mojo - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email



---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
rudibravo
2010-01-27 17:20:45 UTC
Permalink
Hi akuhtz, thanks for the tip. It works nicely.

Rudi
Post by Kuhtz, Andreas
Hi, you could define a profile that has the plugin and another without
the plugin (something like fast-build) and execute with the fast-build
profile if you don't want to compile the reports.
-----Original Message-----
Sent: Montag, 25. Januar 2010 18:19
Subject: [mojo-user] skip jasperreports-maven-plugin compile
Hi, I was wondering if there is someway to avoid
jasperreports-maven-plugin
compile via maven launch configuration.
The thing is our project has too many jrxml and our compile time is really
slow due to that, if there is any way people not involved with those files
dont need to compile it at every change, that would be great.
anybody?
Thanks,
Rudi Bravo
--
http://old.nabble.com/skip-jasperreports-maven-plugin-compile-tp27307998
p27307998.html
Sent from the mojo - user mailing list archive at Nabble.com.
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
---------------------------------------------------------------------
http://xircles.codehaus.org/manage_email
--
View this message in context: http://old.nabble.com/skip-jasperreports-maven-plugin-compile-tp27307998p27343506.html
Sent from the mojo - user mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list, please visit:

http://xircles.codehaus.org/manage_email
Loading...