Expand my Community achievements bar.

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

Mark Solution

This conversation has been locked due to inactivity. Please create a new post.

SOLVED

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 Accepted Solution

Avatar

Correct answer by
Employee

What is taking the most time in your case?

Are you doing everytime "clean install"?

View solution in original post

2 Replies

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

Correct answer by
Employee

What is taking the most time in your case?

Are you doing everytime "clean install"?