maven - Plugin product random behavior -
i creating eclipse plugin, building maven 3.5 , looking @ size of final product noticed size of final folder varies in terms of mbs(1-5 mbs).
investigating further found folder different is: plugin_version\configuration\org.eclipse.osgi. depending on build, there missing folders.
i run clean install
, before command delete .m2
folder user profile make sure have same content.
what can trace down problem or may cause it?
the configuration/org.eclipse.osgi/
folder should not part of product ship, generated first time launch application. size depends on started plug-ins, depends on functions used.
make sure pack/copy product before running it, including (ui) tests. alternatively, can use -configuration
command line argument not mess configuration area.
if build application via p2 director, not forget -roaming
argument.
Comments
Post a Comment