I recently upgraded a plugin from 3.x to 4.x. When I launch the product via Eclipse, it all seems to be working fine and the IDE has the changes contributed from my plugin. I exported it via PDE and that also works fine. But my final builds are done via maven and it does not seem to be working correctly from there.
When I build via maven, the IDE seems to have no contributions from my plugin nor does it look like 4.x I compared the list of exported plugins via the PDE and maven; they are exactly the same. I am not sure why then it is not working when I build it using maven.