> Additionally, we should start using the foundation execution environment > > JAR from OSGi Alliance to make sure we don't use improper methods. Is > > this something else we can set up in our pom? > not sure, will look into this...
You have to override compiler bootclasspath to use foundation ee jar and add this jar as plugin dependency. In this page http://docs.codehaus.org/display/MAVENUSER/Compile+and+Test+with+Different+JDK+Versions you can see a use of this. Damien