liferay-maven-support
liferay-maven-support copied to clipboard
Maven 206 - enable correct jdk version guessing in liferay children builds
As stated in https://issues.liferay.com/browse/MAVEN-206, current build-css target can fail if plugin dependencies imply profile activation by jdk version. In the original bug report, failure is triggered by a apache commons dependency. Other failure can be triggerred by cxf code generation.
This fix, apart the version change, modify AbstractToolsLiferayMojo.java to cascade system and user properties.