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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

reflection - How to access the object-members of an object declaration in kotlin -

php - Doctrine Query Builder Error on Join: [Syntax Error] line 0, col 87: Error: Expected Literal, got 'JOIN' -