Closed ssaarinen closed 12 years ago
https://github.com/mikakoivisto/liferay-maven-incubation/blob/master/plugins/liferay-maven-plugin/src/main/java/com/liferay/maven/plugins/ThemeMergeMojo.java#L152
Should it be !themeType.equals("ftl")?
!themeType.equals("ftl")
BTW. Is the repo in http://svn.liferay.com/repos/public/maven-support/trunk mirror of this? Could not find hardly any info on current status of liferay maven sdk or where to report bugs etc...
https://github.com/mikakoivisto/liferay-maven-incubation/blob/master/plugins/liferay-maven-plugin/src/main/java/com/liferay/maven/plugins/ThemeMergeMojo.java#L152
Should it be
!themeType.equals("ftl")
?BTW. Is the repo in http://svn.liferay.com/repos/public/maven-support/trunk mirror of this? Could not find hardly any info on current status of liferay maven sdk or where to report bugs etc...