Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
windows xp jdk 1.4.2
Description
I thought that maven2 is supposed to run on jdk 1.4, so the use of java.lang.String.contains() is illegal. The attached patch uses indexOf() instead.