Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
6.2.0 GA1
-
None
Description
Since 6.2.0-b2 (and still in 6.2.0-b3) the build of a Liferay theme with Maven fails with a NullPointerException. See LPS-39418 for a stacktrace.
The problem is that the SassToCssBuilder looks for a "saas.docroot.dir" argument on the command line, but the SassToCssBuilderMojo just specifies "sass.dir" and no doroot.
Besides the typo ("saas" instead of "sass"), either the Mojo should specifiy the docroot or the SassToCssBuilder should use a default one.