This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--------------------------------------------------------------------------------------------------------- | |
STEP #1: Create new service builder portlet | |
--------------------------------------------------------------------------------------------------------- | |
1. Project name sample-recipe-portlet | |
2. Plugin type: Service Builder Portlet | |
3. Portlet type should be MVCPortlet (at least that is my prefrence) | |
4. | |
--------------------------------------------------------------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
# | |
# Bash script to create Liferay modules structure in IntelliJ IDEA | |
# | |
# The script is provided as-is under GNU GPL v3 license, use at your own risk. | |
# | |
# Prerequisites: | |
# ============== | |
# 1, There is only one module "portal-master" that references all portal | |
# sources - portal-impl, portal-service, portal-web, util-* |