Level 1
Level 2
Sign in to Community
Learn more
Sign in to view all badges
Expand my Community achievements bar.
This conversation has been locked due to inactivity. Please create a new post.
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
Solved! Go to Solution.
What is taking the most time in your case?
Are you doing everytime "clean install"?
View solution in original post
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
Views
Likes
Replies
Like