0

我想创建一个 adobe flex blazeds 项目。如何使用 blazeds.war 作为项目模板创建项目?

4

1 回答 1

1
war -> maven

you can't do that, there's no way maven can guess how the war was produced only by analyzing the result

generating a project stub for blazeds

that you can do. You can used a defined archetype like this one: http://code.google.com/p/maven-blazeds-spring-archetype/

it will force you to stick to the technology (spring) chosen by the archetype developer, however.

于 2013-03-29T08:20:24.280 回答