- Clone of https://github.com/liferay/liferay-plugins-ee/tree/ee-6.2.x
- Running instance of 6.2 Portal
- Add
build.[USERNAME].propertiesfile to root of plugins repo - This file should include
app.server.dir=[BUNDLE_LOCATION]/tomcat-7.0.56
auto.deploy.dir=[BUNDLE_LOCATION]/deploy- Add
portal-ext.propertiesfile to portal classes at[TOMCAT_DIR]/webapps/ROOT/WEB-INF/classes - This file should include
auto.login.hooks=com.liferay.portal.security.auth.BasicAuthHeaderAutoLogin
auth.token.ignore.portlets=82,1_WAR_loopportlet
## Add this for mysql db
jdbc.default.driverClassName=com.mysql.jdbc.Driver
jdbc.default.url=jdbc:mysql://localhost/[DATABASE_NAME]?useUnicode=true&characterEncoding=UTF-8&useFastDateParsing=false
jdbc.default.username=root
jdbc.default.password=- loop-portlet
- asset-entry-set-portlet
- asset-sharing-portlet
- marketplace-portlet
- portal-compat-hook
- push-notifications-portlet
- token-auth-portlet
- url-metadata-scraper-web
- loop-theme
example from plugins directory root
$ cd portlets/loop-portlet && ant all$ cd themes/loop-theme && ant all$ cd web/url-metadata-scraper && ant all