Handling multiple artifacts from single maven proj

2019-08-29 06:54发布

I have a maven project that produces many artifacts. Of course it is kind of against maven best practice (one pom one artifact), but it is Adobe Flex project that produces many *swf modules and it is really makes no sence to create a separate project for each module.

For me it would be very convinient to handle all swf modules as a single zip archive eg. zip archive would be my artifact.

So I am looking for the way to pack and unpack my zip artifact with maven.

If you have any ideas, please share then with me.

Best regards, Max

1条回答
登录 后发表回答