简体   繁体   中英

Maven 3 assembly plugin is very slow

After upgrading to maven 3 , my assembly plugin and assembly plugin only takes comparitively more time to copy stuff mostly.

Has anyone faced this issue already, or is there something I need to do so that the performace is faster?

I would be glad to add here , the assebmly plugin config I have and the descriptors used incase there is a need for that.

Thanks

It might depend on the way your assembly is set up. In general Maven 3 is faster with most tasks but the dependency resolution changed to use aether. I would suggest to upgrade to Maven 3.0.3 and the latest version of the assembly plugin first to see if that fixes it.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM