Open GoogleCodeExporter opened 9 years ago
It would be better if it somehow tied into the plugin version (and thereby the
sdk version) and didn't persist during upgrades, or if it provided
functionality to clean the generated directory without the user manually having
to delete things. I would rather this be built in a much different way so it's
easier for less experienced users of the plugin to take advantage of it. Let
me know your thoughts.
Thanks,
Matt
Original comment by matts...@google.com
on 23 Apr 2013 at 10:22
Maybe we could introduce some kind of magic placeholder to generatedDir
property, something like %{version}, which would be rewritten in runtime with
plugin version, so that you could specify generatedDir in pom.xml like this:
${user.home}/.appengine/generated/%{version}/${project.artifactId}
We could also add simple goal, appengine:generated_cleanup for example, to
perform generated directory cleanup.
What do you think?
Original comment by brane.gr...@outfit7.com
on 24 Apr 2013 at 9:06
Is there currently any way to set generated_dir param via maven?
Original comment by hus...@gmail.com
on 12 Jun 2014 at 12:35
Original issue reported on code.google.com by
brane.gr...@outfit7.com
on 23 Apr 2013 at 10:13Attachments: