Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.
SOLVED

Tools for AEM project creation and deployement

Avatar

Level 6

Currently I am using maven to create and deploy project. Is it possible to do the same with Grunt ?

1 Accepted Solution

Avatar

Correct answer by
Level 8

I don't believe that there are grunt plugins for full spectrum of tasks needed to build and deploy all aspects of an AEM project. If you read excellent blog post Scott pointed to from Citytech you'll see that they are using Grunt to do common JavaScript and CSS tasks (including integration to running author instances). Where you'll still need to look to Maven are the more Java related tasks like building and compiling an OSGI bundle for example. There are a lot of tasks in between those two items, so I think the key is to come up with the right tools for the right tasks and then combine them together to get the most productivity from your development teams.

View solution in original post

2 Replies

Avatar

Level 10

Some of the AEM community are using this tool. See this community article:

http://www.citytechinc.com/us/en/blog/2014/11/five-good-reasons-to-use-grunt.html

Citytech is an AEM parter. 

Avatar

Correct answer by
Level 8

I don't believe that there are grunt plugins for full spectrum of tasks needed to build and deploy all aspects of an AEM project. If you read excellent blog post Scott pointed to from Citytech you'll see that they are using Grunt to do common JavaScript and CSS tasks (including integration to running author instances). Where you'll still need to look to Maven are the more Java related tasks like building and compiling an OSGI bundle for example. There are a lot of tasks in between those two items, so I think the key is to come up with the right tools for the right tasks and then combine them together to get the most productivity from your development teams.