コミュニティアチーブメントバーを展開する。

Submissions are now open for the 2026 Adobe Experience Maker Awards.

Mark Solution

この会話は、活動がないためロックされています。新しい投稿を作成してください。

解決済み

Speed up Adobe CQ5 Maven build

Avatar

Level 2

I need solution to speed up maven build process.

The project is based on Adobe cq5 otherwise AEM and i have more than 10 modules in my project where the build happens in linear way.

Currently Build process takes more than 10 min to compile.

is any other specific tool available or other way to speed up the process?

Thanks

1 受け入れられたソリューション

Avatar

正解者
Employee

What is taking the most time in your case?

Are you doing everytime "clean install"?

元の投稿で解決策を見る

2 返信

Avatar

Level 10

 The more code you have to compile the longer it takes to run and compile using Maven.  There may be third-party solutions that may help like:

http://takari.io/2014/02/03/maven-speed.html

Avatar

正解者
Employee

What is taking the most time in your case?

Are you doing everytime "clean install"?