I've simple Eclipse Web Project based on Adobe framework. Now I have to upgrade my project to a new version of framework and I wish to use Maven to manage dependencies, packaging, ecc.
The problem is that in the Adobe documentation is write that I MUST use thier own jars that are a lot (69). I see Maven System_Dependencies, but i'm looking for something smarter that add all 69 entries like that.
Usually, I would create an Eclipse UserLibrary and would add to Eclipse BuildPath, but in this case I don't know how to add them to maven classpath to compile and package the project properly