On Mon, Nov 16, 2009 at 4:27 AM, Bruno Medeiros <[email protected]> wrote: >> Logan is right, except that you must call the Linked Resource M2_HOME, >> not M2_REPO. >> >> To be honest, I don't recall why M2_HOME was used and not M2_REPO.
> As far as I know, M2_HOME should point us to .m2 folder, not .m2/repository > folder. So assuming that the M2_HOME points to the path it should point, the > gererated path on the library path entry is wrong. This is especially confusing for regular Maven users, since M2_HOME as an environment variable is used to point to where Maven is installed, not the ~/.m2 directory. So it would be cleaner to have the plugin use M2_REPO, since it is more accurate and descriptive, and doesn't conflict with the environment variable of the same name. We didn't use the flexbuilder plugin to create our projects, but we use M2_REPO to point to all of our Maven-generated artifacts (we manually maintain our FB projects, since our project was too complex for the flexbuilder plugin at the time). Logan -- You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/
