While building the project in Maven 2.2.1 as some of my projects are in JDK1.6 and some in JDK 1.7.I need to build the entire modules. What are the changes shall I need to make as I am getting the below error:
[ERROR] BUILD FAILURE
[INFO] ------------------------------------------------------------------------ [INFO] Compilation failure
abc\TestSerializeUtil.java:[54,61] [unchecked] unchecked conversion
could not parse error message: required: Map found: Map abc\TestSerializeUtil.java:93: warning: [unchecked] unchecked conversion Map mapResult = SerializeUtil.fromXML(xml, Map.class, classLoader); ^