Hi!

When our application is being built sources are generated during the
generate-sources phase. The torque generator that generates our code has a
maven plugin that we use for this. That plugin has an option, you can let
the generated classes cache their data or not. I would like them _not_ to
cache the data in the development environment, and I would like them to
cache the data in the production environment.

 

Is there any way to change this parameter based on whether I run mvn compile
or mvn deploy? Or is there any other way to solve the problem?

/Ludwig

Reply via email to