我目前正在构建一个带有针对RCP编译的插件的Java库。 RAP目标平台。 Pom.xml文件是从版本为0.0.0的MANIFEST.MF文件自动生成的。
我的项目看起来像是一个典型的Maven项目:
- features/
- project.feature.rap/
- project.feature.rcp/
- releng/
- project.updatesite.rap/
- project.updatesite.rcp/
- plugins/
- several rcp & rap plugins
目前的构建步骤如下,需要一些时间:
1. Set-version on all plugins / features / releng 2. Build & install RCP stuff using RCP target platform 3. Build & install RAP stuff using RAP target platform 4. Deploy all plugins in a Nexus
花费时间的主要步骤是依赖性解决,完成4次。 我能以某种方式进行优化吗?