Development v7.0 (Liferay)

liferay:build-service maven goal not found

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>