I\'m getting a compile error at the following method.
public static boolean isValidPasswd(String passwd) { String reg = \"^(?=.*[0-9])(?=.*[a-z])(?=.*[A-
I observed this issue while using Eclipse. I needed to add encoding in my pom.xml file and it resolved. http://ctrlaltsolve.blogspot.in/2015/11/encoding-properties-in-maven.html