Thursday, July 7, 2011

Installing Maven for Flash Builder

I have been trying to get more familiar with Maven for sometime, but have not got the time to go to the details of setting it up and put it into practice with real project. Recently we had a Flex project which involves multiple modules. I think it is a good time to get a real start on Maven with Flash Builder.

The good friend of google search on Maven + Flash Builder results in some links on these. I tried to get to those that were published within the last year.

Maven is now an integrated part of the new Eclipse Indigo release, and maven can be installed with a few mouse click.


  1. go to Help --> Install New Software

  2. Select Indigo - http://download.eclipse.org/release/indigo on the Work with dropdown list

  3. type m2e in the search box

  4. check m2e - Maven Integration for Eclipse

  5. PastedGraphic-2011-07-7-15-36.jpg

  6. click Next --> Next, on the last window, accept the terms of license agreement and click Finish.

  7. The last step, Click Restart Now to apply the newly installed m2e.

  8. PastedGraphic1-2011-07-7-15-36.jpg

No comments: