I have created a new Liferay Plugin project using the maven plugin, and when I execute mvn install (directly from Eclipse through m2e plugin) I get the following error:
Failed to execute goal com.liferay.maven.plugins:liferay-maven-plugin:6.1.1:build-css (default) on project sample-portlet: basedir C:\eclipseLiferay\workspace\sample-portlet\target\sample-portlet-1.0.0-SNAPSHOT does not exist
Now if I manually create that directory then it works, but shouldn't the plugin be creating it by itself (as it happens with the rest of non-Liferay maven projects)?