-
Type:
Bug
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: 2.2
-
Fix Version/s: None
-
Component/s: tomcat7
-
Labels:None
-
Environment:windows 8 | ubuntu
I'm using the following less css compiler maven plugin in a profile.
https://github.com/marceloverdijk/lesscss-maven-plugin/issues/70
when I try to start tomcat using "mvn tomcat7:run -Pconf" it hangs on "Watching ...less" & doesn't proceed further.
But if I remove <watch>true</watch> from lesscss maven plugin then it starts tomcat fine.
conf profile contains the lesscss plugin.