I'm trying to write a plugin in which I need to access the version of the
plugin while it's running. I've tried using ${project.version} within my
plugin, but it always resolves to '2.0', as if it is obtaining the maven
version. Does anyone know a way to obtain the version of the plugin?

Reply via email to