Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
1.7
-
None
-
None
-
windows, maven 1.0.2
Description
Maven plugin in Cactus 1.7 is using default compilation settings even so there is maven.compile.target and maven.compile.source properties set in the project.properties file on parent project referenced with <extend>../project.xml</extend>, and not even properties from project.properties in current directory.
This is a problem is JAVA_HOME is pointing to JDK 1.5 and maven.compile.target is set to 1.3 or 1.4. Cactus test classes are being compiled for 1.5 target by default.