Liferay Developer Network > https://dev.liferay.com/develop
Javasavvy Liferay 7 Portlet Tutorial > http://www.javasavvy.com/liferay-7-portlet-tutorial/
Javasavvy Liferay 7 Portlet Tutorial – Part2 > http://www.javasavvy.com/liferay-7-portlet-tutorial-part2/
https://web.liferay.com/downloads/liferay-projects/liferay-ide
https://dev.liferay.com/develop/tutorials/-/knowledge_base/7-0/installing-liferay-maven-artifacts
This issue is solved updating the lifreray tools plugin to a newer version (in the 'Liferay Workspace Project' POM file):
<project ... >
...
<build>
<plugins>
<plugin>
<!-- https://mvnrepository.com/artifact/com.liferay/com.liferay.portal.tools.bundle.support -->
<groupId>com.liferay</groupId>
<artifactId>com.liferay.portal.tools.bundle.support</artifactId>
<version>2.0.3</version>