- When copy from notepad and paste it into eclipse, if a String contains "'" (single quote), it will not be rendered properly on browser. The reason being is "single quote" in notepad is not a ASCII character.
- When maven commands(which contains -(minus)) are copied from notepad and pasted on command prompt, will show wired behavior. Just remove those minus and type it again. Then it will work as expected.