Smuts, Aaron wrote:
> As far as I can tell, there is no work to do.
I'd suggest to add
# Compilation options
maven.compile.source = 1.3
maven.compile.target = 1.3
#
# Add information on compilation options to the Manifest
maven.jar.manifest.attributes.list=X-Compile-Source-JDK,X-Compile-Target-JDK
maven.jar.manifest.attribute.X-Compile-Source-JDK=${maven.compile.source}
maven.jar.manifest.attribute.X-Compile-Target-JDK=${maven.compile.target}
to project.properties if the target environment is JDK 1.3, just to be sure.
Bye, Thomas.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]