I have a multimodule maven project, and I need to launch it through mvn clean install liferay:liferay
Since some of the submodules haven t the liferay plugin inside, I have this error: [ERROR] No plugin found for prefix liferay in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo] available from the repositories [local (C:Usersxxxxxxx.m2 epository), central (http://repo.maven.apache.org/maven2)] -> [Help 1]
How can I let Maven call liferay:liferay only on modules which support it? Thanks