Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 397 Bytes

README.markdown

File metadata and controls

22 lines (11 loc) · 397 Bytes

Map portlet for liferay

Another map portlet for liferay. Written in vaadin , this portlet use the openlayers javascript library.

How to build

1 with liferay SDK

put this project in the portlets diretory of liferay SDK.
launch the ant command of liferay SDK in the portlet directory : ant deploy

2 with maven

mvn clean package liferay:deploy 

Have fun.