Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How can I build an Adobe Air project with Maven?

Has anyone successfully built an Adobe Air application with Maven? If so, what are the steps to get it working?

I have been trying to use flex-mojos to build an Air applications. When I set the packaging type to "aswf", as suggested in the DashboardSamplePom, Maven complains that aswf is an unknown packaging type. I also found their air-super-pom, but could not figure out how to reference it as the parent of my POM.

like image 698
Eric Levine Avatar asked Sep 28 '08 20:09

Eric Levine


1 Answers

There is an article called Building an AIR Application on the mojos website wiki. It should be able to help you.

like image 105
asawilliams Avatar answered Nov 04 '22 18:11

asawilliams