yeah, but they dont want me to say.
Define a global Data.Your_VERSION and post process : on?Create to do
your work.
On 24/04/2023 6:26 a.m., Bradley Willcott wrote:
Hi there.
I would like to have the project version automatically included in the
class comments of new classes.
For example:
/**
* NewClass class description.
*
* @author <a href="mailto:bw.opensou...@yahoo.com">Bradley Willcott</a>
*
* @since 1.0.0
* @version 1.0.0
*/
This is currently set through the global User.properties file.
However, this does not reflect the current version of the project.
I am working on a Java project using the Maven build environment.
Any thought on how to do this?
Thank you.
Brad.