【发布时间】:2017-11-23 15:09:53
【问题描述】:
我正在尝试使用 Maven 为 Liferay 构建一个主题。 我也可以构建主题,但我想了解更多关于以下内容的信息
[INFO] --- liferay-maven-plugin:6.2.10.13:theme-merge (default) @ my-theme ---
[INFO] Parent theme group ID com.liferay.portal
[INFO] Parent theme artifact ID portal-web
[INFO] Parent theme version 6.2.10.14
[INFO] Parent theme ID _styled
[INFO] Copying html/themes/_unstyled/templates to C:\Dev\GIT_LOCAL_REPO\intranet\test-themes\my-theme\target\my-theme\templates
[INFO] Copying html/themes/_unstyled/css to C:\Dev\GIT_LOCAL_REPO\intranet\test-themes\my-theme\target\my-theme\css
[INFO] Copying html/themes/_unstyled/images to C:\Dev\GIT_LOCAL_REPO\intranet\test-themes\my-theme\target\my-theme\images
[INFO] Copying html/themes/_unstyled/js to C:\Dev\GIT_LOCAL_REPO\intranet\test-themes\my-theme\target\my-theme\js
[INFO] Copying html/themes/_styled/css to C:\Dev\GIT_LOCAL_REPO\intranet\test-themes\my-theme\target\my-theme\css
[INFO] Copying html/themes/_styled/images to C:\Dev\GIT_LOCAL_REPO\intranet\test-themes\my-theme\target\my-theme\images
我想知道 maven 试图从哪个位置复制 unstyle css ("html/themes/_unstyled/css" ) 东西。
这个路径“html/themes/_unstyled/css”属于哪里?
我使用 _style 作为基本主题来开发我的主题。
它没有使用我服务器中的文件,也没有使用我本地 maven 存储库中的战争。
【问题讨论】:
标签: liferay maven-3 maven-plugin liferay-6