liferay-maven-support icon indicating copy to clipboard operation
liferay-maven-support copied to clipboard

Maven 206 - enable correct jdk version guessing in liferay children builds

Open lalmeras opened this issue 8 years ago • 0 comments

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.

lalmeras avatar Mar 08 '16 10:03 lalmeras